Merge remote-tracking branch 'origin/feature/mall_product' into feature/mall_product

pull/2/head
tangqian 2023-05-29 20:07:36 +08:00
commit f9a503248e
1 changed files with 19 additions and 13 deletions

View File

@ -114,6 +114,7 @@
},
{
validator: (rule, value, callback) => {
return this.form.userPhone == this.form.confirmPhone
},
message: '手机号不一致',
@ -136,7 +137,15 @@
}
},
watch:{
'form.userPhone' (){
this.verify()
},
'form.confirmPhone' (){
this.verify()
}
},
methods: {
verify(){
this.$refs.uForm.validate().then(async res => {
uni.showLoading({
title: '加载中',
@ -149,10 +158,7 @@
uni.hideLoading();
}
})
}
},
methods: {
handleMember(value, index) {
if (!!parseInt(value.isExist)) return
if (this.activeIndex.includes(index)) {