Эх сурвалжийг харах

fix: 价格参数单位元转分

yangfeng 4 жил өмнө
parent
commit
cb2493927b

+ 1 - 1
src/jfw/modules/app/src/web/staticres/jyapp/vipsubscribe/js/vip_upgrade.js

@@ -521,7 +521,7 @@ $(function () {
       "lotteryId": coupon.$refs.couponRef.coupon.lotteryId,
       "area": JSON.stringify(area),
       // "industry": industry.join(","),
-      'price': Number(coupon.initPrice),
+      'price': Number(coupon.initPrice*100),
       "time": purchase.timeValue.trim(),
       "orderType": 5,
       "disWord": GetQueryString("disWord"),

+ 1 - 1
src/web/staticres/vipsubscribe/js/vip_upgrade.js

@@ -525,7 +525,7 @@ $(function () {
       "lotteryId": coupon.$refs.couponRef.coupon.lotteryId,
       "area": JSON.stringify(area),
       // "industry": industry.join(","),
-      'price': coupon.initPrice,
+      'price': coupon.initPrice*100,
       "time": purchase.timeValue.trim(),
       "orderType": 5,
       "activeCode": activeCodes,