更新版本提交

This commit is contained in:
liuyuan
2025-04-01 14:26:08 +08:00
parent 3e591df7a6
commit 8f89d802ac
265 changed files with 34137 additions and 108 deletions

View File

@@ -42,7 +42,8 @@
<view class="cate_item_border">
<image :src="item.icon"></image>
</view>
<view class="cate_item_name">{{ item.title }}</view>
<view class="cate_item_name" v-if="$platform!='android'&&index==2">心身健康科学</view>
<view class="cate_item_name" v-else>{{ item.title }}</view>
</view>
</view>
</scroll-view>
@@ -130,7 +131,7 @@ export default {
// imgUrl: require("@/static/icon/home_bg2.png")
// },
// {
// name: "VIP情况",
// name: "VIP办理",
// url: "/pages/vip/index",
// imgUrl: require("@/static/icon/home_bg3.png")
// },
@@ -158,7 +159,7 @@ export default {
imgUrl: require("@/static/icon/home_bg2.png")
},
{
name: "VIP情况",
name: "VIP办理",
url: "/pages/vip/index",
imgUrl: require("@/static/icon/home_bg3.png")
},
@@ -495,7 +496,7 @@ export default {
.cate_item_name {
margin-top: 15rpx;
font-size: 26rpx;
font-size: 24rpx;
line-height: 34rpx;
text-align: center;
color: #fff;