|
|
@@ -153,23 +153,23 @@
|
|
|
uni.setStorageSync('phoneIsBind',res.data.data.phoneIsBind)
|
|
|
|
|
|
uni.removeStorageSync('parent_member_id');
|
|
|
- if (!res.data.data.phoneIsBind){
|
|
|
- uni.showModal({
|
|
|
- title:'温馨提示',
|
|
|
- content:'请绑定手机号,以便为你提供服务',
|
|
|
- success:res=>{
|
|
|
- if (res.confirm){
|
|
|
- uni.navigateTo({
|
|
|
- url: '/myPages/setting/setting-telphone',
|
|
|
- })
|
|
|
- }
|
|
|
- }
|
|
|
- })
|
|
|
- }else {
|
|
|
+ // if (!res.data.data.phoneIsBind){
|
|
|
+ // uni.showModal({
|
|
|
+ // title:'温馨提示',
|
|
|
+ // content:'请绑定手机号,以便为你提供服务',
|
|
|
+ // success:res=>{
|
|
|
+ // if (res.confirm){
|
|
|
+ // uni.navigateTo({
|
|
|
+ // url: '/myPages/setting/setting-telphone',
|
|
|
+ // })
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // })
|
|
|
+ // }else {
|
|
|
uni.switchTab({
|
|
|
url: '/pages/index/index',
|
|
|
})
|
|
|
- }
|
|
|
+ // }
|
|
|
|
|
|
})
|
|
|
|