Commit f83e0934 by 宋冰琦

修改订阅消息未登录跳转问题

parent 5c6616d5
...@@ -135,6 +135,10 @@ export default { ...@@ -135,6 +135,10 @@ export default {
const { orderId } = option const { orderId } = option
if(orderId){ if(orderId){
oId = orderId oId = orderId
if(!this.userms){
uni.switchTab({ url: '/pages/order/order' })
return
}
}else{ }else{
oId = uni.getStorageSync('orderId'); oId = uni.getStorageSync('orderId');
} }
......
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