- Tuya MiniApp IDE 版本信息:0.8.3
- App 应用版本信息: 智能生活6.1.0
- @ray-js/ray"1.5.27", @ray-js/panel-sdk"1.13.1"的版本
- 移动设备信息:iphone13 iOS16.1.1
- 相关代码:
<RayCircleProgress
className={styles.circle}
value={localTempPrt}
ringRadius={135}
innerRingRadius={111}
colorList={[
{ offset: 0, color: '#295bdd' },
{ offset: 0.5, color: '#6A53D1' },
{ offset: 1, color: '#f65028' },
]}
startDegree={135}
offsetDegree={270}
touchCircleStrokeStyle={'rgba(0, 0, 0, 0.4)'}
thumbBorderWidth={9}
onTouchMove={handleMove}
onTouchEnd={handleEnd}
)
}
/>
Code: Select all
- 问题描述(复现步骤):在iOS18.3中运行正常,iOS16.1.1颜色显示异常[attachment=0]异常1.png[/attachment]