Browse Source

修改常见问题

master
liaoxinyu 2 years ago
parent
commit
0fcb6e18f9
  1. 12
      pages/base/home.vue

12
pages/base/home.vue

@ -280,7 +280,15 @@
<view style="font-size: 50rpx;color: white;">
{{ $t("homeNewText.ff14") }}
</view>
<view class="went_text">
<view style="margin-bottom: 10px;">
<router-link :to="'/notice/'+item.id" v-for="(item, index) in helpList" :key="index+'help'" style="text-decoration: none">
<div class="went_text">
<div style="color: #fff;">{{ item.title }}</div>
<image src="@/assets/img/tiao.png" mode="" style="width: 48rpx;height: 48rpx;"></image>
</div>
</router-link>
</view>
<!-- <view class="went_text">
<view class="">{{ $t("homeNewText.ff15") }}</view>
<image src="@/assets/img/tiao.png" mode="" style="width: 48rpx;height: 48rpx;"></image>
</view>
@ -295,7 +303,7 @@
<view class="went_text" style="margin-bottom: 20px;">
<view class="">{{ $t("homeNewText.ff15") }}</view>
<image src="@/assets/img/tiao.png" mode="" style="width: 48rpx;height: 48rpx;"></image>
</view>
</view> -->
</view>
</view>
<!-- 资产 -->

Loading…
Cancel
Save