|
@@ -82,7 +82,9 @@
|
|
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
- <button class="btn btns" @click="Add">新增</button>
|
|
|
|
|
|
+ <view>
|
|
|
|
+ <button class="btn btns" @click="Add">新增</button>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -236,43 +238,6 @@
|
|
})
|
|
})
|
|
}
|
|
}
|
|
})
|
|
})
|
|
- // if (res.data.code == 200) {
|
|
|
|
- // that.$api.doRequest('post',
|
|
|
|
- // '/identityAuthenticationInfo/api/modifyIdentityPhone',
|
|
|
|
- // that.identityAuthenticationInfo).then(
|
|
|
|
- // res => {
|
|
|
|
- // uni.showToast({
|
|
|
|
- // title: '提交成功',
|
|
|
|
- // icon: 'none',
|
|
|
|
- // duration: 2000
|
|
|
|
- // })
|
|
|
|
- // uni.navigateTo({
|
|
|
|
- // url: `/pages/attestation/indexTwo`,
|
|
|
|
- // })
|
|
|
|
- // }).catch(res => {
|
|
|
|
- // uni.showToast({
|
|
|
|
- // title: res.data.message,
|
|
|
|
- // icon: 'none',
|
|
|
|
- // duration: 2000
|
|
|
|
- // })
|
|
|
|
- // })
|
|
|
|
- // } else {
|
|
|
|
- // uni.showToast({
|
|
|
|
- // title: res.data.message,
|
|
|
|
- // icon: 'none',
|
|
|
|
- // duration: 2000
|
|
|
|
- // })
|
|
|
|
- // return
|
|
|
|
- // }
|
|
|
|
- // })
|
|
|
|
- // .catch(res => {
|
|
|
|
- // uni.showToast({
|
|
|
|
- // title: res.data.message,
|
|
|
|
- // icon: 'none',
|
|
|
|
- // duration: 2000
|
|
|
|
- // })
|
|
|
|
- // return
|
|
|
|
- // });
|
|
|
|
},
|
|
},
|
|
getcode() {
|
|
getcode() {
|
|
if (!this.price) {
|
|
if (!this.price) {
|
|
@@ -292,7 +257,6 @@
|
|
return
|
|
return
|
|
}
|
|
}
|
|
this.pricestatusTwo = true
|
|
this.pricestatusTwo = true
|
|
- // this.pricestatusTwo = !this.pricestatusTwo
|
|
|
|
var that = this
|
|
var that = this
|
|
if (/^0?1[3|4|5|6|7|8][0-9]\d{8}$/.test(this.price)) {
|
|
if (/^0?1[3|4|5|6|7|8][0-9]\d{8}$/.test(this.price)) {
|
|
this.$api.doRequest('get', '/commonUser/sendVerifyCode', {
|
|
this.$api.doRequest('get', '/commonUser/sendVerifyCode', {
|