修改离开需求发布页面的提示
This commit is contained in:
parent
378f9a9c6c
commit
3c1c83a805
|
@ -247,7 +247,7 @@ export default {
|
||||||
onLoad() {
|
onLoad() {
|
||||||
// #ifdef MP-WEIXIN
|
// #ifdef MP-WEIXIN
|
||||||
uni.enableAlertBeforeUnload({
|
uni.enableAlertBeforeUnload({
|
||||||
message: "需求尚未发布,确定离开?",
|
message: "需求尚未发布,此时离开不会保留任何数据,确定离开?",
|
||||||
});
|
});
|
||||||
// #endif
|
// #endif
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue