摘要: /* 自定义 radio 样式 */radio{ width: 38rpx;} radio .wx-radio-input{ border-radius: 50%; width: 28rpx; height: 28rpx;} /* 选中后的样式 (可根据设计稿需求自己修改) */radio .wx- 阅读全文
posted @ 2019-04-28 17:47 风一样的猿 阅读(1771) 评论(0) 推荐(0)
摘要: if (!that.data.current) {//判断是否有播放的视频 this.videoContext.stop() this.setData({//没有视频播放时 current: e.detail.current }, function () { this.videoContext = 阅读全文
posted @ 2019-04-28 10:05 风一样的猿 阅读(2590) 评论(0) 推荐(0)