Showing
4 changed files
with
16 additions
and
19 deletions
@@ -52,7 +52,7 @@ export default { | @@ -52,7 +52,7 @@ export default { | ||
52 | return api.get({ | 52 | return api.get({ |
53 | url: '', | 53 | url: '', |
54 | data: Object.assign({ | 54 | data: Object.assign({ |
55 | - method: 'app.Shopping.payment' | 55 | + method: 'app.Shopping.payment' |
56 | }, params) | 56 | }, params) |
57 | }); | 57 | }); |
58 | }, | 58 | }, |
@@ -66,7 +66,7 @@ export default { | @@ -66,7 +66,7 @@ export default { | ||
66 | return api.get({ | 66 | return api.get({ |
67 | url: '', | 67 | url: '', |
68 | data: Object.assign({ | 68 | data: Object.assign({ |
69 | - method: 'app.Shopping.compute' | 69 | + method: 'app.Shopping.compute' |
70 | }, params) | 70 | }, params) |
71 | }); | 71 | }); |
72 | }, | 72 | }, |
@@ -80,7 +80,7 @@ export default { | @@ -80,7 +80,7 @@ export default { | ||
80 | return api.get({ | 80 | return api.get({ |
81 | url: '', | 81 | url: '', |
82 | data: Object.assign({ | 82 | data: Object.assign({ |
83 | - method: 'app.Shopping.submit' | 83 | + method: 'app.Shopping.submit' |
84 | }, params) | 84 | }, params) |
85 | }); | 85 | }); |
86 | } | 86 | } |
@@ -222,6 +222,7 @@ Page({ | @@ -222,6 +222,7 @@ Page({ | ||
222 | confirmText: '好的', | 222 | confirmText: '好的', |
223 | }); | 223 | }); |
224 | }, | 224 | }, |
225 | + | ||
225 | // 普通购买 | 226 | // 普通购买 |
226 | loadShoppingPayment(options) { | 227 | loadShoppingPayment(options) { |
227 | this.orderType = ORDER_TYPE.ORDINARY; | 228 | this.orderType = ORDER_TYPE.ORDINARY; |
@@ -247,14 +248,14 @@ Page({ | @@ -247,14 +248,14 @@ Page({ | ||
247 | } | 248 | } |
248 | 249 | ||
249 | return ensureModel.shoppingCompute({ | 250 | return ensureModel.shoppingCompute({ |
250 | - cart_type: "ordinary", | 251 | + cart_type: 'ordinary', |
251 | payment_type: 1, // 支付方式,1 在线支付 2 货到付款 | 252 | payment_type: 1, // 支付方式,1 在线支付 2 货到付款 |
252 | delivery_way: this.orderData.deliveryWayId, // 快递方式,1 普通 2 加急 | 253 | delivery_way: this.orderData.deliveryWayId, // 快递方式,1 普通 2 加急 |
253 | use_yoho_coin: 0, // 使用的yoho币金额,单位元1:00 | 254 | use_yoho_coin: 0, // 使用的yoho币金额,单位元1:00 |
254 | use_red_envelopes: 0, // 使用的红包,单位元 | 255 | use_red_envelopes: 0, // 使用的红包,单位元 |
255 | - coupon_code: "", // 优惠券code,多个用","分割 | ||
256 | - promotion_code: "", // 优惠码code | ||
257 | - gift_card_code: "", // 礼品卡code | 256 | + coupon_code: '', // 优惠券code,多个用","分割 |
257 | + promotion_code: '', // 优惠码code | ||
258 | + gift_card_code: '', // 礼品卡code | ||
258 | }).then(res => { | 259 | }).then(res => { |
259 | if (res.code === 200) { | 260 | if (res.code === 200) { |
260 | let comp = res.data || {}; | 261 | let comp = res.data || {}; |
@@ -549,12 +550,12 @@ Page({ | @@ -549,12 +550,12 @@ Page({ | ||
549 | let param = { | 550 | let param = { |
550 | payment_id: PAYMENT.ID, | 551 | payment_id: PAYMENT.ID, |
551 | payment_type: PAYMENT.TYPE, | 552 | payment_type: PAYMENT.TYPE, |
552 | - use_red_envelopes: 0,// 使用的红包,单位元 | 553 | + use_red_envelopes: 0, // 使用的红包,单位元 |
553 | use_yoho_coin: 0, // 使用的yoho币金额,单位元 | 554 | use_yoho_coin: 0, // 使用的yoho币金额,单位元 |
554 | - coupon_code: "", // 优惠券code,多个用","分割 | ||
555 | - is_print_price: "N", // string 否 "Y" "N" 是否打印 | ||
556 | - is_continue_buy: "N", // string 否 "N" "Y" 是否继续结算 | ||
557 | - gift_card_code: "", // 礼品卡code | 555 | + coupon_code: '', // 优惠券code,多个用","分割 |
556 | + is_print_price: 'N', // string 否 "Y" "N" 是否打印 | ||
557 | + is_continue_buy: 'N', // string 否 "N" "Y" 是否继续结算 | ||
558 | + gift_card_code: '', // 礼品卡code | ||
558 | qhy_union: JSON.stringify({client_id: app.getUnionType()}) | 559 | qhy_union: JSON.stringify({client_id: app.getUnionType()}) |
559 | }; | 560 | }; |
560 | 561 |
@@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
6 | </view> | 6 | </view> |
7 | <view class="split-line"></view> | 7 | <view class="split-line"></view> |
8 | <view class="tip" wx:if="{{isJit && package_title_detail}}"> | 8 | <view class="tip" wx:if="{{isJit && package_title_detail}}"> |
9 | - <text class="tipText">{{package_title_detail}}</text> | 9 | + <text class="tip-text">{{package_title_detail}}</text> |
10 | </view> | 10 | </view> |
11 | <view class="split-line"></view> | 11 | <view class="split-line"></view> |
12 | <view class="goods-list"> | 12 | <view class="goods-list"> |
1 | +/* stylelint-disable-next-line */ | ||
1 | page { | 2 | page { |
2 | background-color: #f0f0f0; | 3 | background-color: #f0f0f0; |
3 | } | 4 | } |
@@ -32,9 +33,8 @@ page { | @@ -32,9 +33,8 @@ page { | ||
32 | align-items: center; | 33 | align-items: center; |
33 | } | 34 | } |
34 | 35 | ||
35 | -.container .tip .tipText { | 36 | +.container .tip .tip-text { |
36 | color: #444; | 37 | color: #444; |
37 | - font-family: PingFang SC; | ||
38 | font-size: 30rpx; | 38 | font-size: 30rpx; |
39 | background-color: white; | 39 | background-color: white; |
40 | text-overflow: ellipsis; | 40 | text-overflow: ellipsis; |
@@ -151,7 +151,3 @@ page { | @@ -151,7 +151,3 @@ page { | ||
151 | border-radius: 8rpx; | 151 | border-radius: 8rpx; |
152 | box-sizing: border-box; | 152 | box-sizing: border-box; |
153 | } | 153 | } |
154 | - | ||
155 | - | ||
156 | - | ||
157 | - |
-
Please register or login to post a comment