苹果内购+订单结算页面条件编译

This commit is contained in:
@fawn-nine
2024-07-09 14:26:26 +08:00
parent 05edf730c9
commit 545fd9cc75
12 changed files with 391 additions and 118 deletions

View File

@@ -1,8 +1,7 @@
<script>
import {
music,
bgm
} from "@/utils/music.js";
iap
} from "@/utils/myIapCheck.js";
import store from "@/store/index.js";
import socket from "@/config/socket";
// #ifdef H5
@@ -59,7 +58,8 @@
if (store.state.userInfo.token) {
socket.init();
}
// APPUpdate();
// 检测是否有未关闭苹果内购订单
iap.getChannels()
// #endif
},
onShow: function(e) {