Commit 80fba1c5 authored by 彭佳妮(贵阳日报)'s avatar 彭佳妮(贵阳日报)
parents bc48d55b ccae47ed
<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="box box1" v-if="afterSaleDetail"> <view class="box box1" v-if="afterSaleDetail">
...@@ -54,7 +54,6 @@ ...@@ -54,7 +54,6 @@
</template> </template>
<script setup> <script setup>
import Header from '@/pages/order/components/Header/index.vue';
import { afterSale } from '@/api/order'; import { afterSale } from '@/api/order';
const fileDomain = import.meta.env.VITE_APP_IMG_URL; const fileDomain = import.meta.env.VITE_APP_IMG_URL;
const orderNumber = ref(''); const orderNumber = ref('');
...@@ -83,7 +82,7 @@ page { ...@@ -83,7 +82,7 @@ page {
margin: 0 auto; margin: 0 auto;
.content { .content {
padding-top: 88rpx; //padding-top: 88rpx;
.box1 { .box1 {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
<view class="container"> <view class="container">
<Search :showTitle="true" title="商家入驻" backgroundBox="white"></Search> <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">
......
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