|
|
@@ -12,6 +12,7 @@ const OfPayConstKey = {
|
|
|
eventVisitorId: 'lkOfPayEventVisitorId',
|
|
|
marketItemsData: 'lkOfPayMarketItemsData',
|
|
|
marketBuyList: 'lkOfPayMarketBuyList',
|
|
|
+ awardDiscountPrice: 'lkOfPayDiscountPrice',
|
|
|
}
|
|
|
|
|
|
let ofpayUserAgent = `Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 F-OFST elife_moblie_ios fullversion:6.0.2 BSComponentVersion:5.4 WorkStationChannel:0 isBreak:0 ICBCiPhoneBSNew 6.0.2 iphone os wkwebview:true`;
|
|
|
@@ -46,7 +47,7 @@ const GCommonHeads = {
|
|
|
|
|
|
let marketId = lk.getVal(OfPayConstKey.marketId);
|
|
|
let eventVisitorId = lk.getVal(OfPayConstKey.eventVisitorId);
|
|
|
-let awardWantDiscount = {};
|
|
|
+let awardWantDiscount = lk.getVal(OfPayConstKey.awardDiscountPrice,{});
|
|
|
|
|
|
if (!lk.isExecComm) {
|
|
|
if (!lk.isRequest()) {
|