|
|
@@ -46,7 +46,7 @@
|
|
|
</view>
|
|
|
|
|
|
<goLogin ref="loginRef" @success="handleSuccess"></goLogin>
|
|
|
- <bindPhone ref="bindPhoneRef" @success="bingPhoneSuccess"></bindPhone>
|
|
|
+ <bindPhone ref="bindPhoneRef" :skipBtnFlag='false' @success="bingPhoneSuccess"></bindPhone>
|
|
|
<!-- 底部 -->
|
|
|
<custom-tab-bar :show="true" :current-index="currentTabIndex" />
|
|
|
</view>
|
|
|
@@ -82,6 +82,7 @@
|
|
|
let currentPlatform = ref(null);
|
|
|
let authInfo = ref(null);
|
|
|
let loginRef = ref(null);
|
|
|
+ let bindPhoneRef = ref(null);
|
|
|
let isShowBindPhone = ref(false);
|
|
|
let currentTabIndex = ref(3)
|
|
|
let myInfoData = reactive({
|
|
|
@@ -177,10 +178,7 @@
|
|
|
}
|
|
|
|
|
|
function bangPhone() {
|
|
|
-
|
|
|
-
|
|
|
- // authInfo.value = cacheManager.get('auth');
|
|
|
-
|
|
|
+ bindPhoneRef.value.showDl();
|
|
|
}
|
|
|
|
|
|
function duihuamaDuihuan() {
|
|
|
@@ -232,4 +230,4 @@
|
|
|
url: '/pages/chanpinShop/index'
|
|
|
})
|
|
|
}
|
|
|
-</script>
|
|
|
+</script>
|