Commit 7e491630 authored by 罗超's avatar 罗超

2

parent 06cb72f0
......@@ -14,11 +14,12 @@
//url:'http://mall.oytour.com/#/coffeeManage/order'
}
},
mounted() {
if(this.$route.query.id){
created(){
if(this.$route.query.id){
this.url=`http://127.0.0.1:8080/#/coffeeManage/order?orderId=`+this.$route.query.id
}
},
mounted() {
let userinfo = JSON.parse(localStorage.getItem('loginUserInfo')).data
let obj={
token:userinfo.MallToken,
......
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