|
@@ -553,6 +553,9 @@ export default {
|
|
|
},
|
|
},
|
|
|
nextStep(idx) {
|
|
nextStep(idx) {
|
|
|
if (idx == 0) { // 点击确认
|
|
if (idx == 0) { // 点击确认
|
|
|
|
|
+ console.log(this.userInfo.phone)
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
if (this.isSelect === true) {
|
|
if (this.isSelect === true) {
|
|
|
this.$refs.popup.close()
|
|
this.$refs.popup.close()
|
|
|
// this.getOldMember();
|
|
// this.getOldMember();
|
|
@@ -574,6 +577,21 @@ export default {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if (idx == 1) { // 点击查询数据
|
|
if (idx == 1) { // 点击查询数据
|
|
|
|
|
+ const userInfo = uni.getStorageSync('userInfo')
|
|
|
|
|
+ // console.log(userInfo,'绑定手机号')
|
|
|
|
|
+ if (!userInfo.phone){
|
|
|
|
|
+ uni.showModal({
|
|
|
|
|
+ title:'温馨提示',
|
|
|
|
|
+ content:'资产找回涉及资金安全,需绑定手机号才能进行查询',
|
|
|
|
|
+ success:res=>{
|
|
|
|
|
+ if (res.confirm){
|
|
|
|
|
+ uni.navigateTo({
|
|
|
|
|
+ url: '/myPages/setting/setting-telphone',
|
|
|
|
|
+ })
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ })
|
|
|
|
|
+ }
|
|
|
this.$refs.form1.validate().then(res => {
|
|
this.$refs.form1.validate().then(res => {
|
|
|
this.getOldMember();
|
|
this.getOldMember();
|
|
|
}).catch(errors => {
|
|
}).catch(errors => {
|