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
id改为couponChannelId
tags/2.2.4
Stormeye.Wu
6 years ago
parent
449f77b9b8
commit
8142e29639
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
@@ -29,7 +29,7 @@ Page({
Http.get({
url: config.api.couponDetail,
data: {
i
d: options.couponChannelId,
couponChannelI
d: options.couponChannelId,
}
}).then(res => {
console.log(res);
Write
Preview
Loading…
Cancel
Save