Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_wechat
Overview
Overview
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
pseer
gxpt_wechat
Commits
efb6c708
Commit
efb6c708
authored
Jan 29, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
b3f5a0a8
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
cleanManage.vue
pages/cleanManage/cleanManage.vue
+1
-0
myInfo.vue
pages/my/myInfo.vue
+1
-1
order.vue
pages/order/order.vue
+2
-1
No files found.
pages/cleanManage/cleanManage.vue
View file @
efb6c708
...
@@ -84,6 +84,7 @@
...
@@ -84,6 +84,7 @@
import
{
import
{
getDictItem
getDictItem
}
from
"@/utils/tools.js"
}
from
"@/utils/tools.js"
import
{
dictList
}
from
"@/api/index.js"
;
import
moment
from
"@/common/moment"
;
import
moment
from
"@/common/moment"
;
export
default
{
export
default
{
data
()
{
data
()
{
...
...
pages/my/myInfo.vue
View file @
efb6c708
...
@@ -156,7 +156,7 @@
...
@@ -156,7 +156,7 @@
onShow
()
{
onShow
()
{
this
.
userAction
=
[
this
.
userAction
=
[
{
{
label
:
"订单"
,
label
:
"
我的
订单"
,
iconUrl
:
config
.
assetsPath
+
'/my_list_15.png'
,
iconUrl
:
config
.
assetsPath
+
'/my_list_15.png'
,
routePath
:
"/pages/orderRecord/orderRecord"
,
routePath
:
"/pages/orderRecord/orderRecord"
,
type
:
"1"
,
type
:
"1"
,
...
...
pages/order/order.vue
View file @
efb6c708
...
@@ -1628,7 +1628,8 @@
...
@@ -1628,7 +1628,8 @@
.part-left
{
.part-left
{
display
:
block
;
display
:
block
;
width
:
100%
;
width
:
100%
;
border-radius
:
6
upx
;
overflow
:
hidden
;
image
{
image
{
display
:
block
;
display
:
block
;
width
:
100%
;
width
:
100%
;
...
...
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