This commit is contained in:
theluyuan 2020-12-10 14:11:37 +08:00
parent 95c78d6214
commit 52496ea8b3
9 changed files with 28 additions and 17 deletions

View File

@ -226,7 +226,7 @@ export default {
kahao: "Card number", kahao: "Card number",
kaihuhang: "Bank of deposit", kaihuhang: "Bank of deposit",
shurukaihuhang: "Please enter the Bank of deposit", shurukaihuhang: "Please enter the Bank of deposit",
shuruzhifubao: "Please enter Alipay account / password.", shuruzhifubao: "Please enter Alipay account.",
saomabangding: "Scan code binding", saomabangding: "Scan code binding",
zhu: "Notes", zhu: "Notes",
weixinbangding: "Open the mobile wechat, scan the left QR code for wechat account binding", weixinbangding: "Open the mobile wechat, scan the left QR code for wechat account binding",

View File

@ -229,7 +229,7 @@ export default {
kahao:"卡号", kahao:"卡号",
kaihuhang:"开户行", kaihuhang:"开户行",
shurukaihuhang:"请输入开户行", shurukaihuhang:"请输入开户行",
shuruzhifubao:"请输入支付宝账号/密码", shuruzhifubao:"请输入支付宝账号",
saomabangding:"扫码绑定", saomabangding:"扫码绑定",
zhu:"注", zhu:"注",
weixinbangding:"打开手机微信扫描左侧二维码 进行微信账户绑定", weixinbangding:"打开手机微信扫描左侧二维码 进行微信账户绑定",

BIN
src/static/images/info2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

BIN
src/static/images/info3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

BIN
src/static/images/info4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

BIN
src/static/images/info5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -104,10 +104,10 @@
</div> </div>
</div> </div>
<div class="picbox"> <div class="picbox">
<div class="picitem picitem0">1</div> <div class="picitem picitem0"></div>
<div class="picitem picitem1">2</div> <div class="picitem picitem1"></div>
<div class="picitem picitem3">3</div> <div class="picitem picitem3"></div>
<div class="picitem picitem2">4</div> <div class="picitem picitem2"></div>
</div> </div>
</div> </div>
</div> </div>
@ -259,7 +259,9 @@ export default defineComponent({
.top { .top {
width: 100%; width: 100%;
height: 512px; height: 512px;
background: gray; // background: gray;
background-image: url("../../static/images/infotop.png");
background-size: cover;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
@ -378,24 +380,31 @@ export default defineComponent({
height: 301px; height: 301px;
margin-bottom: 75px; margin-bottom: 75px;
position: relative; position: relative;
background: yellowgreen;
break-inside: avoid; break-inside: avoid;
} }
.picitem0 { .picitem0 {
margin-top: 191px; margin-top: 191px;
left: -100px; left: -100px;
background-image: url("../../static/images/info2.png");
background-size: cover;
} }
.picitem1 { .picitem1 {
width: 206px; width: 206px;
height: 251px; height: 251px;
background-image: url("../../static/images/info3.png");
background-size: cover;
} }
.picitem2 { .picitem2 {
width: 218px; width: 218px;
height: 265px; height: 265px;
left: 40px; left: 40px;
background-image: url("../../static/images/info4.png");
background-size: cover;
} }
.picitem3 { .picitem3 {
left: 40px; left: 40px;
background-image: url("../../static/images/info5.png");
background-size: cover;
} }
} }
} }

View File

@ -50,7 +50,7 @@
v-model="paytypeforign" v-model="paytypeforign"
class="accountlist" class="accountlist"
@change="onChange1" @change="onChange1"
:default-value="1" :default-value="4"
> >
<a-radio :value="4"> <a-radio :value="4">
<img <img
@ -164,7 +164,7 @@
> >
<a-input <a-input
v-model:value="accountinfo.mname" v-model:value="accountinfo.mname"
class="shuru" class="shuru shuru2"
:placeholder="lan.$t('shuruxingming')" :placeholder="lan.$t('shuruxingming')"
/> />
</div> </div>
@ -179,14 +179,13 @@
:placeholder="lan.$t('shurukahao')" :placeholder="lan.$t('shurukahao')"
/> />
</div> </div>
<div class="infoitem infoitem1"> <div class="infoitem">
<div class="label label1 label2"> <span class="label label1">
<span style="color: red">*</span <span style="color: red">*</span>{{ lan.$t('yinhangbic') }}
>{{ lan.$t(yinhangbic) }} /swift code </span>
</div>
<a-input <a-input
v-model:value="accountinfo.bankname" v-model:value="accountinfo.bankname"
class="shuru shuru1" class="shuru shuru2"
:placeholder="lan.$t('shurukaihuhang')" :placeholder="lan.$t('shurukaihuhang')"
/> />
</div> </div>
@ -256,6 +255,7 @@ export default defineComponent({
}; };
const onChange1: (e: Changes) => void = (e: Changes) => { const onChange1: (e: Changes) => void = (e: Changes) => {
console.log("radio checked", e.target.value); console.log("radio checked", e.target.value);
accountinfo.value.type = e.target.value;
paytypeforign.value = e.target.value; paytypeforign.value = e.target.value;
}; };
function sub() { function sub() {
@ -469,6 +469,8 @@ export default defineComponent({
} }
.label1 { .label1 {
margin-left: 40px; margin-left: 40px;
display: inline-block;
width: 100px;
} }
.label2 { .label2 {
width: 90px; width: 90px;
@ -492,7 +494,7 @@ export default defineComponent({
margin-left: -15px; margin-left: -15px;
} }
.shuru2 { .shuru2 {
margin-left: 18px; // margin-left: 18px;
} }
.ewmbox { .ewmbox {
display: flex; display: flex;