Commit 2c845a5c authored by chenkai@duiba.com.cn's avatar chenkai@duiba.com.cn

111

parent d6e11e45
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
}, },
"context": "AI生成吉利好名", "context": "AI生成吉利好名",
"type": 1, "type": 1,
"title": "AI起名" "title": "星妈起名"
}], }],
"bgUrl": "homepage/toolBg.png" "bgUrl": "homepage/toolBg.png"
}, },
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<swiper-item v-for="(item, index) in toolList.tools" :key="index" <swiper-item v-for="(item, index) in toolList.tools" :key="index"
:class="['swiperItem', { 'active': currentIndex === index }]"> :class="['swiperItem', { 'active': currentIndex === index }]">
<view class="tool"> <view class="tool">
<button v-if="homeStore && !homeStore.isLogin && item.title!='AI起名' && item.title!='体质测试'" <button v-if="homeStore && !homeStore.isLogin && item.title!='星妈起名' && item.title!='体质测试'"
open-type="getPhoneNumber" @getphonenumber="onGetPhoneNumber" class="sq_btn"></button> open-type="getPhoneNumber" @getphonenumber="onGetPhoneNumber" class="sq_btn"></button>
<image class="tool_bg" :src="$baseUrl + item.icon" @tap="handleToolClick(item)"> <image class="tool_bg" :src="$baseUrl + item.icon" @tap="handleToolClick(item)">
</image> </image>
......
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