Browse Source

修改

master
liaoxinyu 2 years ago
parent
commit
b2ab70fa3e
  1. BIN
      assets/img/home/home5.png
  2. 28
      main.html
  3. 3
      manifest.json
  4. 3
      pages/auth/primary.vue
  5. 4
      pages/auth/senior.vue
  6. 91
      pages/base/home.vue
  7. 2
      pages/exchange/exchangeHis.vue
  8. BIN
      static/favicon.ico

BIN
assets/img/home/home5.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 101 KiB

28
main.html

@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="/static/favicon.ico">
<title>
<%= htmlWebpackPlugin.options.title %>
</title>
<!-- Open Graph data -->
<!-- <meta property="og:title" content="Title Here" /> -->
<!-- <meta property="og:url" content="http://www.example.com/" /> -->
<!-- <meta property="og:image" content="http://example.com/image.jpg" /> -->
<!-- <meta property="og:description" content="Description Here" /> -->
<script>
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')
</script>
<link rel="stylesheet" href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css" />
</head>
<body>
<noscript>
<strong>Please enable JavaScript to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>

3
manifest.json

@ -113,6 +113,7 @@
"base" : "./"
},
"domain" : "https://app.sisbitcoin.com",
"title" : "SISBITcoin"
"title" : "SISBITcoin",
"template" : "main.html"
}
}

3
pages/auth/primary.vue

@ -13,7 +13,8 @@
<view class="form-item border-b p-md m-b-md">
<view class="label m-b-xs">{{$t('auth.c5')}}</view>
<view class="input color-light">
<uni-datetime-picker type="date" :placeholder="$t('auth.d4')" :clear-icon="false" v-model="form.birthday" @maskClick="maskClick" />
<uni-datetime-picker type="date" :placeholder="$t('auth.d4')" start="1873-1-01" :end="new Date().toLocaleDateString()"
:clear-icon="false" v-model="form.birthday" @maskClick="maskClick" />
</view>
</view>
<!-- 证件号类型 -->

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>

91
pages/base/home.vue

