Browse Source

去除多余微信分享配置

feature/3.0.0-推广员
lfs3 6 years ago
parent
commit
fdbf6a18ea
1 changed files with 4 additions and 1 deletions
  1. 5
      src/view/home.vue

5
src/view/home.vue

@ -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,

Loading…
Cancel
Save