|
@@ -25,7 +25,13 @@ let ofpayAuthorization = lk.getVal(OfPayConstKey.token, '');
|
|
|
let ofpayCookie = lk.getVal(OfPayConstKey.cookie,'');
|
|
let ofpayCookie = lk.getVal(OfPayConstKey.cookie,'');
|
|
|
let ofpayAccountPhone = lk.getVal(OfPayConstKey.phone);
|
|
let ofpayAccountPhone = lk.getVal(OfPayConstKey.phone);
|
|
|
let ofpayCheckBuyRepeatEnable = lk.getVal(OfPayConstKey.checkBuyRepeatEnable, true);
|
|
let ofpayCheckBuyRepeatEnable = lk.getVal(OfPayConstKey.checkBuyRepeatEnable, true);
|
|
|
|
|
+if (!lk.isEmpty(ofpayCheckBuyRepeatEnable)) {
|
|
|
|
|
+ ofpayCheckBuyRepeatEnable = JSON.parse(ofpayCheckBuyRepeatEnable);
|
|
|
|
|
+}
|
|
|
let ofpayFastModeEnable = lk.getVal(OfPayConstKey.fastModeEnable, true);
|
|
let ofpayFastModeEnable = lk.getVal(OfPayConstKey.fastModeEnable, true);
|
|
|
|
|
+if (!lk.isEmpty(ofpayCheckBuyRepeatEnable)) {
|
|
|
|
|
+ ofpayFastModeEnable = ofpayCheckBuyRepeatEnable;
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
let appVersion = 602;
|
|
let appVersion = 602;
|
|
|
|
|
|