Commit 626023452282c79e30122ec33e38ebc9215ef535
1 parent
2423f1ab
is_coupon
Showing
1 changed file
with
1 additions
and
1 deletions
pages/cart/cart2/cart2.js
@@ -87,7 +87,7 @@ Page({ | @@ -87,7 +87,7 @@ Page({ | ||
87 | is_express: 0, //选中物流的属性 | 87 | is_express: 0, //选中物流的属性 |
88 | expres_name: "", //点击选定 | 88 | expres_name: "", //点击选定 |
89 | isopen: 0, //券的说明 | 89 | isopen: 0, //券的说明 |
90 | - is_coupon: null, //选择券的控制属性 | 90 | + is_coupon: 1, //选择券的控制属性 |
91 | is_shipping_code: "",//插入用户默认地址 | 91 | is_shipping_code: "",//插入用户默认地址 |
92 | wu_arr_txt: "", //要更新的物流的字段 | 92 | wu_arr_txt: "", //要更新的物流的字段 |
93 | 93 |