|
|
|
@ -305,10 +305,7 @@ export default { |
|
|
|
} |
|
|
|
}, |
|
|
|
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.goodsNo = this.getParam("goodsNo"); |
|
|
|
} |
|
|
|
|