提交 e7033007 authored 作者: zhanglian's avatar zhanglian

改背景 加限制

上级 2aabe3e5
src/assets/images/bgPc.png

76.0 KB | W: | H:

src/assets/images/bgPc.png

67.0 KB | W: | H:

src/assets/images/bgPc.png
src/assets/images/bgPc.png
src/assets/images/bgPc.png
src/assets/images/bgPc.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -281,27 +281,27 @@ export default {
let holdName = this.holdItem.coinData.name
let isTKM = holdName == 'TKM' || holdName == 'BTKM' || holdName == 'TKM3' || holdName == 'BTKM3'
let minNum = 0
// if (isTKM && value < 1000) {
// minNum = 1000
// this.$dialog.alert({
// title: this.$t('title'),
// message: this.$t('placeholder3', { minNum }),
// confirmButtonText: this.$t('confirm')
// }).then(() => {
// // on close
// });
// return;
// } else if (!isTKM && value < 200) {
// minNum = 200
// this.$dialog.alert({
// title: this.$t('title'),
// message: this.$t('placeholder3', { minNum }),
// confirmButtonText: this.$t('confirm')
// }).then(() => {
// // on close
// });
// return;
// }
if (isTKM && value < 1000) {
minNum = 1000
this.$dialog.alert({
title: this.$t('title'),
message: this.$t('placeholder3', { minNum }),
confirmButtonText: this.$t('confirm')
}).then(() => {
// on close
});
return;
} else if (!isTKM && value < 200) {
minNum = 200
this.$dialog.alert({
title: this.$t('title'),
message: this.$t('placeholder3', { minNum }),
confirmButtonText: this.$t('confirm')
}).then(() => {
// on close
});
return;
}
this.pageLoading = true;
try {
if (holdItem.coinData.type == 'main') {
......@@ -581,8 +581,6 @@ export default {
width: 100%;
height: 100%;
overflow-y: auto;
display: flex;
flex-direction: column;
.banner-top {
height: 3.0rem;
background: url('../../assets/images/bg.png') center no-repeat;
......@@ -597,7 +595,7 @@ export default {
height: 100%;
display: block;
.banner-top {
height: 24.3vw;
height: 22vw;
background: url('../../assets/images/bgPc.png') center no-repeat;
background-size: cover;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论