|
|
|
@ -182,7 +182,6 @@ export default { |
|
|
|
this.defaultCity = arr[1]; |
|
|
|
this.addressValue = list.slice(); |
|
|
|
localStorage.setItem("cityName", list); |
|
|
|
this.ShareWenXin(); |
|
|
|
this.show = false; |
|
|
|
}, |
|
|
|
//加载商品列表 |
|
|
|
@ -246,6 +245,10 @@ export default { |
|
|
|
}, |
|
|
|
ShareWenXin() { |
|
|
|
var merchantNo = this.merchantNo; |
|
|
|
var url = '' |
|
|
|
if(this.uniqueId !== ''){ |
|
|
|
|
|
|
|
} |
|
|
|
this.wxShare({ |
|
|
|
merchantNo: merchantNo, |
|
|
|
uniqueId:this.uniqueId, |
|
|
|
|