Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
yoho-miniapp-ufo
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
huangyCode
2019-01-15 14:28:43 +0800
Commit
97cfc0210871b9df21db221d95cf49fc3433da29
1 parent
b699867c
修改订单业务
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/pages/order/orderConfirm/orderConfirm.js
src/pages/order/orderConfirm/orderConfirm.js
View file @
97cfc02
...
...
@@ -54,7 +54,6 @@ Page({
data
.
promotionFormulaList
.
forEach
((
value
,
i
)
=>
{
if
(
value
.
promotion
===
'运费'
)
{
index
=
i
;
break
;
}
})
data
.
promotionFormulaList
.
splice
(
index
,
1
)
...
...
Please
register
or
login
to post a comment