Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
groupPurchase-miniapp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭佳妮(贵阳日报)
groupPurchase-miniapp
Commits
ccae47ed
Commit
ccae47ed
authored
Aug 14, 2024
by
蔡亮华(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
头部使用search组件
parent
126b5c88
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
afterSales.vue
src/pages/order/afterSales.vue
+2
-3
detail.vue
src/pages/storeEntry/detail.vue
+1
-2
No files found.
src/pages/order/afterSales.vue
View file @
ccae47ed
<
template
>
<view
class=
"container"
>
<
Header
title=
"售后详情"
></Header
>
<
Search
:showTitle=
"true"
title=
"售后详情"
backgroundBox=
"white"
></Search
>
<view
class=
"content"
>
<view
class=
"box box1"
v-if=
"afterSaleDetail"
>
...
...
@@ -54,7 +54,6 @@
</
template
>
<
script
setup
>
import
Header
from
'@/pages/order/components/Header/index.vue'
;
import
{
afterSale
}
from
'@/api/order'
;
const
fileDomain
=
import
.
meta
.
env
.
VITE_APP_IMG_URL
;
const
orderNumber
=
ref
(
''
);
...
...
@@ -83,7 +82,7 @@ page {
margin
:
0
auto
;
.content
{
padding-top
:
88rpx
;
//
padding-top: 88rpx;
.box1
{
display
:
flex
;
flex-direction
:
column
;
...
...
src/pages/storeEntry/detail.vue
View file @
ccae47ed
...
...
@@ -2,7 +2,6 @@
<view
class=
"container"
>
<Search
:showTitle=
"true"
title=
"商家入驻"
backgroundBox=
"white"
></Search>
<view
class=
"content"
>
<view
class=
"formmain"
>
<wd-form
ref=
"form"
:model=
"formData"
:rules=
"rules"
>
...
...
@@ -838,7 +837,7 @@ page {
padding-bottom
:
40rpx
;
.content
{
// padding-top: 88rpx;
// padding-top: 88rpx;
padding-bottom
:
44rpx
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment