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