fix(regiest): bug-5 隐藏阅读协议
This commit is contained in:
parent
3ce035070e
commit
188527c872
|
@ -463,7 +463,7 @@
|
||||||
<!-- 底部 -->
|
<!-- 底部 -->
|
||||||
<view class="footer_f">
|
<view class="footer_f">
|
||||||
<view class="footer">
|
<view class="footer">
|
||||||
<view class="footer_l">
|
<!-- <view class="footer_l">
|
||||||
<u-checkbox-group
|
<u-checkbox-group
|
||||||
v-model="agreementShow"
|
v-model="agreementShow"
|
||||||
shape="circle"
|
shape="circle"
|
||||||
|
@ -474,7 +474,7 @@
|
||||||
</u-checkbox-group>
|
</u-checkbox-group>
|
||||||
<view class="tit3">{{ '请阅读并同意' }}</view>
|
<view class="tit3">{{ '请阅读并同意' }}</view>
|
||||||
<view class="tit2" @click="toAgree"> 《{{ '购买协议' }}》</view>
|
<view class="tit2" @click="toAgree"> 《{{ '购买协议' }}》</view>
|
||||||
</view>
|
</view> -->
|
||||||
<view class="footer_r">
|
<view class="footer_r">
|
||||||
<u-button
|
<u-button
|
||||||
type="success"
|
type="success"
|
||||||
|
@ -1347,14 +1347,14 @@ export default {
|
||||||
},
|
},
|
||||||
goBuy() {
|
goBuy() {
|
||||||
this.$refs.uForm.validate().then((res) => {
|
this.$refs.uForm.validate().then((res) => {
|
||||||
if (this.agreementShow.length == 0) {
|
// if (this.agreementShow.length == 0) {
|
||||||
uni.showToast({
|
// uni.showToast({
|
||||||
title: '请阅读并同意购买协议',
|
// title: '请阅读并同意购买协议',
|
||||||
icon: "none",
|
// icon: "none",
|
||||||
duration: 1500,
|
// duration: 1500,
|
||||||
});
|
// });
|
||||||
return;
|
// return;
|
||||||
}
|
// }
|
||||||
this.isLoading = true;
|
this.isLoading = true;
|
||||||
let deleteList = [];
|
let deleteList = [];
|
||||||
this.shoppingArr.forEach((item) => {
|
this.shoppingArr.forEach((item) => {
|
||||||
|
|
Loading…
Reference in New Issue