修改个人中心,购物车空白区域的问题

This commit is contained in:
Gao xiaosong
2020-09-13 22:49:41 +08:00
parent 3cb20117b0
commit 1afb0ce5f8
5 changed files with 367 additions and 393 deletions

View File

@ -133,7 +133,7 @@
:login_type="userInfo.login_type"
></SwitchWindow>-->
</view>
<Authorization v-if="!$store.getters.token" />
<Authorization v-else />
</view>
</template>
<script>
@ -185,7 +185,7 @@
}
});
},
goBindPhone(){
goBindPhone() {
this.$yrouter.push({
path: "/pages/user/BindingPhone/index",
});