- 自动播放音乐,与示例提示有问题?
[图片][图片]
2020-06-18 - npm下属的cell使用出现警告?
报错信息:For developer:Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors.(./npm/miniprogram_npm/weui-miniprogram/cell/cell.wxss:1:1744) 代码:<scroll-view scroll-y="true" style="height:30vh"> <button disabled="{{shareBtn}}" data-id="1" bindtap="btnOpClick" class="op1" style="height:{{op1height}};top: {{op1top}};background-color: {{change}};">{{op1}} <image wx:if="{{playing}}" src="{{ph_0}}"></image> </button> <button disabled="{{shareBtn}}" data-id="2" bindtap="btnOpClick" class="op2" style="height:{{op2height}};top: {{op2top}};background-color: {{change1}};">{{op2}} <image wx:if="{{playing1}}" src="{{ph_1}}"></image> </button> <button disabled="{{shareBtn}}" data-id="3" bindtap="btnOpClick" class="op3" style="height:{{op3height}};top: {{op3top}};background-color: {{change2}};">{{op3}} <image wx:if="{{playing2}}" src="{{ph_2}}"></image> </button> </scroll-view>
2020-06-17 - 按钮手机打不开?
电脑模拟测试没问题,手机点击不起作用 , 也不报错!
2020-05-13 - <navigator> 跳转失效 点击无反应?
<navigator open-type="redirect" url="pages/record/record" style="background:red;width:100px;height:100px;">54435435345</navigator> 调用wx.redirectTo和标签都试过了,为了避免5个限制的堆,可是到第三个就不能跳转 ,官方请给一下解释或者大佬来说一下
2020-04-15