Browse Source

修改

master
liaoxinyu 2 years ago
parent
commit
761322fb59
  1. 4
      pages/auth/senior.vue
  2. 9
      pages/base/home.vue

4
pages/auth/senior.vue

@ -4,7 +4,7 @@
<v-header :title="$t('auth.a4')"></v-header>
<main class="layout-main">
<view class="form-item border-b p-md m-b-md">
<!-- <view class="form-item border-b p-md m-b-md">
<view class="label m-b-xs">{{$t('auth.a7')}}</view>
<view class="input color-light">
<v-picker :value="form.country_id" @change="selectCountry" :list="countryList"
@ -28,7 +28,7 @@
<view class="input color-light">
<v-input v-model="form.id_card" :placeholder="$t('auth.b2')"></v-input>
</view>
</view>
</view> -->
<div class="form-item p-md m-md">
<div class="color-light p-b-xs">1{{$t('auth.b5')}}</div>

9
pages/base/home.vue

@ -36,8 +36,7 @@
<van-icon class="m-r-sm fn-16" @click="() => _router.push({ path: '/pages/notice/index' })"
name="volume-o" />
</template>
<v-link class="fn-13 eps-1"
:to="{ path: '/pages/notice/detail', query: { id: notice[0].id } }">{{ notice[0].title }}
<v-link class="fn-13 eps-1" :to="{ path: '/pages/notice/detail', query: { id: notice[0].id } }">{{ notice[0].title }}
</v-link>
<template #right-icon>
<view class="m-l-xs" @click="_router.push({ path: '/pages/notice/index' })">
@ -332,19 +331,19 @@
<view style="display: flex;width: 100%;justify-content: center;margin-top: 30px;">
<image src="@/assets/img/home/home13.png" mode="aspectFit" style="width: 670rpx;height: 400rpx;"></image>
</view>
<a href="https://app.btcoinmt.com/download/BTCoinmt.html" style="display: block;width: 100%;text-decoration: none;">
<a style="display: block;width: 100%;text-decoration: none;">
<view class="store_view">
<image src="@/assets/img/home/home1.png" mode="" style="width: 48rpx;height: 48rpx;"></image>
<view style="color: #7E7D81;margin-left: 20rpx;">APP Store</view>
</view>
</a>
<a href="https://app.btcoinmt.com/download/BTCoinmt.html" style="display: block;width: 100%;text-decoration: none;">
<a style="display: block;width: 100%;text-decoration: none;">
<view class="store_view" style="">
<image src="@/assets/img/home/home2.png" mode="" style="width: 48rpx;height: 48rpx;"></image>
<view style="color: #7E7D81;margin-left: 20rpx;">Android</view>
</view>
</a>
<a href="https://app.btcoinmt.com/download/BTCoinmt.html" style="display: block;width: 100%;text-decoration: none;">
<a style="display: block;width: 100%;text-decoration: none;">
<view class="store_view" style="">
<image src="@/assets/img/home/riFill-google-play-fill@2x.png" mode="" style="width: 48rpx;height: 48rpx;"></image>
<view style="color: #7E7D81;margin-left: 20rpx;">Google Play</view>

Loading…
Cancel
Save