From 9e2d19a245b3908299c6f9b74b639522fd708063 Mon Sep 17 00:00:00 2001 From: lfs3 Date: Fri, 26 Jul 2019 10:32:49 +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/models/wxShare.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/models/wxShare.js b/src/models/wxShare.js index ac448de..3e82a20 100644 --- a/src/models/wxShare.js +++ b/src/models/wxShare.js @@ -15,7 +15,7 @@ Vue.prototype.wxShare = function(params) { var jsApiSignConfig = response.response.jsApiSignConfig; var shareConfig = response.response.shareConfig; - var couponNo = response.response.couponNo + // var couponNo = response.response.couponNo wx.config({ debug: false, // 开启调试模式,开发时可以开启 appId: jsApiSignConfig.appId, // 必填,公众号的唯一标识 由接口返回 @@ -32,9 +32,9 @@ Vue.prototype.wxShare = function(params) { }); var urlParams = ''; let uuniqueId = this.$cookies.get('1hjz_mall_unique_id') - if(couponNo !== undefined && couponNo !== null && couponNo !== ""){ - urlParams = '?batchNo='+ couponNo - } + // if(couponNo !== undefined && couponNo !== null && couponNo !== ""){ + // urlParams = '?batchNo='+ couponNo + // } if(uuniqueId !== undefined && uuniqueId !== null && uuniqueId !== ""){ if(urlParams.length > 0){ urlParams+='&uniqueId='+ uuniqueId