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
99b6ee4a
Commit
99b6ee4a
authored
Aug 14, 2024
by
刘玉宏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
<Search :showTitle="true" title="评价" backgroundBox="white"></Search>
parent
7b560fb4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
addressList.vue
src/pages/address/addressList.vue
+2
-3
remark.vue
src/pages/order/remark.vue
+4
-2
No files found.
src/pages/address/addressList.vue
View file @
99b6ee4a
<
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
;
...
...
src/pages/order/remark.vue
View file @
99b6ee4a
<
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
;
...
...
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