This commit is contained in:
aihe 2024-06-16 12:03:00 +08:00
parent 8c59a8bdcd
commit 0d383fbe55
2 changed files with 17 additions and 10 deletions

View File

@ -54,6 +54,10 @@ export function createApp() {
})
app.use(store)
// #ifdef APP-PLUS
app.config.globalProperties.isAppChannel = true
// #endif
app.config.globalProperties.$adpid = "1111111111"
app.config.globalProperties.$backgroundAudioData = {
playing: false,

View File

@ -58,17 +58,20 @@
</view>
<view class="blk-mdl">
<u-row @click="handleCheckAppVersion" custom-style="padding: 30rpx;" justify="between">
<u-row>
<u-image :src="getCdnUrl(`mine/banbenup.png`)" height="34" width="34"></u-image>
<u-text margin="0 0 0 30rpx" text="版本更新" size="28" color="#333"></u-text>
<view v-if="isAppChannel">
<u-row @click="handleCheckAppVersion" custom-style="padding: 30rpx;" justify="between">
<u-row>
<u-image :src="getCdnUrl(`mine/banbenup.png`)" height="34" width="34"></u-image>
<u-text margin="0 0 0 30rpx" text="版本更新" size="28" color="#333"></u-text>
</u-row>
<u-row>
<u-text margin="0 10rpx 0 0" :text="curAppVersion" size="28" color="#666"></u-text>
<u-icon name="arrow-right" size="32" color="#333"></u-icon>
</u-row>
</u-row>
<u-row>
<u-text margin="0 10rpx 0 0" :text="curAppVersion" size="28" color="#666"></u-text>
<u-icon name="arrow-right" size="32" color="#333"></u-icon>
</u-row>
</u-row>
<u-line></u-line>
<u-line></u-line>
</view>
<u-row @click="setClipboardData(curDeviceId)" custom-style="padding: 30rpx;" justify="between">
<u-row custom-style="margin-right: 30rpx;">
<u-image :src="getCdnUrl(`mine/banbenup.png`)" height="34" width="34"></u-image>