Browse Source

屏蔽首页不要的东西

master
torsenli 4 years ago
parent
commit
1c9731f621
  1. 16
      pages/base/home.vue

16
pages/base/home.vue

@ -71,7 +71,7 @@
</template>
</v-notice-bar>
<!-- 次一级导航 -->
<view class="nav2 p-x-md m-t-ms d-flex justify-around fn-center">
<!-- <view class="nav2 p-x-md m-t-ms d-flex justify-around fn-center">
<v-link tag="div" to="/pages/assets/recharge" class="item">
<view class="icon">
<img :class="theme == 'light' ? 'bg-box-per' : ''" class="h-33" src="static/img/13.png" />
@ -96,7 +96,7 @@
</view>
<view class="fn-13 m-t-xxs">{{ $t("base.b7") }}</view>
</v-link>
</view>
</view> -->
<!-- 指数 -->
<view class="stock-swipe d-flex p-x-md m-t-ms">
<view
@ -188,13 +188,13 @@
</template>
</view> -->
<!-- $toast($t('first.b9')) -->
<view @click="_router.push('/pages/currency/index')" class="otc m-md bg-panel-3 m-t-md box-shadow rounded-lg d-flex justify-between align-center p-r-lg">
<!-- <view @click="_router.push('/pages/currency/index')" class="otc m-md bg-panel-3 m-t-md box-shadow rounded-lg d-flex justify-between align-center p-r-lg">
<view class="d-flex align-center">
<img width="43px" height="43px" src="static/img/b.png"/>
<view class="color-theme-2 fn-15 m-l-md d-flex align-center">{{ $t("first.b7") }}<span class="color-light fn-12 m-l-xs">{{ $t("first.b6") }}</span></view>
</view>
<van-icon name="arrow" class="color-theme-2"/>
</view>
</view> -->
<!-- <view class="m-x-md ">
<text @click="infoActive=0" class="m-r-lg" :class="infoActive==0?'fn-bold fn-16 bor5 color-light':''">{{ $t("first.b5") }}</text>
@ -286,9 +286,9 @@
</view>
<view class="fn-left align-end w-3/12">
<view class="d-flex align-end fn-bold fn-16" :class="item.increase * 1 >0?'color-buy':'color-sell'">{{ item.close }}</view>
<view class="m-t-xs">
<!-- <view class="m-t-xs">
{{ omitTo(item.close*price_cny,2) }}
</view>
</view> -->
</view>
<view class="fn-right w-3/12 positions">
<span
@ -298,7 +298,7 @@
"
>{{ item.increaseStr }}</span
>
<view class="charts-box m-t-xs">
<!-- <view class="charts-box m-t-xs">
<qiun-data-charts
type="tarea"
:chartData="item.kline"
@ -306,7 +306,7 @@
:tapLegend="false"
:range="item.increase*1>0?true:false"
/>
</view>
</view> -->
</view>
</v-link>
</view>

Loading…
Cancel
Save