This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
weapp
/
C
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
66
Wiki
Activity
Browse Source
[拼团原价购买问题修复]
HebeiRelease_2019.08.06
海洋之声
5 years ago
parent
448dc31aab
commit
09275b4e05
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/spellGroup/mySpellGroup/index.js
+ 1
- 1
pages/spellGroup/mySpellGroup/index.js
View File
@@ -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,
})
Write
Preview
Loading…
Cancel
Save