Browse Source

修改

master
liaoxinyu 2 years ago
parent
commit
8cdd57529f
  1. 6
      pages/base/home.vue

6
pages/base/home.vue

@ -144,7 +144,7 @@
</view>
</view>
<!-- 市场趋势 -->
<view class="">
<view style="margin-top: 60px;">
<view v-if="parentItem.coin_name=='USDT'" v-for="parentItem in marketList" :key="parentItem.coin_name">
<view class="w-12/12 m-t-xs">
<view class="" style="display: flex;justify-content: space-around;flex-wrap: wrap;">
@ -276,11 +276,11 @@
{{ $t("homeNewText.ff16") }}
</view>
</view>
<view style="margin: 0px 20px;padding-top: 20px;">
<view style="margin: 0px 20px;padding-top: 100px;">
<view style="font-size: 50rpx;color: white;">
{{ $t("homeNewText.ff14") }}
</view>
<view style="margin-bottom: 10px;">
<view style="margin-bottom: 20px;">
<view v-for="(item, index) in helpList" :key="index+'help'" @click="toNotice(item)">
<view class="went_text">
<view style="color: #fff;">{{ item.title }}</view>

Loading…
Cancel
Save