Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
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
lea guo
2019-10-23 16:38:17 +0800
Commit
1749828be1aafac76b41a6ddeec80754964721a7
1 parent
6f03bf86
寄回地址样式修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
apps/pages/order/delivery-back-address.vue
apps/pages/order/order-list/index.js
apps/pages/order/delivery-back-address.vue
View file @
1749828
<template>
<layout-app class="address-wrapper" title="商品回寄地址">
<SellOrderAddress :isOnlyShowBack="true" />
<layout-app title="商品回寄地址">
<div class="address-wrapper">
<SellOrderAddress :isOnlyShowBack="true" />
</div>
</layout-app>
</template>
...
...
apps/pages/order/order-list/index.js
View file @
1749828
...
...
@@ -18,7 +18,6 @@ const routers = [
};
},
beforeEnter
:
(
to
,
from
,
next
)
=>
{
// ...
next
();
},
},
...
...
Please
register
or
login
to post a comment