@ -173,21 +173,21 @@
</view>
</view>
<view style="padding:0px 60rpx;font-size: 56rpx;color: #fff;margin-top: 200rpx;">{{ $t("homeNewText.hh4") }}</view>
<view class="" style="padding:0px 60rpx;color: #fff;margin-top: 100rpx;">
<view class="BeginnersGuide">{{ $t("homeNewText.hh4") }}</view>
<view class="BeginnersGuide_box">
<view>
<image src="@/assets/img/home/home2.png" mode="widthFix" style="width: 180rpx;"></image>
<view style="font-size: 48rpx;color: #4B75F8;font-weight: bold;margin-top: 20rpx;">{{ $t("homeNewText.hh5") }}</view>
<view class="BeginnersGuide_text">{{ $t("homeNewText.hh5") }}</view>
<view style="margin-top: 20rpx;">{{ $t("homeNewText.hh6") }}</view>
</view>
<view style="margin-top: 100rpx;">
<image src="@/assets/img/home/home3.png" mode="widthFix" style="width: 180rpx;"></image>
<view style="font-size: 48rpx;color: #4B75F8;font-weight: bold;margin-top: 20rpx;">{{ $t("homeNewText.hh7") }}</view>
<view class="BeginnersGuide_text">{{ $t("homeNewText.hh7") }}</view>
<view style="margin-top: 20rpx;">{{ $t("homeNewText.hh8") }}</view>
</view>
<view style="margin-top: 100rpx;">
<image src="@/assets/img/home/home4.png" mode="widthFix" style="width: 180rpx;"></image>
<view style="font-size: 48rpx;color: #4B75F8;font-weight: bold;margin-top: 20rpx;">{{ $t("homeNewText.hh9") }}</view>
<view class="BeginnersGuide_text">{{ $t("homeNewText.hh9") }}</view>
<view style="margin-top: 20rpx;">{{ $t("homeNewText.hh10") }}</view>
</view>
</view>
@ -237,32 +237,31 @@
<view style="display: flex;width: 100%;justify-content: center;margin-top: 60rpx;">
<image src="@/assets/img/home/home5.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;">
<view class="store_view">
<image src="@/assets/img/home/md-android@2x.png" mode="" style="width: 48rpx;height: 48rpx;"></image>
<view style="color: #7E7D81;margin-left: 20rpx;">APP Store</view>
</view>
<a style="display: block;width: 100%;text-decoration: none;">
<view class="store_view">
<image src="@/assets/img/home/md-android@2x.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;">
<view class="store_view" style="">
<image src="@/assets/img/home/antFill-apple@2x.png" mode="" style="width: 48rpx;height: 48rpx;"></image>
<view style="color: #7E7D81;margin-left: 20rpx;">Android</view>
</view>
<a style="display: block;width: 100%;text-decoration: none;">
<view class="store_view">
<image src="@/assets/img/home/antFill-apple@2x.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;">
<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>
</view>
<a style="display: block;width: 100%;text-decoration: none;">
<view class="store_view">
<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>
</view>
</a>
</view>
<view style="width: 100%;display: flex;justify-content: center;margin-bottom: 100rpx;">
<view style="width: 668rpx;height: 600rpx;background-color: #0E6DFD;margin-top: 200rpx;
border-radius: 20rpx;display: flex;justify-content: center;align-items: center;">
<view style="width: 100%;display: flex;justify-content: center;margin-bottom: 100rpx;">
<view class="Journey_text">
<view class="">
<view style="text-align: center;color: #fff;font-size: 56rpx;font-weight: bold;">{{ $t("homeNewText.hh23") }}</view>
<view style="text-align: center;color: #fff;font-size: 28rpx;margin-top: 60rpx;">{{ $t("homeNewText.hh24") }}</view>
<view class="Journey_text1">{{ $t("homeNewText.hh23") }}</view>
<view class="Journey_text2">{{ $t("homeNewText.hh24") }}</view>
<view style="text-align: center;margin-top: 40rpx;">
<view v-if="!isLogin" class="jump_btn2" @click="goReg" style="margin-top: 60rpx;">
{{ $t("homeNewText.hh25") }}
@ -2125,4 +2124,46 @@
text-align: center;
font-size: 32rpx;
}
.Journey_text{
width: 668rpx;
height: 600rpx;
background-color: #0E6DFD;
margin-top: 200rpx;
border-radius: 20rpx;
display: flex;
justify-content: center;
align-items: center;
.Journey_text1{
text-align: center;
color: #fff;
font-size: 56rpx;
font-weight: bold;
}
.Journey_text2{
text-align: center;
color: #fff;
font-size: 28rpx;
margin-top: 60rpx;
}
}
.BeginnersGuide{
padding:0px 60rpx;
font-size: 56rpx;
color: #fff;
margin-top: 200rpx;
}
.BeginnersGuide_box{
padding:0px 60rpx;
color: #fff;
margin-top: 100rpx;
.BeginnersGuide_text{
font-size: 48rpx;
color: #4B75F8;
font-weight: bold;
margin-top: 20rpx;
}
}
</style>

2
pages/exchange/exchangeHis.vue

@ -18,7 +18,7 @@
>
</view>
</view>
<v-paging :ajax="getCurrentEntrust" :key="1" ref="list" tag="div" v-if="active==0" style="background-color: #121212;height: 100%;">
<v-paging :ajax="getCurrentEntrust" :key="1" ref="list" tag="div" v-if="active==0" style="background-color: #121212;height: 87.5%;">
<template #box="list">
<not-data v-if="!$list(list).length"></not-data>
<div v-for="item in $list(list)" class="item bg-panel-4 m-md rounded-sm box-shadow" :key="item.order_no">

BIN
static/favicon.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Loading…
Cancel
Save