From 0c96bf2c02c8f36a18f806baa4d04db9b2529acb Mon Sep 17 00:00:00 2001 From: nesxy Date: Tue, 23 Jul 2019 05:04:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=88=86=E4=BA=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/home.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/view/home.vue b/src/view/home.vue index f5fda6e..c66fec8 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -421,6 +421,7 @@ export default { this.countExtend(); uuniqueId = ''; } + this.ShareWenXin(); return new Promise((resolve, reject) => { var params = { salesmanUniqueIdentity: uuniqueId, @@ -429,7 +430,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"); }