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
092340bb
Commit
092340bb
authored
Dec 21, 2021
by
李智书
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into V1.5.24_feature
parents
e7193ddb
757e3d97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
src/pages/BankModule/Recharge/Recharge.vue
src/pages/BankModule/Recharge/Recharge.vue
+9
-9
No files found.
src/pages/BankModule/Recharge/Recharge.vue
View file @
092340bb
...
@@ -16,10 +16,10 @@
...
@@ -16,10 +16,10 @@
<view
class=
"cardNumright"
id=
"cardNumright"
@
click=
"CopyCardNumber"
>
复制
</view>
<view
class=
"cardNumright"
id=
"cardNumright"
@
click=
"CopyCardNumber"
>
复制
</view>
</view>
</view>
<view
class=
"HidenText"
>
<view
class=
"HidenText"
>
<view
class=
"userName"
>
姓名:
<span>
{{
PersonalInfo
.
name
}}
</span></view>
<view
class=
"userName"
style=
"text-overflow: ellipsis;overflow: hidden; white-space: nowrap;"
>
姓名:
<span>
{{
PersonalInfo
.
name
}}
</span></view>
<view
class=
"StudentCls"
v-if=
"PersonalInfo.usertype=='1'"
>
<view
class=
"StudentCls"
style=
"text-overflow: ellipsis;overflow: hidden; white-space: nowrap;"
v-if=
"PersonalInfo.usertype=='1'"
>
班级:
{{
PersonalInfo
.
gradename
}}
(
{{
PersonalInfo
.
classname
}}
)
</view>
班级:
{{
PersonalInfo
.
gradename
}}
(
{{
PersonalInfo
.
classname
}}
)
</view>
<view
class=
'TeacherCls'
v-else
>
教职工
</view>
<view
class=
'TeacherCls'
style=
"text-overflow: ellipsis;overflow: hidden; white-space: nowrap;"
v-else
>
教职工
</view>
</view>
</view>
<view
class=
"Balance"
>
<view
class=
"Balance"
>
<view
class=
"cardBalanceTx"
>
余额:¥
<span>
{{
cardBalanceTx
}}
</span></view>
<view
class=
"cardBalanceTx"
>
余额:¥
<span>
{{
cardBalanceTx
}}
</span></view>
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
<span>
充值生活费
</span>
<span>
充值生活费
</span>
</view>
</view>
<!-- -->
<!-- -->
<
!--
<view
class=
"switchbankCard"
@
click=
"ChangeBankPay"
>
我要换银行卡支付
</view>
--
>
<
view
class=
"switchbankCard"
@
click=
"ChangeBankPay"
>
我要换银行卡支付
</view
>
</view>
</view>
</view>
</view>
...
@@ -296,11 +296,11 @@
...
@@ -296,11 +296,11 @@
methods
:
{
methods
:
{
// 更换银行卡
// 更换银行卡
async
ChangeBankPay
()
{
async
ChangeBankPay
()
{
uni
.
showModal
({
//
uni.showModal({
title
:
"
系统提示
"
,
//
title: "系统提示",
content
:
"
功能开发中!
"
//
content: "功能开发中!"
})
//
})
return
//
return
uni
.
showLoading
({
uni
.
showLoading
({
mask
:
true
,
mask
:
true
,
title
:
"
请稍后....
"
title
:
"
请稍后....
"
...
...
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