<view class="u-confirm" @tap="confirm()">确定</view>
<script>
confirm() {
let that = this
that.page = that.total_pages = that.sendData.page = 1
that.request();
that.togglePopup();
}
</script>
<view class="u-confirm" @tap="confirm()">确定</view>
<script>
confirm() {
let that = this
that.page = that.total_pages = that.sendData.page = 1
that.request();
that.togglePopup();
}
</script>
4 个回复
2***@qq.com - 前端的力量
解决了吗?我也遇见这个问题了,无从下手
malindong - 前端CN
我也遇到了这个问题了
1***@qq.com
我也遇到了,不知道怎么解决
1***@qq.com
@DCloud_heavensoft @DCloud_IOS_XTY