From fbfe30cb2b4daf542ded5c3c8327983677a58214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=99=96?= Date: Mon, 18 Mar 2019 15:53:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E8=B4=B9=E5=8D=A1=E8=BD=AC=E8=B5=A0?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ConsumeDetail/ConsumeDetail.js | 2 +- pages/order/detail/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/ConsumeDetail/ConsumeDetail.js b/pages/ConsumeDetail/ConsumeDetail.js index 8cb363b..644726f 100644 --- a/pages/ConsumeDetail/ConsumeDetail.js +++ b/pages/ConsumeDetail/ConsumeDetail.js @@ -81,7 +81,7 @@ Page({ // 来自页面内转发按钮 let _this = this; return { - title: '领取卡', + title: _this.data.userName + '赠送您一张' + _this.data.cardDetail.title, path: '/pages/index/index?couponChannelId=' + this.data.cardDetail.couponChannelId + '&cuserId=' + this.data.cardDetail.ownerId + '&couponId=' + this.data.cardDetail.couponId + '&coverImg=' + this.data.cardDetail.coverImg + '&userName=' + this.data.userName + '&avatarUrl=' + this.data.avatarUrl + '&couponOrderId=' + this.data.cardDetail.id + '&updateDate=' + this.data.cardDetail.updateDate, imageUrl: this.data.cardDetail.coverImg, success: function (res) { diff --git a/pages/order/detail/index.js b/pages/order/detail/index.js index 12d7d4b..3ca3fd0 100644 --- a/pages/order/detail/index.js +++ b/pages/order/detail/index.js @@ -61,7 +61,7 @@ Page({ // 来自页面内转发按钮 let _this = this; return { - title: '领取卡', + title: _this.data.userName+'赠送您一张' + _this.data.order.title, path: '/pages/index/index?couponChannelId=' + this.data.order.couponChannelId + '&cuserId=' + this.data.order.cuserId + '&couponId=' + this.data.order.productId + '&coverImg=' + this.data.order.coverImg + '&userName=' + this.data.userName + '&avatarUrl=' + this.data.avatarUrl + '&couponOrderId=' + this.data.order.couponOrderId + '&updateDate=' + this.data.order.updateDate, imageUrl: this.data.order.coverImg, success: function (res) {