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
d5df70f5
Commit
d5df70f5
authored
Mar 22, 2022
by
袁玲利
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
https://git.xiaopay.net/lizhishu/xzf_uniapp-wechat-web
into develop
parents
b009646b
214cb8a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
src/pages/StudentPayment/PayOrderDetails/PayOrderDetails.vue
src/pages/StudentPayment/PayOrderDetails/PayOrderDetails.vue
+3
-2
src/pages/StudentPayment/PayProject/PayProject.vue
src/pages/StudentPayment/PayProject/PayProject.vue
+2
-1
No files found.
src/pages/StudentPayment/PayOrderDetails/PayOrderDetails.vue
View file @
d5df70f5
...
...
@@ -23,7 +23,8 @@
{{
ChargeProDetail
.
chargeName
||
""
}}
</view>
<view
class=
"title2"
>
{{
ChargeProDetail
.
descInfo
||
""
}}
<van-notice-bar
:scrollable=
"ChargeProDetail.descInfo.length>20?true:false"
background=
"#ffffff"
color=
"#333333"
style=
"padding: 0;"
:text=
"ChargeProDetail.descInfo||''"
/>
</view>
<van-divider
/>
<view
class=
"botto"
>
...
...
@@ -182,7 +183,7 @@
if
(
Amount
)
{
return
(
Amount
/
100
).
toFixed
(
2
)
}
else
{
return
""
return
"
0.00
"
}
}
},
...
...
src/pages/StudentPayment/PayProject/PayProject.vue
View file @
d5df70f5
...
...
@@ -19,7 +19,7 @@
</view>
<view
class=
"listitem center"
>
<text
class=
"describe"
>
{{
item
.
descInfo
}}
{{
item
.
descInfo
||
""
}}
</text>
</view>
<view
class=
"listitem botto"
style=
"align-items: baseline;"
>
...
...
@@ -276,6 +276,7 @@
line-height
:
36rpx
;
padding-top
:
38rpx
;
padding-left
:
32rpx
;
overflow-y
:
auto
;
}
}
...
...
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