苹果内购+订单结算页面条件编译
This commit is contained in:
8
App.vue
8
App.vue
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user