From 4d02d8ba9022cdd0257308b7389079689d2560ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=99=96?= Date: Mon, 18 Mar 2019 15:42:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E4=BA=BA=E6=8B=BC=E5=9B=A2bug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/joinFrDpell/index.js | 2 +- pages/spellDetail/index.js | 2 +- pages/spellGroup/spellGroup.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/joinFrDpell/index.js b/pages/joinFrDpell/index.js index ee1204f..82862c2 100644 --- a/pages/joinFrDpell/index.js +++ b/pages/joinFrDpell/index.js @@ -216,7 +216,7 @@ Page({ }) .then(res => { wx.reLaunch({ - url: `/pages/spellDetail/index?orderId=${orderId}&couponId=${_this.data.data.couponId}&orderGroupId=${res.data.orderGroupId}` + url: `/pages/spellDetail/index?orderId=${orderId}&couponId=${_this.data.data.couponId}&orderGroupId=${res.data.orderGroupId}&couponChannelId=${_this.data.couponChannelId}` }); }) .catch(err => { diff --git a/pages/spellDetail/index.js b/pages/spellDetail/index.js index e07a332..d230d44 100644 --- a/pages/spellDetail/index.js +++ b/pages/spellDetail/index.js @@ -270,7 +270,7 @@ Page({ // 来自页面内转发按钮 let _this = this; return { - title: '拼团', + title: _this.data.nickName + '超值推荐的' + _this.data.data.title, path: `/pages/index/index?couponId=${_this.data.data.couponId}&orderGroupId=${_this.data.data.orderGroupId}&couponChannelId=${_this.data.paramData.couponChannelId}&orderId=${_this.data.data.orderId}&avatarUrl=${_this.data.avatarUrl}&nickName=${_this.data.nickName}`, imageUrl: _this.data.data.coverImg, success: function (res) { diff --git a/pages/spellGroup/spellGroup.js b/pages/spellGroup/spellGroup.js index 03b0fb8..0ef9e61 100644 --- a/pages/spellGroup/spellGroup.js +++ b/pages/spellGroup/spellGroup.js @@ -139,7 +139,7 @@ Page({ let _this = this; let data = res.target.dataset.data return { - title: '拼团', + title: data.nickName + '超值推荐的' + data.title, path: `/pages/index/index?couponId=${data.couponId}&orderGroupId=${data.orderGroupId}&couponChannelId=${data.couponChannelId}&orderId=${data.orderId}&avatarUrl=${_this.data.avatarUrl}&nickName=${_this.data.nickName}`, imageUrl: data.coverImg, success: function (res) {