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
7491fd65
Commit
7491fd65
authored
Jun 27, 2022
by
袁玲利
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into uat
parents
9ab86cb9
213b67d3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2162 additions
and
2289 deletions
+2162
-2289
src/pages/BankModule/Recharge/Recharge.vue
src/pages/BankModule/Recharge/Recharge.vue
+2151
-2281
src/pages/IcbcModule/Recharge/Recharge.vue
src/pages/IcbcModule/Recharge/Recharge.vue
+6
-5
src/pages/SchoolReport/SchoolReport.vue
src/pages/SchoolReport/SchoolReport.vue
+5
-3
No files found.
src/pages/BankModule/Recharge/Recharge.vue
View file @
7491fd65
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/pages/IcbcModule/Recharge/Recharge.vue
View file @
7491fd65
...
...
@@ -226,7 +226,7 @@
:key=
"index"
>
<span
style=
"padding-right: 10px"
>
{{ item.bindCardName }}
</span>
<span>
尾号:{{item.bindCardNo.slice(item.bindCardNo.length - 4)}}
</span>
<
image
class=
"BankListImg"
src=
"../../../static/img/choiceBank.png"
></image
>
<
!-- <image class="BankListImg" src="../../../static/img/choiceBank.png"></image> --
>
</view>
</view>
<view
class=
"changeCard"
@
click=
"ChangeBankPay"
>
我要换卡支付
</view>
...
...
@@ -655,6 +655,7 @@
// 复制我卡号
async
CopyCardNumber
()
{
let
value
=
this
.
bankInfo_
.
accountNo
;
console
.
log
(
value
,
'
valuevaluevaluevaluevalue
'
)
Dialog
({
title
:
"
系统提示
"
,
message
:
"
复制成功!
"
,
...
...
@@ -1035,7 +1036,7 @@
display
:
flex
;
width
:
100%
;
justify-content
:
space-between
;
margin-top
:
20rpx
;
view
:first-child
{
height
:
60rpx
;
font-size
:
40rpx
;
...
...
@@ -1258,10 +1259,10 @@
border-radius: 12rpx;
display: flex;
justify-content: center;
margin-right:
14
rpx;
margin-right:
8
rpx;
font-family: PingFangSC-Medium, PingFang SC;
margin-bottom: 24rpx;
border: 3rpx solid transparent;
view {
align-self: center;
color: #333333;
...
...
@@ -1296,7 +1297,7 @@
text-align: center;
background: #f8f8f8;
border-radius: 12rpx;
border: 3rpx solid transparent;
/deep/.uni-input-wrapper {
position: absolute;
width: 444rpx;
...
...
src/pages/SchoolReport/SchoolReport.vue
View file @
7491fd65
...
...
@@ -570,7 +570,7 @@
:style=
"{height:[915,845,891][tabIndex-1]+'rpx',top:[1425,1099,1260][tabIndex-1]+'rpx'}"
>
<view
class=
"no-open-solution"
@
tap=
"equityPay"
>
<view
class=
"no-open-solution-txt"
>
<text>
最低{{memberInfo.leastAmount
||''
}}元/天开通,查看完整{{['消费','出入校','公话'][tabIndex-1]}}报告
</text>
<text>
最低{{memberInfo.leastAmount}}元/天开通,查看完整{{['消费','出入校','公话'][tabIndex-1]}}报告
</text>
</view>
<view
class=
"no-open-solution-item"
>
</view>
...
...
@@ -1139,7 +1139,9 @@
const
lunchTxt
=
item
.
lunchStatus
?
''
:
'
中
'
;
const
supperTxt
=
item
.
supperStatus
?
''
:
'
晚
'
;
day
.
topInfo
=
breakfastTxt
+
lunchTxt
+
supperTxt
;
day
.
className
=
'
notice-day
'
if
(
day
.
topInfo
){
day
.
className
=
'
notice-day
'
}
}
})
}
...
...
@@ -2094,7 +2096,7 @@ color: #FF8646;padding:13rpx 12rpx 30rpx 17rpx;`,
})
return
}
this
.
memberInfo
.
leastAmount
=
data
.
obj
.
leastAmount
||
''
;
this
.
memberInfo
.
leastAmount
=
data
.
obj
.
leastAmount
;
}
catch
(
e
)
{
//TODO handle the exception
console
.
log
(
e
);
...
...
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