Commit 3cd7e3e4 authored by 刘玉宏's avatar 刘玉宏

头部

parent 99b6ee4a
<template> <template>
<view class="container"> <view class="container">
<Header :title="newAddressFlag ? '新增收货地址' : '编辑收货地址'"></Header> <Search :showTitle="true" :title="newAddressFlag ? '新增收货地址' : '编辑收货地址'" backgroundBox="white"></Search>
<view class="content"> <view class="content">
<wd-form ref="reForm" :model="forMData" id="form"> <wd-form ref="reForm" :model="forMData" id="form">
<wd-cell-group> <wd-cell-group>
......
<template> <template>
<view class="container"> <view class="container">
<Search :showTitle="true" title="地址管理" backgroundBox="white"/> <Search :showTitle="true" title="地址管理" backgroundBox="white" />
<view class="content"> <view class="content">
<view class="empty_list" v-if="isAdressEmpty"> <view class="empty_list" v-if="isAdressEmpty">
<img src="@/static/address/address.png" /> <img src="@/static/address/address.png" />
......
...@@ -72,11 +72,9 @@ ...@@ -72,11 +72,9 @@
</view> </view>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">
import Header from './components/Header/index.vue';
import { getToken } from '@/utils/auth'; import { getToken } from '@/utils/auth';
import { evaluation } from '@/api/order'; import { evaluation } from '@/api/order';
import { useToast } from 'wot-design-uni'; import { useToast } from 'wot-design-uni';
import Search from '@/components/index/Search.vue';
const uToast = useToast(); const uToast = useToast();
const form = ref(); const form = ref();
const token = getToken(); const token = getToken();
......
<template> <template>
<view class="container"> <view class="container">
<Header title="商家入驻"></Header> <Search :showTitle="true" title="商家入驻" backgroundBox="white"></Search>
<view class="content"> <view class="content">
<view class="formmain"> <view class="formmain">
<wd-form ref="form" :model="formData" :rules="rules"> <wd-form ref="form" :model="formData" :rules="rules">
......
<template> <template>
<view class="container"> <view class="container">
<Header title="我的店铺"></Header> <Search :showTitle="true" title="我的店铺" backgroundBox="white"></Search>
<view class="content"> <view class="content">
<!-- 列表 --> <!-- 列表 -->
<view class="listcon"> <view class="listcon">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment