Selaa lähdekoodia

[拼团原价购买问题修复]

HebeiRelease_2019.08.06
海洋之声 5 vuotta sitten
vanhempi
commit
09275b4e05
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      pages/spellGroup/mySpellGroup/index.js

+ 1
- 1
pages/spellGroup/mySpellGroup/index.js Näytä tiedosto

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


Ladataan…
Peruuta
Tallenna