Browse Source

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

tags/福建版C.9.1.01
海洋之声 5 years ago
parent
commit
1e13807b91
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/spellGroup/mySpellGroup/index.js

+ 1
- 1
pages/spellGroup/mySpellGroup/index.js View File

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


Loading…
Cancel
Save