更新vconsole

This commit is contained in:
dragon
2024-08-28 18:25:57 +08:00
parent 1c9ee68ae9
commit f0cb98ef62
2 changed files with 3 additions and 7 deletions

View File

@@ -101,7 +101,6 @@ function getConfig() {
$(`.recharge${i + 1} .bottom .but`).attr('level', res.level);
// 处理按钮状态
if (res.receiveStatus == false) {
console.log(i);
if (res.receiveSwitch) {
$(`.recharge${i + 1} .bottom .but`).attr('click', 1);
$(`.recharge${i + 1} .bottom .but`).addClass('act');
@@ -138,7 +137,6 @@ function getConfig() {
$('.myRecharge .but').click(function () {
if (browser.android) {
let channel = pubInfo.deviceInfo.channel;
console.log(pubInfo.deviceInfo);
if (channel == "google") {
window.androidJsObj.openChargePage(6);
} else {

File diff suppressed because one or more lines are too long