Commit d2235a3e authored by jtwu's avatar jtwu

Merge branch 'dev_ck'

parents 23dee210 f3257218
......@@ -147,7 +147,7 @@
</view>
<!-- 工具 -->
<view class="tool-container">
<text class="tool-title"> 工具 </text>
<text class="tool-title" @click="toAiNaming"> 工具 </text>
<view class="tool-list">
<view
class="tool-item"
......@@ -303,13 +303,13 @@ const handleToolClick = async (item) => {
}
};
// //跳转到ai取名页面
// const toAiNaming = () => {
// jump({
// type: JumpType.INNER,
// url: "/pages/naming/naming",
// })
// };
//跳转到ai取名页面
const toAiNaming = () => {
jump({
type: JumpType.INNER,
url: "/pages/naming/naming",
})
};
// 编辑个人资料
const handleEditProfile = (e) => {
......
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