小程序
小游戏
企业微信
微信支付
扫描小程序码分享
indicator-color 赋值类型Color 默认rgba(0, 0, 0, .3)
如果我要修改这个值 怎么赋值 直接写
第一种:
indicator-color=“rgba(125, 125, 125, .3)” 编译调试 rgba 没定义
第二种:
indicator-color="#1afa29" 编译调试无效果
第三种:
indicator-color=0x1afa29 编译调试无效果
Color 类型如何定义
5 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
抱歉,这个属性的版本即将发布,已在文档上注明了。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
视图层:
<swiper vertical="{{vertical}}" indicator-color="{{indicatorColor}}" circular="{{circular}}" indicator-dots="{{indicatorDots}}"
autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}">
indicator-color 转换为 indicatorColor 就可以了
谢谢各位 解答
不管用 等修复吧 不过有另外一种解决办法 ,就是自定义indicator用定位显示在 swiper上面 然后在bindchange里面实时获取current值 根据这个值改变样式
我也都试过,indicator-color设置都无效,同求解答
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
抱歉,这个属性的版本即将发布,已在文档上注明了。
视图层:
<swiper vertical="{{vertical}}" indicator-color="{{indicatorColor}}" circular="{{circular}}" indicator-dots="{{indicatorDots}}"
autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}">
indicator-color 转换为 indicatorColor 就可以了
谢谢各位 解答
不管用 等修复吧 不过有另外一种解决办法 ,就是自定义indicator用定位显示在 swiper上面 然后在bindchange里面实时获取current值 根据这个值改变样式
我也都试过,indicator-color设置都无效,同求解答