3
0
Fork 0

fix(regiest): bug-5 隐藏阅读协议

This commit is contained in:
ywk 2025-04-09 12:34:37 +08:00
parent 3ce035070e
commit 188527c872
1 changed files with 10 additions and 10 deletions

View File

@ -463,7 +463,7 @@
<!-- 底部 -->
<view class="footer_f">
<view class="footer">
<view class="footer_l">
<!-- <view class="footer_l">
<u-checkbox-group
v-model="agreementShow"
shape="circle"
@ -474,7 +474,7 @@
</u-checkbox-group>
<view class="tit3">{{ '请阅读并同意' }}</view>
<view class="tit2" @click="toAgree"> {{ '购买协议' }}</view>
</view>
</view> -->
<view class="footer_r">
<u-button
type="success"
@ -1347,14 +1347,14 @@ export default {
},
goBuy() {
this.$refs.uForm.validate().then((res) => {
if (this.agreementShow.length == 0) {
uni.showToast({
title: '请阅读并同意购买协议',
icon: "none",
duration: 1500,
});
return;
}
// if (this.agreementShow.length == 0) {
// uni.showToast({
// title: '',
// icon: "none",
// duration: 1500,
// });
// return;
// }
this.isLoading = true;
let deleteList = [];
this.shoppingArr.forEach((item) => {