Преглед изворни кода

消费卡转赠标题修改

tags/安徽版C.4.1.6最终版
刘晖 пре 6 година
родитељ
комит
fbfe30cb2b
2 измењених фајлова са 2 додато и 2 уклоњено
  1. +1
    -1
      pages/ConsumeDetail/ConsumeDetail.js
  2. +1
    -1
      pages/order/detail/index.js

+ 1
- 1
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) {


+ 1
- 1
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) {


Loading…
Откажи
Сачувај