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

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

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