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
[券购买][修复]:undefined处理
tags/2.2.4
Stormeye.Wu
7 years ago
parent
4448ce41c3
commit
c9693945b6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/coupon/detail/index.js
+ 1
- 1
pages/coupon/detail/index.js
View File
@@ -15,7 +15,7 @@ Page({
title: "加载中..."
});
if (options.flag
== "pay"
) {
if (options.flag) {
this.orderFunc();
} else {
Http.get({
Write
Preview
Loading…
Cancel
Save