From 4f6bfb1e7e761302ccece3dda87f8261cb014af0 Mon Sep 17 00:00:00 2001 From: lfs3 Date: Tue, 23 Jul 2019 15:53:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E4=BA=AB=E9=85=8D=E7=BD=AE=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/home.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/view/home.vue b/src/view/home.vue index f6d7223..b599fd0 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -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"); }