获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- bindtouchstart 在子元素上,点击无效,不会触发,请问怎么改?
目的:想用VIEW模拟按钮点击的效果 问题:点击子节点的元素,不触发bindtouchstart、bindtouchend、bindlongtap <view class="a" bindtouchstart="bindtouchstart" bindtouchend="bindtouchend" bindlongtap="bindlongtap"> <view> <image class="b" src="/images/icon/icon.png"></image> <view class="c">test</view> </view> </view> [图片]
2021-09-07 - 需求实现:在小程序内实时获取订单状态,如果订单完成则立即跳转到订单详情页?
请问如何实时获取订单状态,订单完成立马跳转到订单详情页?
2021-05-20