소스 검색

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

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


불러오는 중...
취소
저장