Procházet zdrojové kódy

分享bug修改

tags/富茂链客4.1.0
刘晖 před 6 roky
rodič
revize
59deccf3ac
2 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. +1
    -1
      pages/joinFrDpell/index.js
  2. +2
    -1
      pages/spellGroup/mySpellGroup/index.js

+ 1
- 1
pages/joinFrDpell/index.js Zobrazit soubor

@@ -231,7 +231,7 @@ Page({
})
.then(res => {
wx.hideLoading()
if (!orderGroupId) {
if (orderGroupId==undefined) {
wx.navigateTo({
url: '/pages/order/detail/index?orderId=' + res.data.id,
})


+ 2
- 1
pages/spellGroup/mySpellGroup/index.js Zobrazit soubor

@@ -33,6 +33,7 @@ Page({
})
this.getDetail(options.couponChannelId);
this.getOneSpell(options.couponId)
this.getUserInfo();
},
/**
* 拨打电话
@@ -118,7 +119,7 @@ Page({
//参与别人的拼团
gotoPartner(){
wx.navigateTo({
url: `/pages/joinFrDpell/index?orderId=${this.data.spellData.orderId}&couponId=${this.data.spellData.couponId}&orderGroupId=${this.data.spellData.orderGroupId}&couponChannelId=${this.data.couponChannelId}`
url: `/pages/joinFrDpell/index?orderId=${this.data.spellData.orderId}&couponId=${this.data.spellData.couponId}&orderGroupId=${this.data.spellData.orderGroupId}&couponChannelId=${this.data.couponChannelId}&avatarUrl=${_this.data.avatarUrl}&nickName=${_this.data.nickName}`
});
},
/**


Načítá se…
Zrušit
Uložit