修改测试问题
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user