Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
X
xzf_uniapp-wechat-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李智书
xzf_uniapp-wechat-web
Commits
46a7acb7
Commit
46a7acb7
authored
Dec 06, 2021
by
符伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
61a88dbc
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
13 deletions
+12
-13
src/main.js
src/main.js
+0
-1
src/pages/BankModule/Recharge/Recharge.vue
src/pages/BankModule/Recharge/Recharge.vue
+5
-5
src/pages/BankModule/Reflect/Reflect.vue
src/pages/BankModule/Reflect/Reflect.vue
+1
-1
src/pages/assignDeposit/assignDeposit.vue
src/pages/assignDeposit/assignDeposit.vue
+1
-1
src/pages/recharging/recharging.vue
src/pages/recharging/recharging.vue
+5
-5
No files found.
src/main.js
View file @
46a7acb7
...
...
@@ -2,7 +2,6 @@ import Vue from 'vue'
import
App
from
'
./App
'
// OSS静态资源
Vue
.
prototype
.
$iImgUrl
=
'
https://szcf.superbest.wang/xcxImages/
'
...
...
src/pages/BankModule/Recharge/Recharge.vue
View file @
46a7acb7
...
...
@@ -31,9 +31,9 @@
</view>
</view>
<!-- 充值明细 -->
<view
class=
"RechargeDetailed"
@
click=
"BackToMini('purchaseDetail')"
>
<
!--
<
view
class=
"RechargeDetailed"
@
click=
"BackToMini('purchaseDetail')"
>
账户明细
</view>
</view>
-->
<!-- 充值账户 -->
<view
class=
"Recharge"
>
<span></span>
...
...
@@ -81,7 +81,7 @@
<span>
充值生活费
</span>
</view>
<!-- -->
<
view
class=
"switchbankCard"
@
click=
"ChangeBankPay"
>
我要换银行卡支付
</view
>
<
!--
<view
class=
"switchbankCard"
@
click=
"ChangeBankPay"
>
我要换银行卡支付
</view>
--
>
</view>
</view>
...
...
@@ -117,8 +117,8 @@
<view
style=
"width: 520rpx;height: 1rpx;background: #EEEEEE;"
></view>
<van-field
v-model=
"openCardPhonSms"
label-class=
"openCardPhonSmsTxt"
maxlength=
"6"
label=
"验证码:"
placeholder=
"输入短信验证码"
center
clearable
:border=
"false"
>
<van-button
slot=
"button"
size=
"small"
type=
"primary"
@
click=
"SendSms"
>
{{
CodeMsg
}}
<van-button
slot=
"button"
size=
"small"
type=
"primary"
@
click=
"SendSms"
>
<div
style=
"font-size:28rpx;"
>
{{
CodeMsg
}}
</div>
</van-button>
</van-field>
<view
style=
"width: 520rpx;height: 1rpx;background: #EEEEEE;"
></view>
...
...
src/pages/BankModule/Reflect/Reflect.vue
View file @
46a7acb7
...
...
@@ -42,7 +42,7 @@
<van-field
v-model=
"openCardPhonSms"
label-class=
"openCardPhonSmsTxt"
maxlength=
"6"
label=
"验证码:"
placeholder=
"输入短信验证码"
center
clearable
:border=
"false"
>
<van-button
slot=
"button"
size=
"small"
type=
"primary"
@
click=
"SendSms"
>
{{
CodeMsg
}}
<div
style=
"font-size:28rpx;"
>
{{
CodeMsg
}}
</div>
</van-button>
</van-field>
<view
style=
"width: 520rpx;height: 1rpx;background: #EEEEEE;"
></view>
...
...
src/pages/assignDeposit/assignDeposit.vue
View file @
46a7acb7
...
...
@@ -1531,7 +1531,7 @@
.CodeMsg {
color: #01BC73;
background: #F7F6FB;
font-size:
32
rpx;
font-size:
28
rpx;
font-weight: 600;
line-height: 80rpx;
letter-spacing: 3rpx;
...
...
src/pages/recharging/recharging.vue
View file @
46a7acb7
...
...
@@ -8,7 +8,7 @@
<view
class=
"name"
>
来自
{{
bankName
}}
(
{{
bankNumber
}}
)
</view>
</view>
</view>
<view
class=
"item
"
>
<view
class=
"item"
>
<view
class=
"item-a"
>
<image
:src=
"ImgUrl+'xzf/icon-05.png'"
class=
"bank-waitImg"
></image></image>
<view
class=
"title"
>
银行处理中
</view>
...
...
@@ -20,7 +20,6 @@
<view
class=
"name"
>
如信息有误,资金将原路返回
</view>
</view>
</view>
</view>
<view
class=
"btn"
@
click=
"toback"
>
我知道了
</view>
</view>
...
...
@@ -44,6 +43,7 @@ export default {
this
.
bankNumber
=
options
.
bankNumber
;
//银行卡号
this
.
time
=
options
.
time
;
//预计到账时间
this
.
money
=
options
.
money
;
//到账金额
},
methods
:
{
toback
(){
...
...
@@ -56,7 +56,7 @@ export default {
<
style
scoped
>
.logs-box
{
margin
:
85
upx
;
padding
:
85
upx
85
upx
0
;
}
...
...
@@ -66,9 +66,9 @@ export default {
position
:
relative
;
min-height
:
139
upx
;
}
.item
:last-child
{
border
:
none
;
border
-color
:
#fff
;
}
.item-a
{
position
:
relative
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment