Commit 126b5c88 authored by 陈宗胤(贵阳日报)'s avatar 陈宗胤(贵阳日报)
parents eb3f1880 c0de0454
<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>
...@@ -177,7 +176,7 @@ page { ...@@ -177,7 +176,7 @@ page {
font-feature-settings: 'kern' on; font-feature-settings: 'kern' on;
.content { .content {
padding-top: 88rpx; // padding-top: 88rpx;
#form { #form {
width: 710rpx; width: 710rpx;
......
<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">
...@@ -836,7 +838,7 @@ page { ...@@ -836,7 +838,7 @@ page {
padding-bottom: 40rpx; padding-bottom: 40rpx;
.content { .content {
padding-top: 88rpx; // padding-top: 88rpx;
padding-bottom: 44rpx; padding-bottom: 44rpx;
} }
......
<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">
...@@ -124,7 +123,7 @@ const deleteShop = (shopId) => { ...@@ -124,7 +123,7 @@ const deleteShop = (shopId) => {
min-height: calc(100vh - 160rpx); min-height: calc(100vh - 160rpx);
.content { .content {
padding-top: 88rpx; // padding-top: 88rpx;
.listcon { .listcon {
margin-top: 10px; margin-top: 10px;
......
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