@@ -30,7 +30,7 @@
</view>
<view class="kakakakak">
<u-button text="取消"></u-button>
- <view style="min-width: 30rpx"></view>
+ <view style="min-width: 30rpx" @click="quxiao"></view>
<u-button type="primary" text="确认接收" @click="querenss"></u-button>
@@ -130,6 +130,9 @@ export default {
})
.catch(() => {})
}
+ },
+ quxiao() {
+ this.callback?.()