Authored by lea guo

添加title

<template>
<layout-app>
<layout-app title="订单详情">
<div class="order-detail-wrapper">
<div class="content">
<!-- 状态信息 -->
... ...
<template>
<layout-app>
<layout-app title="订单详情">
<div class="order-detail-wrapper">
<div class="content">
<!-- 状态信息 -->
... ...
<template>
<layout-app>
<layout-app title="我的出售">
<div class="content-wrapper">
<scroll
@pulling-up="fetchData"
... ...
<template>
<layout-app>
<layout-app title="我的订单">
<status-nav />
<div class="content-wrapper">
<scroll
... ...
<template>
<layout-app>
<layout-app title="物流详情">
<div class="logistics-wrapper">
<div class="header">
<!-- <p class="title">{{ logisticInfo.expressSender }}</p> -->
... ...