Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
郭成尧
2017-07-20 12:44:21 +0800
Commit
1ce391dcf7ee5c41c4becd233a3b4ba71d67d200
1 parent
bd40990d
exchange-bug-fixed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
public/vue/home/exchange/exchange.vue
public/vue/home/refund/refund-order.vue
public/vue/home/exchange/exchange.vue
View file @
1ce391d
...
...
@@ -233,7 +233,6 @@
zip_code: this.address.zip_code,
mobile: this.address.mobile,
delivery_tpye: this.deliveryTpye,
app_type: 1,
goods: []
};
...
...
public/vue/home/refund/refund-order.vue
View file @
1ce391d
...
...
@@ -7,7 +7,7 @@
<div class="order-code">
<div class="code-time">
<p>订单号:{{order.order_code}}</p>
<p>申请时间:{{order.
order_
create_time}}</p>
<p>申请时间:{{order.create_time}}</p>
</div>
<p>{{order.status_name}}</p>
</div>
...
...
Please
register
or
login
to post a comment