修改测试问题

This commit is contained in:
guanj
2026-07-02 09:55:30 +08:00
parent 1d73755a43
commit 40899e6d55
21 changed files with 380 additions and 157 deletions

View File

@@ -1,5 +1,5 @@
<template>
<Cn-page >
<Cn-page>
<view class="mine" slot="body">
<view class="mine-nav mt20" style="border-bottom: none">
<view class="mine-nav-label">暂态事件</view>
@@ -85,9 +85,12 @@ export default {
}
},
onUnload() {
updatePushConfig(this.config).then((res) => {
// this.$util.toast(`配置修改成功!`)
})
if (this.config.eventInfo != undefined) {
updatePushConfig(this.config).then((res) => {
// this.$util.toast(`配置修改成功!`)
})
}
},
},
onLoad() {