|
|
|
@ -417,7 +417,7 @@ export default { |
|
|
|
this.countExtend(); |
|
|
|
uuniqueId = ''; |
|
|
|
} |
|
|
|
this.ShareWenXin(); |
|
|
|
|
|
|
|
return new Promise((resolve, reject) => { |
|
|
|
var params = { |
|
|
|
salesmanUniqueIdentity: uuniqueId, |
|
|
|
@ -426,7 +426,7 @@ export default { |
|
|
|
this.showLoading = false; |
|
|
|
if (res.code == 0) { |
|
|
|
this.uniqueId=this.$cookies.get('1hjz_mall_unique_id') |
|
|
|
|
|
|
|
this.ShareWenXin(); |
|
|
|
} else { |
|
|
|
this.$vux.toast.text(res.msg, "middle"); |
|
|
|
} |
|
|
|
|