Browse Source

bug修改

feature/3.0.0-推广员
lfs3 6 years ago
parent
commit
b95fbbf698
3 changed files with 3 additions and 12 deletions
  1. 5
      src/view/goods-classify.vue
  2. 5
      src/view/order-check.vue
  3. 5
      src/view/order-detail.vue

5
src/view/goods-classify.vue

@ -261,10 +261,7 @@ export default {
} }
}, },
mounted() { mounted() {
let uuniqueId = Qs.parse(location.search.substring(1)).uniqueId
if(uuniqueId !== undefined && uuniqueId !== null && uuniqueId !== ""){
this.uniqueId =uuniqueId
}
this.uniqueId =this.$cookies.get('1hjz_mall_unique_id')
this.getParams(); this.getParams();
this.ShareWenXin(); this.ShareWenXin();
} }

5
src/view/order-check.vue

@ -305,10 +305,7 @@ export default {
} }
}, },
mounted() { mounted() {
let uuniqueId = Qs.parse(location.search.substring(1)).uniqueId
if(uuniqueId !== undefined && uuniqueId !== null && uuniqueId !== ""){
this.uniqueId =uuniqueId
}
this.uniqueId =this.$cookies.get('1hjz_mall_unique_id')
this.getData(); this.getData();
this.goodsNo = this.getParam("goodsNo"); this.goodsNo = this.getParam("goodsNo");
} }

5
src/view/order-detail.vue

@ -349,10 +349,7 @@ export default {
} }
}, },
mounted() { mounted() {
let uuniqueId = Qs.parse(location.search.substring(1)).uniqueId
if(uuniqueId !== undefined && uuniqueId !== null && uuniqueId !== ""){
this.uniqueId =uuniqueId
}
this.uniqueId =this.$cookies.get('1hjz_mall_unique_id')
this.orderNo = this.$route.params.id; this.orderNo = this.$route.params.id;
this.getData(); this.getData();
} }

Loading…
Cancel
Save