瀏覽代碼

多人拼团bug修改

tags/安徽版C.4.1.6最终版
刘晖 6 年之前
父節點
當前提交
4d02d8ba90
共有 3 個檔案被更改,包括 3 行新增3 行删除
  1. +1
    -1
      pages/joinFrDpell/index.js
  2. +1
    -1
      pages/spellDetail/index.js
  3. +1
    -1
      pages/spellGroup/spellGroup.js

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


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


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


Loading…
取消
儲存