Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
viitto
mallapp
Commits
acd3595d
Commit
acd3595d
authored
Jun 09, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
7b66e1b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
order-submit.vue
pages/order-submit/order-submit.vue
+1
-1
order-detail.vue
pages/order/order-detail.vue
+2
-2
No files found.
pages/order-submit/order-submit.vue
View file @
acd3595d
...
...
@@ -554,7 +554,7 @@
that
.
payInfo
.
total_price
=
that
.
ds
.
total_price
;
}
if
(
that
.
formdata
.
Use_Deposit_Id
!=
0
&&
that
.
ds
.
total_price
==
0
)
{
//如果使用了储蓄卡 就直接支付成功 跳入支付结果
if
(
(
that
.
formdata
.
Use_Deposit_Id
!=
0
||
that
.
formdata
.
use_integral
!=
0
)
&&
that
.
ds
.
total_price
==
0
)
{
//如果使用了储蓄卡 就直接支付成功 跳入支付结果
uni
.
reLaunch
({
url
:
'/pages/order-submit/pay-success?payInfo='
+
JSON
.
stringify
(
that
.
payInfo
)
})
...
...
pages/order/order-detail.vue
View file @
acd3595d
...
...
@@ -162,9 +162,9 @@
<view
class=
"label"
>
佣金抵扣
</view>
<view
class=
"content right"
>
-¥{{ orders.DeductionCommission }}
</view>
</view>
<view
class=
"field"
v-if=
"orders.
i
ntegralMoney>0"
>
<view
class=
"field"
v-if=
"orders.
I
ntegralMoney>0"
>
<view
class=
"label"
>
积分抵扣
</view>
<view
class=
"content right"
>
-¥{{ orders.
i
ntegralMoney }}
</view>
<view
class=
"content right"
>
-¥{{ orders.
I
ntegralMoney }}
</view>
</view>
<view
style=
"width: 100%;height: 1px;background: #f5f5f5;margin: 5px 0;"
></view>
<view
class=
"field"
>
...
...
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