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
券详情页面有逻辑运算字段初始化赋值
tags/2.2.8
海洋之声
6 years ago
parent
16be1adcbc
commit
b9ec7579c9
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
pages/couponorder/detail/index.js
+ 5
- 1
pages/couponorder/detail/index.js
View File
@@ -6,7 +6,11 @@ const Http = require("../../../utils/HttpBasics");
Page({
data: {
code: "",
data: {},
data: {
salePrice:null,
price: null,
usePrice: null
},
createDate: "",
expiredTime: "",
updateDate: "",
Write
Preview
Loading…
Cancel
Save