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

头部

parent 99b6ee4a
<template>
<view class="container">
<Header :title="newAddressFlag ? '新增收货地址' : '编辑收货地址'"></Header>
<Search :showTitle="true" :title="newAddressFlag ? '新增收货地址' : '编辑收货地址'" backgroundBox="white"></Search>
<view class="content">
<wd-form ref="reForm" :model="forMData" id="form">
<wd-cell-group>
......
<template>
<view class="container">
<Search :showTitle="true" title="地址管理" backgroundBox="white"/>
<Search :showTitle="true" title="地址管理" backgroundBox="white" />
<view class="content">
<view class="empty_list" v-if="isAdressEmpty">
<img src="@/static/address/address.png" />
......
......@@ -72,11 +72,9 @@
</view>
</template>
<script setup lang="ts">
import Header from './components/Header/index.vue';
import { getToken } from '@/utils/auth';
import { evaluation } from '@/api/order';
import { useToast } from 'wot-design-uni';
import Search from '@/components/index/Search.vue';
const uToast = useToast();
const form = ref();
const token = getToken();
......
<template>
<view class="container">
<Header title="商家入驻"></Header>
<Search :showTitle="true" title="商家入驻" backgroundBox="white"></Search>
<view class="content">
<view class="formmain">
<wd-form ref="form" :model="formData" :rules="rules">
......
<template>
<view class="container">
<Header title="我的店铺"></Header>
<Search :showTitle="true" title="我的店铺" backgroundBox="white"></Search>
<view class="content">
<!-- 列表 -->
<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