Commit cc64f8b0 authored by 肖健's avatar 肖健

个人中心更改

parent 2dd703a8
...@@ -138,6 +138,13 @@ export default { ...@@ -138,6 +138,13 @@ export default {
}, },
goOrder(current) { goOrder(current) {
let token = uni.getStorageSync('userToken');
if(!token){
uni.navigateTo({
url: '/pages/binding/index?url=/pages/main&index=4'
})
return;
}
uni.navigateTo({ uni.navigateTo({
url: '/pagesD/pages/personal/myOrder?current=' + current url: '/pagesD/pages/personal/myOrder?current=' + current
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment