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-11 17:00:42 +0800
Commit
51ac01395229c026b6d8816eb2842dabe58ea7a9
1 parent
2e237652
添加title
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
apps/pages/order/order-detail/buyer-order-detail.vue
apps/pages/order/order-detail/seller-order-detail.vue
apps/pages/order/order-list/in-sell-order-list.vue
apps/pages/order/order-list/order-list.vue
apps/pages/order/order-logistics-info.vue
apps/pages/order/order-detail/buyer-order-detail.vue
View file @
51ac013
<template>
<layout-app>
<layout-app
title="订单详情"
>
<div class="order-detail-wrapper">
<div class="content">
<!-- 状态信息 -->
...
...
apps/pages/order/order-detail/seller-order-detail.vue
View file @
51ac013
<template>
<layout-app>
<layout-app
title="订单详情"
>
<div class="order-detail-wrapper">
<div class="content">
<!-- 状态信息 -->
...
...
apps/pages/order/order-list/in-sell-order-list.vue
View file @
51ac013
<template>
<layout-app>
<layout-app
title="我的出售"
>
<div class="content-wrapper">
<scroll
@pulling-up="fetchData"
...
...
apps/pages/order/order-list/order-list.vue
View file @
51ac013
<template>
<layout-app>
<layout-app
title="我的订单"
>
<status-nav />
<div class="content-wrapper">
<scroll
...
...
apps/pages/order/order-logistics-info.vue
View file @
51ac013
<template>
<layout-app>
<layout-app
title="物流详情"
>
<div class="logistics-wrapper">
<div class="header">
<!-- <p class="title">{{ logisticInfo.expressSender }}</p> -->
...
...
Please
register
or
login
to post a comment