Commit 99b6ee4a authored by 刘玉宏's avatar 刘玉宏

<Search :showTitle="true" title="评价" backgroundBox="white"></Search>

parent 7b560fb4
<template>
<view class="container">
<Header title="地址管理"></Header>
<Search :showTitle="true" title="地址管理" backgroundBox="white"/>
<view class="content">
<view class="empty_list" v-if="isAdressEmpty">
<img src="@/static/address/address.png" />
......@@ -95,7 +94,7 @@ page {
margin: 0 auto;
.content {
padding-top: 88rpx;
// padding-top: 88rpx;
.full_list {
margin-top: 20rpx;
......
<template>
<view class="container">
<Header title="评论"></Header>
<Search :showTitle="true" title="评价" backgroundBox="white"></Search>
<view class="content">
<wd-form ref="form" :model="formdata" :rules="rules" class="remake">
<wd-cell-group>
......@@ -75,6 +76,7 @@ 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();
......@@ -282,7 +284,7 @@ const handleSubmit = async () => {
.content {
margin: 25rpx 20rpx 0;
padding-top: 88rpx;
// padding-top: 88rpx;
.remake {
width: auto;
......
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