更新版本提交
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user