Sfoglia il codice sorgente

分享bug修改

tags/富茂链客4.1.0
刘晖 6 anni fa
parent
commit
59deccf3ac
2 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. +1
    -1
      pages/joinFrDpell/index.js
  2. +2
    -1
      pages/spellGroup/mySpellGroup/index.js

+ 1
- 1
pages/joinFrDpell/index.js Vedi File

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


+ 2
- 1
pages/spellGroup/mySpellGroup/index.js Vedi File

@@ -33,6 +33,7 @@ Page({
}) })
this.getDetail(options.couponChannelId); this.getDetail(options.couponChannelId);
this.getOneSpell(options.couponId) this.getOneSpell(options.couponId)
this.getUserInfo();
}, },
/** /**
* 拨打电话 * 拨打电话
@@ -118,7 +119,7 @@ Page({
//参与别人的拼团 //参与别人的拼团
gotoPartner(){ gotoPartner(){
wx.navigateTo({ 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}`
}); });
}, },
/** /**


Caricamento…
Annulla
Salva