diff --git a/main.js b/main.js index 593c2d0..eb30071 100644 --- a/main.js +++ b/main.js @@ -29,7 +29,7 @@ export function createApp() { app.config.globalProperties.$system = plus.os.name; // #endif app.config.globalProperties.$systemInfo = systemInfo - uni.setStorageSync('version', '1.0.6.sp13') + uni.setStorageSync('version', '1.0.6.sp15') app.config.globalProperties.$version = uni.getStorageSync('version') app.use(globalMethods); return { diff --git a/pages/other/video-chat/video-chat.vue b/pages/other/video-chat/video-chat.vue index b0c3bbc..9601d38 100644 --- a/pages/other/video-chat/video-chat.vue +++ b/pages/other/video-chat/video-chat.vue @@ -1,4 +1,6 @@ - + {{ paymetInfo.productName }} {{ @@ -140,13 +140,6 @@ const paymetInfo = ref({ }); onShow(() => { - const cachedInfo = storage.get('wx_payment_success_info'); - if (cachedInfo) { - paymetInfo.value = cachedInfo; - } else { - paymetInfo.value = { productName: '王者荣耀', money: 168 }; - } - // #ifdef APP-PLUS&&!APP-HARMONY util.setAndroidSystemBarColor('#FFFFFF') setTimeout(() => { @@ -156,6 +149,12 @@ onShow(() => { }) onLoad(async () => { + const cachedInfo = storage.get('wx_payment_success_info'); + if (cachedInfo) { + paymetInfo.value = cachedInfo; + } else { + paymetInfo.value = { productName: '王者荣耀', money: 168 }; + } // 微信支付成功页面埋点 proxy.$apiUserEvent('all', { diff --git a/static/image/other/game/sanjiaozhou/kill.png b/static/image/other/game/sanjiaozhou/kill.png index 2a26277..c07401a 100644 Binary files a/static/image/other/game/sanjiaozhou/kill.png and b/static/image/other/game/sanjiaozhou/kill.png differ diff --git a/static/image/other/video-call/unCamera.png b/static/image/other/video-call/unCamera.png new file mode 100644 index 0000000..eb063e2 Binary files /dev/null and b/static/image/other/video-call/unCamera.png differ diff --git a/static/image/other/video-call/unMic.png b/static/image/other/video-call/unMic.png new file mode 100644 index 0000000..47a4cba Binary files /dev/null and b/static/image/other/video-call/unMic.png differ diff --git a/static/image/other/video-call/unSpeaker.png b/static/image/other/video-call/unSpeaker.png new file mode 100644 index 0000000..1921ffb Binary files /dev/null and b/static/image/other/video-call/unSpeaker.png differ diff --git a/static/image/other/video-call/xuanzhuan.png b/static/image/other/video-call/xuanzhuan.png index ddf2e50..6ab4be0 100644 Binary files a/static/image/other/video-call/xuanzhuan.png and b/static/image/other/video-call/xuanzhuan.png differ diff --git a/static/image/other/video-call/xvnibeijing.png b/static/image/other/video-call/xvnibeijing.png index c5b0a37..f91d6c6 100644 Binary files a/static/image/other/video-call/xvnibeijing.png and b/static/image/other/video-call/xvnibeijing.png differ