瀏覽代碼

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

HebeiRelease_2019.08.06
海洋之声 5 年之前
父節點
當前提交
09275b4e05
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      pages/spellGroup/mySpellGroup/index.js

+ 1
- 1
pages/spellGroup/mySpellGroup/index.js 查看文件

@@ -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,
})


Loading…
取消
儲存