发布需求页面增加关闭提示
This commit is contained in:
parent
6076b33e73
commit
6bedd1aad2
|
@ -319,7 +319,13 @@ export default {
|
|||
config: (state) => state.system.config,
|
||||
}),
|
||||
},
|
||||
onLoad() {},
|
||||
onLoad() {
|
||||
// #ifdef MP-WEIXIN
|
||||
uni.enableAlertBeforeUnload({
|
||||
message: "需求尚未发布,确定离开?"
|
||||
});
|
||||
// #endif
|
||||
},
|
||||
onShow() {},
|
||||
onReady() {},
|
||||
onReachBottom() {},
|
||||
|
|
Loading…
Reference in New Issue