Page 1 of 1

Ray物料的聚合包中LampColorSlider

Posted: 2023年 Mar 29日 14:50
by 13871602308

<LampColorSlider
trackStyle={{
height: '25px',
width: ${viewWidth - 40}px,
}}
thumbStyle={{ height: '29px', background: hueToRGBString(selectedHue) }}
value={selectedHue}
onTouchEnd={hueValue => {
console.log('slider选中的hue', hueValue);
setDefaultColorIndex(-1);

Code: Select all

        setSelectedHue(hueValue);

        if (opration === 2) {
          publishSameHueDP(hueValue);
        }
      }}
    ></LampColorSlider>

在点击slider的时候onTouchEnd很难触发


Re: Ray物料的聚合包中LampColorSlider

Posted: 2023年 Mar 30日 16:14
by crisiron

麻烦更新到最新版本 ==> 1.7.6