feat: 主页流程提示页面未完成
This commit is contained in:
parent
f129612d40
commit
a82c414693
|
|
@ -108,6 +108,14 @@
|
|||
let view_path = item.view_path2?item.view_path2:item.view_path;
|
||||
uni.navigateTo({
|
||||
url:`/pages${view_path}?mode=add`
|
||||
}).catch(e=>{
|
||||
console.log(e)
|
||||
if (e.errMsg.indexOf("not found")!=-1){
|
||||
uni.showToast({
|
||||
title: '该页面暂未完成',
|
||||
icon: 'none'
|
||||
});
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue