Commit 9da65b67 authored by 王炽's avatar 王炽

合并代码

parent 30499ca9
...@@ -258,10 +258,16 @@ const handleToolClick = async (item) => { ...@@ -258,10 +258,16 @@ const handleToolClick = async (item) => {
jump({ type: item.link.type, url: item.link.url}); jump({ type: item.link.type, url: item.link.url});
} else{ } else{
uni.showToast({ uni.showToast({
title: "需要已生育的宝宝状态哦", title: "需要已生育宝宝的状态才可以进入哦",
icon: "none", icon: "none",
}); });
} }
}else{
uni.showToast({
title: "需要已生育宝宝的状态才可以进入哦",
icon: "none",
});
}
} else { } else {
jump({ type: item.link.type, url: item.link.url}); jump({ type: item.link.type, url: item.link.url});
// const extra = item.link.extra; // const extra = item.link.extra;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment