@ -1,6 +1,6 @@ |
|||
<template> |
|||
<view class="flex"> |
|||
<view class="my-cont" @click="keCode=1"> |
|||
<view class="my-cont" @click="keCode=1" @mousedown="moveTo($event)"> |
|||
<image src="../../static/home/[email protected]" mode=""></image> |
|||
</view> |
|||
<u-mask :z-index="10" :show="keCode==1"></u-mask> |
|||
@ -67,10 +67,13 @@ |
|||
} |
|||
if (siteWhatsapp != undefined && siteWhatsapp != '') { |
|||
this.whatAppList = siteWhatsapp.split(',') |
|||
console.log(2222222 + this.whatAppList) |
|||
} |
|||
}, |
|||
methods: { |
|||
// 移动联系客服标识 |
|||
moveTo(e){ |
|||
console.log(e,22222222) |
|||
}, |
|||
gotoWeb(gotoUrl) { |
|||
// #ifdef H5 |
|||
window.location.href = gotoUrl |
|||
|
@ -3,7 +3,7 @@ |
|||
<slot></slot> |
|||
<slot name="bread"></slot> |
|||
<slot name="logo"></slot> |
|||
<image src="../../static/color/[email protected]" mode="aspectFit" class="back" @tap="back()"></image> |
|||
<image src="../../static/color/[email protected]" mode="aspectFit" class="back" @tap="back()" v-if="showBack"></image> |
|||
</view> |
|||
</template> |
|||
|
|||
@ -11,7 +11,14 @@ |
|||
const COMPONENT_NAME = 'navigation' |
|||
export default { |
|||
name: COMPONENT_NAME, |
|||
|
|||
props:{ |
|||
showBack: { |
|||
type: Boolean, |
|||
default () { |
|||
return true |
|||
} |
|||
}, |
|||
}, |
|||
data() { |
|||
return { |
|||
|
|||
|
@ -3,6 +3,29 @@ |
|||
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" |
|||
}, |
|||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
|||
{ |
|||
"path": "pages/menu/goods/index", |
|||
"style": { |
|||
} |
|||
}, |
|||
{ |
|||
"path": "pages/menu/bankCard/addAddress/index", |
|||
"style": { |
|||
} |
|||
}, |
|||
|
|||
{ |
|||
"path": "pages/menu/bankCard/addBankCard/index", |
|||
"style": { |
|||
} |
|||
}, |
|||
{ |
|||
"path": "pages/menu/bankCard/index", |
|||
"style": { |
|||
} |
|||
}, |
|||
|
|||
|
|||
{ |
|||
"path": "pages/login/index", |
|||
"style": { |
|||
@ -155,7 +178,7 @@ |
|||
"list":[ |
|||
{ |
|||
"text":"Game", |
|||
"pagePath":"pages/menu/index/index", |
|||
"pagePath":"pages/menu/color/index", |
|||
"iconPath":"./static/tabbar/[email protected]", |
|||
"selectedIconPath":"./static/tabbar/[email protected]" |
|||
}, |
|||
@ -173,5 +196,6 @@ |
|||
} |
|||
] |
|||
} |
|||
|
|||
|
|||
} |
|||
|
@ -13,7 +13,7 @@ |
|||
<span class="quhao">+{{areacode}}</span> |
|||
</view> |
|||
<input type="text" value="" placeholder="mobile number" |
|||
placeholder-style="color: #BFC2CCFF;font-size:14px;" v-model="mobile" @input="btnControl()" /> |
|||
placeholder-style="color: #BFC2CCFF;font-size:14px;" v-model="mobile" @input="btnControl()" style="height: 50px;" /> |
|||
</view> |
|||
<view class="input-item flex"> |
|||
<view class="login-sigh login-sigh2 flex"> |
|||
@ -21,8 +21,8 @@ |
|||
<image src="../../static/login/[email protected]" mode=""></image> |
|||
</view> |
|||
</view> |
|||
<input type="password" value="" placeholder="New password" |
|||
placeholder-style="color: #BFC2CCFF;font-size:14px;" v-model="password" /> |
|||
<input type="password" value="" placeholder="password" |
|||
placeholder-style="color: #BFC2CCFF;font-size:14px;" v-model="password" style="height: 50px;" /> |
|||
</view> |
|||
<view class="rePass" @click="gores()"> |
|||
Reset Password |
|||
@ -185,7 +185,7 @@ |
|||
}) |
|||
setTimeout(function() { |
|||
uni.reLaunch({ |
|||
url: '../menu/index/index' |
|||
url: '../menu/color/index' |
|||
}) |
|||
}, 1500) |
|||
console.log(uni.getStorageSync('logInfo').data, 66666666666666666666) |
|||
|
@ -0,0 +1,98 @@ |
|||
|
|||
.flex{ |
|||
display: flex; |
|||
align-items: center; |
|||
} |
|||
.logo{ |
|||
width: 80rpx; |
|||
height: 80rpx; |
|||
margin-right: 20rpx; |
|||
} |
|||
.login-body{ |
|||
padding: 0 36rpx; |
|||
padding-top: 48rpx; |
|||
} |
|||
.input-item{ |
|||
position: relative; |
|||
height: 96rpx; |
|||
padding-left: 24rpx; |
|||
border-bottom: 2rpx solid #F4F5F7; |
|||
margin-bottom: 24rpx; |
|||
} |
|||
|
|||
.input-item input{ |
|||
line-height: 96rpx; |
|||
width: 500rpx; |
|||
text-transform: capitalize; |
|||
font-size: 28rpx; |
|||
color: #303133FF; |
|||
} |
|||
.login-sigh{ |
|||
width: 172rpx; |
|||
position: relative; |
|||
} |
|||
|
|||
.login-sigh::before{ |
|||
content: ''; |
|||
width: 4rpx; |
|||
height: 26rpx; |
|||
background-color: #BFC2CCFF; |
|||
position: absolute; |
|||
right: 16rpx; |
|||
top: 50%; |
|||
transform: translateY(-50%); |
|||
} |
|||
.login-sigh2{ |
|||
width: 64rpx; |
|||
} |
|||
.login-sigh2::before{ |
|||
content: none; |
|||
} |
|||
.login-sigh .imgcon{ |
|||
width: 40rpx; |
|||
height: 40rpx; |
|||
} |
|||
.login-sigh .imgcon image{ |
|||
width: 100%; |
|||
height: 100%; |
|||
} |
|||
.login-sigh .quhao{ |
|||
font-size: 28rpx; |
|||
color: #303133FF; |
|||
margin-left: 20rpx; |
|||
} |
|||
.rePass{ |
|||
color: #606266FF; |
|||
font-size: 28rpx; |
|||
float: right; |
|||
} |
|||
.login-btn{ |
|||
display: block; |
|||
text-align: center; |
|||
line-height: 96rpx; |
|||
background: #34026B !important; |
|||
opacity: 0.2; |
|||
border-radius: 24rpx; |
|||
color: #fff !important; |
|||
margin-top: 120rpx; |
|||
} |
|||
|
|||
.on{ |
|||
opacity: 1 !important; |
|||
} |
|||
.login-re{ |
|||
width: auto; |
|||
display: table; |
|||
margin: 0 auto; |
|||
font-size: 14px; |
|||
font-weight: 400; |
|||
line-height: 27px; |
|||
color: #606266; |
|||
margin-top: 18px; |
|||
position: relative; |
|||
padding-right: 36rpx; |
|||
} |
|||
|
|||
/deep/ .u-form-item__message{ |
|||
padding-left: 0 !important; |
|||
} |
@ -0,0 +1,154 @@ |
|||
<template> |
|||
<view class=""> |
|||
<navigation> |
|||
Add Address |
|||
</navigation> |
|||
<view class="login-body"> |
|||
<u-form :model="form" ref="uForm" :rules="rules"> |
|||
<u-form-item prop="name"> |
|||
<u-input v-model="form.name" :placeholder="'Full Name'" @input="btnControl()"/> |
|||
</u-form-item> |
|||
<u-form-item prop="mobile"> |
|||
<u-input v-model="form.mobile" :placeholder="'Mobile Number'"/> |
|||
</u-form-item> |
|||
<u-form-item prop="zip"> |
|||
<u-input v-model="form.zip" :placeholder="'Pincode'"/> |
|||
</u-form-item> |
|||
<u-form-item prop="province"> |
|||
<u-input v-model="form.province" :placeholder="'State'"/> |
|||
</u-form-item> |
|||
<u-form-item prop="city"> |
|||
<u-input v-model="form.city" :placeholder="'Town/City'"/> |
|||
</u-form-item> |
|||
<u-form-item prop="areaInfo"> |
|||
<u-input v-model="form.areaInfo" :placeholder="'Detail Address'"/> |
|||
</u-form-item> |
|||
</u-form> |
|||
<button @click="submit" class="login-btn" :class="btncol==1?'on':''" :disabled="btncol==1?false:true"> |
|||
Continue |
|||
</button> |
|||
</view> |
|||
</view> |
|||
</template> |
|||
|
|||
<script> |
|||
import api from '@/utils/api' |
|||
import utils from '@/utils' |
|||
import md5 from 'js-md5' |
|||
import store from '@/store' |
|||
import cont from "@/components/navigation/navigation.vue" |
|||
export default { |
|||
data() { |
|||
return { |
|||
// 判断按钮是否选中 |
|||
btncol: 0, |
|||
|
|||
form: { |
|||
province: '', |
|||
name:'', |
|||
city:'', |
|||
state:'', |
|||
areaInfo:'', |
|||
mobile:'', |
|||
zip:'', |
|||
ticket:'', |
|||
|
|||
}, |
|||
rules: { |
|||
name: [ |
|||
{ |
|||
required: true, |
|||
message: 'Please enter your name', |
|||
// 可以单个或者同时写两个触发验证方式 |
|||
trigger: ['blur'], |
|||
}, |
|||
], |
|||
code: [ |
|||
{ |
|||
required: true, |
|||
// min: 5, |
|||
message: 'Please enter IFSC Code', |
|||
trigger: 'blur' |
|||
} |
|||
], |
|||
baName: [ |
|||
{ |
|||
required: true, |
|||
// min: 5, |
|||
message: 'Please enter Bank Name', |
|||
trigger: 'blur' |
|||
} |
|||
], |
|||
accout: [ |
|||
{ |
|||
required: true, |
|||
// min: 5, |
|||
message: 'Please enter Bank Accout', |
|||
trigger: 'blur' |
|||
} |
|||
], |
|||
state: [ |
|||
{ |
|||
required: true, |
|||
// min: 5, |
|||
message: 'Please enter State/Territory', |
|||
trigger: 'blur' |
|||
} |
|||
], |
|||
city: [ |
|||
{ |
|||
// min: 5, |
|||
message: 'Please enter city', |
|||
trigger: 'blur' |
|||
} |
|||
], |
|||
mobile: [ |
|||
{ |
|||
required:true, |
|||
// min: 5, |
|||
message: 'Please enter Mobile Number', |
|||
trigger: 'blur' |
|||
} |
|||
], |
|||
email: [ |
|||
{ |
|||
// min: 5, |
|||
message: 'Please enter email', |
|||
trigger: 'blur' |
|||
} |
|||
], |
|||
} |
|||
} |
|||
}, |
|||
|
|||
onLoad() { |
|||
this.form.ticket= uni.getStorageSync('logInfo').data; |
|||
}, |
|||
// 必须要在onReady生命周期,因为onLoad生命周期组件可能尚未创建完毕 |
|||
onReady() { |
|||
this.$refs.uForm.setRules(this.rules); |
|||
}, |
|||
methods: { |
|||
btnControl() { |
|||
this.btncol = 1; |
|||
if (this.form.name == '') { |
|||
this.btncol = 0; |
|||
} |
|||
}, |
|||
|
|||
|
|||
submit() { |
|||
|
|||
} |
|||
|
|||
} |
|||
|
|||
} |
|||
|
|||
|
|||
|
|||
</script> |
|||
|
|||
<style> |
|||
@import './index.css'; |
|||
</style> |
@ -0,0 +1,98 @@ |
|||
|
|||
.flex{ |
|||
display: flex; |
|||
align-items: center; |
|||
} |
|||
.logo{ |
|||
width: 80rpx; |
|||
height: 80rpx; |
|||
margin-right: 20rpx; |
|||
} |
|||
.login-body{ |
|||
padding: 0 36rpx; |
|||
padding-top: 48rpx; |
|||
} |
|||
.input-item{ |
|||
position: relative; |
|||
height: 96rpx; |
|||
padding-left: 24rpx; |
|||
border-bottom: 2rpx solid #F4F5F7; |
|||
margin-bottom: 24rpx; |
|||
} |
|||
|
|||
.input-item input{ |
|||
line-height: 96rpx; |
|||
width: 500rpx; |
|||
text-transform: capitalize; |
|||
font-size: 28rpx; |
|||
color: #303133FF; |
|||
} |
|||
.login-sigh{ |
|||
width: 172rpx; |
|||
position: relative; |
|||
} |
|||
|
|||
.login-sigh::before{ |
|||
content: ''; |
|||
width: 4rpx; |
|||
height: 26rpx; |
|||
background-color: #BFC2CCFF; |
|||
position: absolute; |
|||
right: 16rpx; |
|||
top: 50%; |
|||
transform: translateY(-50%); |
|||
} |
|||
.login-sigh2{ |
|||
width: 64rpx; |
|||
} |
|||
.login-sigh2::before{ |
|||
content: none; |
|||
} |
|||
.login-sigh .imgcon{ |
|||
width: 40rpx; |
|||
height: 40rpx; |
|||
} |
|||
.login-sigh .imgcon image{ |
|||
width: 100%; |
|||
height: 100%; |
|||
} |
|||
.login-sigh .quhao{ |
|||
font-size: 28rpx; |
|||
color: #303133FF; |
|||
margin-left: 20rpx; |
|||
} |
|||
.rePass{ |
|||
color: #606266FF; |
|||
font-size: 28rpx; |
|||
float: right; |
|||
} |
|||
.login-btn{ |
|||
display: block; |
|||
text-align: center; |
|||
line-height: 96rpx; |
|||
background: #34026B !important; |
|||
opacity: 0.2; |
|||
border-radius: 24rpx; |
|||
color: #fff !important; |
|||
margin-top: 120rpx; |
|||
} |
|||
|
|||
.on{ |
|||
opacity: 1 !important; |
|||
} |
|||
.login-re{ |
|||
width: auto; |
|||
display: table; |
|||
margin: 0 auto; |
|||
font-size: 14px; |
|||
font-weight: 400; |
|||
line-height: 27px; |
|||
color: #606266; |
|||
margin-top: 18px; |
|||
position: relative; |
|||
padding-right: 36rpx; |
|||
} |
|||
|
|||
/deep/ .u-form-item__message{ |
|||
padding-left: 0 !important; |
|||
} |
@ -0,0 +1,181 @@ |
|||
<template> |
|||
<view class=""> |
|||
<navigation> |
|||
Add Bank Card |
|||
</navigation> |
|||
<view class="login-body"> |
|||
<u-form :model="form" ref="uForm" :rules="rules"> |
|||
<u-form-item prop="acctName"> |
|||
<u-input v-model="form.acctName" :placeholder="'Actual Name'" @input="btnControl()"/> |
|||
</u-form-item> |
|||
<u-form-item prop="bankCode"> |
|||
<u-input v-model="form.bankCode" :placeholder="'IFSC Code'"/> |
|||
</u-form-item> |
|||
<u-form-item prop="bankName"> |
|||
<u-input v-model="form.bankName" :placeholder="'Bank Name'"/> |
|||
</u-form-item> |
|||
<u-form-item prop="acctId"> |
|||
<u-input v-model="form.acctId" :placeholder="'Bank Accout'"/> |
|||
</u-form-item> |
|||
<u-form-item prop="certId"> |
|||
<u-input v-model="form.certId" :placeholder="'State/Territory'"/> |
|||
</u-form-item> |
|||
<u-form-item prop="city"> |
|||
<u-input v-model="form.city" :placeholder="'City'"/> |
|||
</u-form-item> |
|||
<u-form-item prop="mobile"> |
|||
<u-input v-model="form.mobile" :placeholder="'Mobile Number'"/> |
|||
</u-form-item> |
|||
<u-form-item prop="email"> |
|||
<u-input v-model="form.email" :placeholder="'Email'"/> |
|||
</u-form-item> |
|||
</u-form> |
|||
<button @click="submit" class="login-btn" :class="btncol==1?'on':''" :disabled="btncol==1?false:true"> |
|||
Continue |
|||
</button> |
|||
</view> |
|||
</view> |
|||
</template> |
|||
|
|||
<script> |
|||
import api from '@/utils/api' |
|||
import utils from '@/utils' |
|||
import md5 from 'js-md5' |
|||
import store from '@/store' |
|||
import cont from "@/components/navigation/navigation.vue" |
|||
export default { |
|||
data() { |
|||
return { |
|||
// 判断按钮是否选中 |
|||
btncol: 0, |
|||
|
|||
form: { |
|||
acctName: '', |
|||
bankCode: '', |
|||
baName:'', |
|||
acctId:'', |
|||
state:'', |
|||
city:'', |
|||
mobile:'', |
|||
email:'', |
|||
ticket:'', |
|||
}, |
|||
rules: { |
|||
name: [ |
|||
{ |
|||
required: true, |
|||
message: 'Please enter your name', |
|||
// 可以单个或者同时写两个触发验证方式 |
|||
trigger: ['blur'], |
|||
}, |
|||
], |
|||
code: [ |
|||
{ |
|||
required: true, |
|||
// min: 5, |
|||
message: 'Please enter IFSC Code', |
|||
trigger: 'blur' |
|||
} |
|||
], |
|||
baName: [ |
|||
{ |
|||
required: true, |
|||
// min: 5, |
|||
message: 'Please enter Bank Name', |
|||
trigger: 'blur' |
|||
} |
|||
], |
|||
accout: [ |
|||
{ |
|||
required: true, |
|||
// min: 5, |
|||
message: 'Please enter Bank Accout', |
|||
trigger: 'blur' |
|||
} |
|||
], |
|||
state: [ |
|||
{ |
|||
required: true, |
|||
// min: 5, |
|||
message: 'Please enter State/Territory', |
|||
trigger: 'blur' |
|||
} |
|||
], |
|||
city: [ |
|||
{ |
|||
// min: 5, |
|||
message: 'Please enter city', |
|||
trigger: 'blur' |
|||
} |
|||
], |
|||
mobile: [ |
|||
{ |
|||
required:true, |
|||
// min: 5, |
|||
message: 'Please enter Mobile Number', |
|||
trigger: 'blur' |
|||
} |
|||
], |
|||
email: [ |
|||
{ |
|||
// min: 5, |
|||
message: 'Please enter email', |
|||
trigger: 'blur' |
|||
} |
|||
], |
|||
} |
|||
} |
|||
}, |
|||
|
|||
onLoad() { |
|||
this.form.ticket= uni.getStorageSync('logInfo').data; |
|||
}, |
|||
// 必须要在onReady生命周期,因为onLoad生命周期组件可能尚未创建完毕 |
|||
onReady() { |
|||
this.$refs.uForm.setRules(this.rules); |
|||
}, |
|||
methods: { |
|||
btnControl() { |
|||
this.btncol = 1; |
|||
if (this.form.name == '') { |
|||
this.btncol = 0; |
|||
} |
|||
}, |
|||
|
|||
|
|||
submit() { |
|||
this.$refs.uForm.validate(valid => { |
|||
if (valid) { |
|||
const post = api.bankcardList(this.form) |
|||
post.then(res => { |
|||
console.log(res,333333) |
|||
uni.showToast({ |
|||
title: 'Added successfully', |
|||
icon: 'success', |
|||
duration: 2500 |
|||
}) |
|||
}) |
|||
.catch(e => { |
|||
uni.showToast({ |
|||
title: e, |
|||
icon: 'none', |
|||
duration: 2500 |
|||
}) |
|||
}) |
|||
} else { |
|||
console.log('验证失败'); |
|||
} |
|||
}); |
|||
} |
|||
|
|||
} |
|||
|
|||
} |
|||
|
|||
|
|||
|
|||
</script> |
|||
|
|||
<style> |
|||
@import './index.css'; |
|||
</style> |
@ -0,0 +1,71 @@ |
|||
.record_body{ |
|||
padding: 0 36rpx; |
|||
} |
|||
.flex{ |
|||
display: flex; |
|||
justify-content: space-between; |
|||
align-items: center; |
|||
} |
|||
.record_item{ |
|||
height: 144rpx; |
|||
border-bottom: 2rpx solid #F5F7FA; |
|||
} |
|||
.numcon .img1{ |
|||
width: 80rpx; |
|||
height: 80rpx; |
|||
} |
|||
.num{ |
|||
margin-left: 20rpx; |
|||
text-transform: capitalize; |
|||
} |
|||
.rec{ |
|||
color: #303133; |
|||
font-size: 32rpx; |
|||
} |
|||
.cpay{ |
|||
color: #909399; |
|||
font-size: 28rpx; |
|||
} |
|||
.time{ |
|||
width: 48rpx; |
|||
line-height: 48rpx; |
|||
text-align: center; |
|||
border-radius: 50%; |
|||
background-color: #BFC2CC; |
|||
color: #fff; |
|||
font-size: 28rpx; |
|||
} |
|||
|
|||
.select_con{ |
|||
width: 750rpx; |
|||
height: 446rpx; |
|||
background-color: #fff; |
|||
border-radius: 40rpx 40rpx 0 0; |
|||
position: fixed; |
|||
bottom: 0; |
|||
left: 0; |
|||
z-index: 999; |
|||
padding-top: 48rpx; |
|||
} |
|||
.select{ |
|||
text-align: center; |
|||
color: #303133; |
|||
font-size: 36rpx; |
|||
} |
|||
|
|||
.ed_con{ |
|||
margin-top: 48rpx; |
|||
padding: 0 36rpx; |
|||
} |
|||
.ed{ |
|||
line-height: 96rpx; |
|||
} |
|||
.img{ |
|||
width: 48rpx; |
|||
height: 48rpx; |
|||
vertical-align: text-bottom; |
|||
} |
|||
.text{ |
|||
font-size: 32rpx; |
|||
margin-left: 24rpx; |
|||
} |
@ -0,0 +1,108 @@ |
|||
<template> |
|||
<view class=""> |
|||
<navigation> |
|||
Bank Card |
|||
<view class="bread" slot="bread"> |
|||
<image src="../../../static/bankCard/[email protected]" mode="aspectFit" |
|||
@click="goAddCard()"></image> |
|||
</view> |
|||
</navigation> |
|||
|
|||
<!-- v-for="item,index in record_list" :key="item.id" --> |
|||
<view class="record_body"> |
|||
<view class="record_item flex" v-for="item,index in record_list" :key="index"> |
|||
<view class="numcon flex"> |
|||
<image src="../../../static/bankCard/[email protected]" mode="aspectFit" class="img1"> |
|||
</image> |
|||
<view class="num"> |
|||
<view class="rec"> |
|||
{{item.bankName}} |
|||
</view> |
|||
<view class="cpay"> |
|||
{{item.acctId}} |
|||
</view> |
|||
</view> |
|||
</view> |
|||
<view class="time" @click="show=true"> |
|||
i |
|||
</view> |
|||
</view> |
|||
|
|||
<u-mask :z-index="10" :show="show" @click="show = false"></u-mask> |
|||
|
|||
<!-- 下拉选择 --> |
|||
<view class="select_con" v-show="show"> |
|||
<view class="select"> |
|||
Select |
|||
</view> |
|||
|
|||
<view class="ed_con" > |
|||
<view class="ed"> |
|||
<image src="/static/bankCard/[email protected]" mode="aspectFill" class="img"></image> |
|||
<text class="text">Edit</text> |
|||
</view> |
|||
<view class="ed"> |
|||
<image src="/static/bankCard/[email protected]" mode="aspectFill" class="img"></image> |
|||
<text class="text">Delete</text> |
|||
</view> |
|||
</view> |
|||
</view> |
|||
|
|||
</view> |
|||
|
|||
|
|||
|
|||
</view> |
|||
|
|||
</template> |
|||
|
|||
<script> |
|||
import cont from "@/components/navigation/navigation.vue" |
|||
import Vue from 'vue'; |
|||
import api from '@/utils/api' |
|||
export default { |
|||
data() { |
|||
return { |
|||
record_list: [], |
|||
show: true |
|||
} |
|||
}, |
|||
onLoad() { |
|||
const post = api.bankcardList({ |
|||
"ticket": uni.getStorageSync('logInfo').data, |
|||
}) |
|||
post.then(res => { |
|||
this.record_list=res.data |
|||
}) |
|||
.catch(e => { |
|||
uni.showToast({ |
|||
title: e, |
|||
icon: 'none', |
|||
duration: 2500 |
|||
}) |
|||
}) |
|||
|
|||
}, |
|||
methods: { |
|||
goAddCard() { |
|||
uni.navigateTo({ |
|||
url:'addBankCard/index', |
|||
}) |
|||
}, |
|||
|
|||
} |
|||
} |
|||
</script> |
|||
|
|||
<style scoped lang="scss"> |
|||
@import './index.css'; |
|||
|
|||
.bread image { |
|||
width: 28rpx; |
|||
height: 28rpx; |
|||
position: absolute; |
|||
right: 36rpx; |
|||
top: 50%; |
|||
transform: translateY(-50%); |
|||
} |
|||
</style> |
@ -0,0 +1,47 @@ |
|||
<template> |
|||
<view class=""> |
|||
<u-swiper :list="list"></u-swiper> |
|||
</view> |
|||
</template> |
|||
|
|||
<script> |
|||
import api from '@/utils/api' |
|||
import utils from '@/utils' |
|||
import md5 from 'js-md5' |
|||
import store from '@/store' |
|||
import cont from "@/components/navigation/navigation.vue" |
|||
export default { |
|||
data() { |
|||
return { |
|||
list: [], |
|||
ticket:'', |
|||
} |
|||
}, |
|||
|
|||
onLoad() { |
|||
this.ticket= uni.getStorageSync('logInfo').data; |
|||
this.init(); |
|||
}, |
|||
|
|||
onReady() { |
|||
|
|||
}, |
|||
methods: { |
|||
init(){ |
|||
const post = api.banner({}) |
|||
.then(res =>{ |
|||
this.list=res.data; |
|||
for(var i=0;i<this.list.length;i++){ |
|||
this.list[i].adImgPath='https://apitest.luck-work.com'+this.list[i].adImgPath |
|||
} |
|||
}) |
|||
}, |
|||
}, |
|||
|
|||
} |
|||
|
|||
</script> |
|||
|
|||
<style> |
|||
@import './index.css'; |
|||
</style> |
@ -47,15 +47,28 @@ |
|||
<!-- <view class="input-item flex"> |
|||
<input type="text" value="" placeholder="IFSC Code" placeholder-style="color: #BFC2CCFF;font-size:14px;"/> |
|||
</view> --> |
|||
<view class="input-item flex"> |
|||
<view class="input-item flex" style="height: auto;"> |
|||
<view class="login-sigh login-sigh2 flex"> |
|||
<view class="imgcon"> |
|||
<image src="../../../static/login/[email protected]" mode=""></image> |
|||
</view> |
|||
</view> |
|||
<input type="text" value="" placeholder="mobile phone" v-model="mobile" disabled |
|||
placeholder-style="color: #BFC2CCFF;font-size:14px;" /> |
|||
<input type="text" value="" placeholder="mobile phone" v-model="mobile" |
|||
placeholder-style="color: #BFC2CCFF;font-size:14px;" /> |
|||
|
|||
|
|||
<!-- <view class="erji"> |
|||
<view class="item"> |
|||
123 |
|||
</view> |
|||
<view class="item"> |
|||
Add Bank Card |
|||
</view> |
|||
</view> --> |
|||
</view> |
|||
|
|||
|
|||
|
|||
<!-- <view class="input-item flex"> |
|||
<view class="login-sigh login-sigh2 flex"> |
|||
<view class="imgcon"> |
|||
@ -111,6 +124,14 @@ |
|||
export default { |
|||
data() { |
|||
return { |
|||
// 银行卡信息列表 |
|||
itemList: [{ |
|||
head: "赏识在于角度的转换", |
|||
body: "只要我们正确择取一个合适的参照物乃至稍降一格去看待他人,值得赏识的东西便会扑面而来", |
|||
open: true, |
|||
disabled: true |
|||
}], |
|||
|
|||
currentBalance: '', |
|||
currencySymbol: '', |
|||
withdrawConfig: [], |
|||
@ -129,32 +150,43 @@ |
|||
onLoad() { |
|||
this.currentBalance = uni.getStorageSync('currentBalance'); |
|||
this.mobile = uni.getStorageSync('loginMobile'); |
|||
|
|||
|
|||
|
|||
|
|||
const post2 = api.withdrawConfig({ |
|||
"ticket": uni.getStorageSync('logInfo').data, |
|||
}) |
|||
post2.then(res => { |
|||
this.withdrawConfig = res.data; |
|||
this.content = this.withdrawConfig.tips; |
|||
console.log(res.data, 8880); |
|||
console.log(this.withdrawConfig, 9990); |
|||
this.show = true; |
|||
this.init(); |
|||
}, |
|||
methods: { |
|||
init(){ |
|||
const post2 = api.withdrawConfig({ |
|||
"ticket": uni.getStorageSync('logInfo').data, |
|||
}) |
|||
post2.then(res => { |
|||
this.withdrawConfig = res.data; |
|||
this.content = this.withdrawConfig.tips; |
|||
console.log(res.data, 8880); |
|||
console.log(this.withdrawConfig, 9990); |
|||
this.show = true; |
|||
|
|||
}) |
|||
.catch(e => { |
|||
uni.showToast({ |
|||
title: e, |
|||
icon: 'none', |
|||
duration: 2500 |
|||
}) |
|||
.catch(e => { |
|||
uni.showToast({ |
|||
title: e, |
|||
icon: 'none', |
|||
duration: 2500 |
|||
}) |
|||
}) |
|||
// 获取用户银行卡信息 |
|||
const post = api.bankcardList({ |
|||
"ticket": uni.getStorageSync('logInfo').data, |
|||
}) |
|||
|
|||
|
|||
}, |
|||
methods: { |
|||
post.then(res => { |
|||
// this.itemList=res.data |
|||
}) |
|||
.catch(e => { |
|||
uni.showToast({ |
|||
title: e, |
|||
icon: 'none', |
|||
duration: 2500 |
|||
}) |
|||
}) |
|||
}, |
|||
gow() { |
|||
uni.navigateTo({ |
|||
url: '../index' |
|||
@ -172,6 +204,7 @@ |
|||
}, |
|||
calulate() { |
|||
this.fee = this.tranAmt * 0.1; |
|||
this.fee = parseFloat(this.fee).toFixed(2) |
|||
this.trueMoney = this.tranAmt - this.fee; |
|||
this.btncol = 1; |
|||
if (this.tranAmt == '') { |
|||
@ -234,8 +267,8 @@ |
|||
// }) |
|||
// return; |
|||
// } |
|||
uni.showLoading({ |
|||
title: 'loading' |
|||
uni.showLoading({ |
|||
title: 'loading' |
|||
}); |
|||
if (this.tranAmt == '') { |
|||
uni.showToast({ |
|||
@ -249,13 +282,13 @@ |
|||
|
|||
|
|||
|
|||
const post2 = api.withdraw({ |
|||
"ticket": uni.getStorageSync('logInfo').data, |
|||
// 'password': md5(this.password), |
|||
"tranAmt": this.tranAmt, |
|||
}) |
|||
post2.then(res => { |
|||
if (res.success == true) { |
|||
const post2 = api.withdraw({ |
|||
"ticket": uni.getStorageSync('logInfo').data, |
|||
// 'password': md5(this.password), |
|||
"tranAmt": this.tranAmt, |
|||
}) |
|||
post2.then(res => { |
|||
if (res.success == true) { |
|||
uni.showToast({ |
|||
title: res.errMsg, |
|||
icon: 'none', |
|||
@ -263,22 +296,22 @@ |
|||
}) |
|||
|
|||
const post = api.withdrawServiceCharge({ |
|||
"ticket": uni.getStorageSync('logInfo').data, |
|||
// 'password': md5(this.password), |
|||
"tranAmt": this.tranAmt, |
|||
"ticket": uni.getStorageSync('logInfo').data, |
|||
"ticket": uni.getStorageSync('logInfo').data, |
|||
// 'password': md5(this.password), |
|||
"tranAmt": this.tranAmt, |
|||
"ticket": uni.getStorageSync('logInfo').data, |
|||
}) |
|||
post.then(res => { |
|||
console.log(res.data, '45464654646446'); |
|||
|
|||
}) |
|||
post.then(res => { |
|||
console.log(res.data, '45464654646446'); |
|||
|
|||
}) |
|||
.catch(e => { |
|||
uni.showToast({ |
|||
title: e, |
|||
icon: 'none', |
|||
duration: 2500 |
|||
}) |
|||
.catch(e => { |
|||
uni.showToast({ |
|||
title: e, |
|||
icon: 'none', |
|||
duration: 2500 |
|||
}) |
|||
}) |
|||
} else { |
|||
uni.showToast({ |
|||
title: 'Withdrawal failed', |
|||
@ -286,15 +319,15 @@ |
|||
duration: 1500 |
|||
}) |
|||
} |
|||
|
|||
}) |
|||
.catch(e => { |
|||
uni.showToast({ |
|||
title: e, |
|||
icon: 'none', |
|||
duration: 2500 |
|||
}) |
|||
|
|||
}) |
|||
.catch(e => { |
|||
uni.showToast({ |
|||
title: e, |
|||
icon: 'none', |
|||
duration: 2500 |
|||
}) |
|||
}) |
|||
|
|||
} |
|||
|
|||
|
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 424 B |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 1.2 KiB |
@ -0,0 +1 @@ |
|||
https://service.dcloud.net.cn/build/download/eb346f90-00d6-11ec-976e-dfd868741ab5 |
@ -0,0 +1 @@ |
|||
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 |
@ -0,0 +1,3 @@ |
|||
andrCertfile=C:/Users/Administrator/Desktop/zwf88z |
|||
andrCertAlias=zwf88z |
|||
andrCertPass=zYkNtsJvQswSIoDx0UnmWw== |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 5.8 KiB |
After Width: | Height: | Size: 7.0 KiB |
After Width: | Height: | Size: 7.0 KiB |
After Width: | Height: | Size: 2.0 KiB |
@ -0,0 +1,25 @@ |
|||
<!DOCTYPE html> |
|||
<html lang="zh-CN"> |
|||
|
|||
<head> |
|||
<meta charset="UTF-8" /> |
|||
<script> |
|||
var __UniViewStartTime__ = Date.now(); |
|||
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> |
|||
<title>View</title> |
|||
<link rel="stylesheet" href="view.css" /> |
|||
</head> |
|||
|
|||
<body> |
|||
<div id="app"></div> |
|||
<script src="__uniappes6.js"></script> |
|||
<script src="view.umd.min.js"></script> |
|||
<script src="app-view.js"></script> |
|||
</body> |
|||
|
|||
</html> |
@ -0,0 +1,8 @@ |
|||
|
|||
var isReady=false;var onReadyCallbacks=[]; |
|||
var isServiceReady=false;var onServiceReadyCallbacks=[]; |
|||
var __uniConfig = {"pages":["pages/login/index","pages/register/index","pages/menu/color/index","pages/menu/promotion/applyRecord/index","pages/menu/promotion/bounsRecord/index","pages/menu/withdrawl/transactions/index","pages/menu/recharge/rechargeRule","pages/menu/withdrawl/transactions/index","pages/menu/withdrawl/withdrawlRecord/index","pages/menu/recharge/index","pages/menu/recharge/record/index","pages/menu/rule/arules/index","pages/menu/aplan/index","pages/menu/withdrawl/index","pages/menu/promotion/promotionRecord/index","pages/menu/recharge/index","pages/menu/My/index","pages/menu/promotion/index","pages/menu/index/index","pages/login/resetPassword/index","pages/menu/rule/index","pages/menu/rule/inviteRule/index"],"window":{"navigationBarTextStyle":"white","navigationBarBackgroundColor":"#34026B"},"tabBar":{"selectedColor":"#34026B","list":[{"text":"Game","pagePath":"pages/menu/color/index","iconPath":"./static/tabbar/[email protected]","selectedIconPath":"./static/tabbar/[email protected]"},{"text":"Promotion","pagePath":"pages/menu/promotion/index","iconPath":"./static/tabbar/[email protected]","selectedIconPath":"./static/tabbar/[email protected]"},{"text":"My","pagePath":"pages/menu/My/index","iconPath":"./static/tabbar/[email protected]","selectedIconPath":"./static/tabbar/[email protected]"}]},"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"first","compilerVersion":"3.1.13","entryPagePath":"pages/login/index","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}}; |
|||
var __uniRoutes = [{"path":"/pages/login/index","meta":{"isQuit":true},"window":{}},{"path":"/pages/register/index","meta":{},"window":{}},{"path":"/pages/menu/color/index","meta":{"isQuit":true,"isTabBar":true},"window":{}},{"path":"/pages/menu/promotion/applyRecord/index","meta":{},"window":{}},{"path":"/pages/menu/promotion/bounsRecord/index","meta":{},"window":{}},{"path":"/pages/menu/withdrawl/transactions/index","meta":{},"window":{}},{"path":"/pages/menu/recharge/rechargeRule","meta":{},"window":{}},{"path":"/pages/menu/withdrawl/withdrawlRecord/index","meta":{},"window":{}},{"path":"/pages/menu/recharge/index","meta":{},"window":{}},{"path":"/pages/menu/recharge/record/index","meta":{},"window":{}},{"path":"/pages/menu/rule/arules/index","meta":{},"window":{}},{"path":"/pages/menu/aplan/index","meta":{},"window":{}},{"path":"/pages/menu/withdrawl/index","meta":{},"window":{}},{"path":"/pages/menu/promotion/promotionRecord/index","meta":{},"window":{}},{"path":"/pages/menu/My/index","meta":{"isQuit":true,"isTabBar":true},"window":{}},{"path":"/pages/menu/promotion/index","meta":{"isQuit":true,"isTabBar":true},"window":{}},{"path":"/pages/menu/index/index","meta":{},"window":{}},{"path":"/pages/login/resetPassword/index","meta":{},"window":{}},{"path":"/pages/menu/rule/index","meta":{},"window":{}},{"path":"/pages/menu/rule/inviteRule/index","meta":{},"window":{}}]; |
|||
__uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}}); |
|||
__uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}}); |
|||
service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}}); |
@ -0,0 +1 @@ |
|||
(function(e){function r(r){for(var n,l,i=r[0],p=r[1],a=r[2],c=0,s=[];c<i.length;c++)l=i[c],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in p)Object.prototype.hasOwnProperty.call(p,n)&&(e[n]=p[n]);f&&f(r);while(s.length)s.shift()();return u.push.apply(u,a||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,i=1;i<t.length;i++){var p=t[i];0!==o[p]&&(n=!1)}n&&(u.splice(r--,1),e=l(l.s=t[0]))}return e}var n={},o={"app-config":0},u=[];function l(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.m=e,l.c=n,l.d=function(e,r,t){l.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},l.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,r){if(1&r&&(e=l(e)),8&r)return e;if(4&r&&"object"===typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)l.d(t,n,function(r){return e[r]}.bind(null,n));return t},l.n=function(e){var r=e&&e.__esModule?function(){return e["default"]}:function(){return e};return l.d(r,"a",r),r},l.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},l.p="/";var i=this["webpackJsonp"]=this["webpackJsonp"]||[],p=i.push.bind(i);i.push=r,i=i.slice();for(var a=0;a<i.length;a++)r(i[a]);var f=p;t()})([]); |
@ -0,0 +1 @@ |
|||
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__7E21D6D","name":"first","version":{"name":"1.0.0","code":"100"},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"light","background":"#34026B"},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"distribute":{"google":{"permissions":["<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>","<uses-permission android:name=\"android.permission.VIBRATE\"/>","<uses-permission android:name=\"android.permission.READ_LOGS\"/>","<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>","<uses-feature android:name=\"android.hardware.camera.autofocus\"/>","<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>","<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>","<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>","<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>","<uses-feature android:name=\"android.hardware.camera\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"],"packagename":"uni.UNI7E21D6D","password":"zYkNtsJvQswSIoDx0UnmWw==","aliasname":"zwf88z","keystore":"google-keystore","custompermissions":true},"apple":{"devices":"universal"},"plugins":{"ad":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}},"orientation":["portrait-primary"],"icons":{"ios":{"prerendered":"false","iphone":{"app@2x":"","app@3x":"","spotlight@2x":"","spotlight@3x":"","settings@2x":"","settings@3x":"","notification@2x":"","notification@3x":""},"appstore":"","ipad":{"app":"","app@2x":"","proapp@2x":"","spotlight":"","spotlight@2x":"","settings":"","settings@2x":"","notification":"","notification@2x":""}},"android":{"hdpi":"icon-android-hdpi.png","xhdpi":"icon-android-xhdpi.png","xxhdpi":"icon-android-xxhdpi.png","xxxhdpi":"icon-android-xxxhdpi.png"}},"splashscreen":{}},"allowsInlineMediaPlayback":true,"safearea":{"background":"#FFFFFF","bottom":{"offset":"auto"}},"uni-app":{"compilerVersion":"3.1.13","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"tabBar":{"selectedColor":"#34026B","list":[{"text":"Game","pagePath":"pages/menu/color/index","iconPath":"./static/tabbar/[email protected]","selectedIconPath":"./static/tabbar/[email protected]"},{"text":"Promotion","pagePath":"pages/menu/promotion/index","iconPath":"./static/tabbar/[email protected]","selectedIconPath":"./static/tabbar/[email protected]"},{"text":"My","pagePath":"pages/menu/My/index","iconPath":"./static/tabbar/[email protected]","selectedIconPath":"./static/tabbar/[email protected]"}],"borderStyle":"rgba(0,0,0,0.4)","height":"50px"},"launch_path":"__uniappview.html","adid":"127964190008"}} |
0
unpackage/dist/dev/app-plus/static/color/[email protected] → unpackage/cache/wgt/__UNI__7E21D6D/static/color/[email protected]
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 562 B |
After Width: | Height: | Size: 561 B |
After Width: | Height: | Size: 323 B |
After Width: | Height: | Size: 5.3 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 530 B |
After Width: | Height: | Size: 206 KiB |
After Width: | Height: | Size: 535 B |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 253 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 905 B |
After Width: | Height: | Size: 565 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 698 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 560 B |
After Width: | Height: | Size: 410 B |
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 76 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 810 B |
After Width: | Height: | Size: 221 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1011 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 567 B |
After Width: | Height: | Size: 599 B |