三方充值:新增兼容APP内外充值;修复小精灵以及星际厨房问题

This commit is contained in:
Dragon
2022-10-26 14:29:26 +08:00
parent ded1887e4e
commit ec72d816d0
3 changed files with 9 additions and 3 deletions

View File

@@ -19,13 +19,18 @@ let modeOfPayment = false;//判断是否有选择支付方式
let paymentAmount = false;//判断是否有选择付款金额
var deviceId;//型号ID
$(function () {
console.log(host)
if (EnvCheck() == 'test') {//degBug
new VConsole();
}
getInfoFromClient();//请求依赖
setTimeout(function () {
listChargeAreaInfo();
if (browser.app) {
erbanNo == null;
$('body .header .user, html .header .user').hide();
$('.but1').hide();
$('.but2').show();
}
}, 100)
function get_param (param) {
var query = location.search.substring(1).split('&');