Browse Source

修改标题

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

6
pages/base/home.vue

@ -197,7 +197,7 @@
<view style="text-align: center;"><image src="@/assets/img/home/img2.png" style="width: 352rpx;height: 446rpx;"></image></view> <view style="text-align: center;"><image src="@/assets/img/home/img2.png" style="width: 352rpx;height: 446rpx;"></image></view>
<view style="padding: 0px 40rpx;"> <view style="padding: 0px 40rpx;">
<view class="quickopening_box"> <view class="quickopening_box">
<view style="font-size: 40rpx;width: 100%;margin-top: 58rpx;" v-if="!isLogin">{{ $t("homeNewText.hh5",{name:"CATYcoin"}) }}</view> <view style="font-size: 40rpx;width: 100%;margin-top: 58rpx;" v-if="!isLogin">{{ $t("homeNewText.hh5",{name:"xxxxx"}) }}</view>
<view style="font-size: 72rpx;width: 100%;margin-top: 58rpx;" v-else>{{ $t("homeNewText.aa4") }}</view> <view style="font-size: 72rpx;width: 100%;margin-top: 58rpx;" v-else>{{ $t("homeNewText.aa4") }}</view>
<view v-if="!isLogin" class="quickopening_register" style="margin-top: 38rpx;margin-bottom: 58rpx;" @click="goReg"> <view v-if="!isLogin" class="quickopening_register" style="margin-top: 38rpx;margin-bottom: 58rpx;" @click="goReg">
{{ $t("homeNewText.hh6") }} <img src="@/assets/img/home/right-line.png" style="vertical-align: middle;" width="24" height="24"> {{ $t("homeNewText.hh6") }} <img src="@/assets/img/home/right-line.png" style="vertical-align: middle;" width="24" height="24">
@ -237,7 +237,7 @@
</view> </view>
<view class="product"> <view class="product">
<view> <view>
<view class="product_text1">{{ $t("homeNewText.hh17",{nem:'CATYcoin'}) }}</view> <view class="product_text1">{{ $t("homeNewText.hh17",{nem:'xxxxx'}) }}</view>
<view class="product_text2">{{ $t("homeNewText.hh18") }}</view> <view class="product_text2">{{ $t("homeNewText.hh18") }}</view>
</view> </view>
<view class="product_text3"><image src="@/assets/img/home/img6.png" mode="" style="width: 320rpx;height: 240rpx;"></image></view> <view class="product_text3"><image src="@/assets/img/home/img6.png" mode="" style="width: 320rpx;height: 240rpx;"></image></view>
@ -288,7 +288,7 @@
<view class="d-flex" style="align-items: center;"> <view class="d-flex" style="align-items: center;">
<view class="text_size">{{ $t("homeNewText.hh28") }}</view> <view class="text_size">{{ $t("homeNewText.hh28") }}</view>
</view> </view>
<view class="text_width">{{ $t("homeNewText.hh29",{name:"CATYcoin"}) }}</view> <view class="text_width">{{ $t("homeNewText.hh29",{name:"xxxxx"}) }}</view>
</view> </view>
</view> </view>
</view> </view>

Loading…
Cancel
Save