Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
user
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
hooloo
mp
user
Commits
ac6f7b42
Commit
ac6f7b42
authored
Jun 21, 2022
by
宋冰琦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 订单详情 页面部分内容
parent
d589b72d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
139 additions
and
140 deletions
+139
-140
mineSubPackage/pages/msg/index.vue
+23
-19
orderSubPackage/pages/orderInfo/index.vue
+115
-120
pages/menu/menu.vue
+1
-1
static/imgs/erweimazhedang.png
+0
-0
static/imgs/saomaliucheng.png
+0
-0
No files found.
mineSubPackage/pages/msg/index.vue
View file @
ac6f7b42
<
template
>
<scroll-view
class=
"msg"
scroll-y
>
<view
class=
"empty"
v-show=
"empty == true"
>
<image
class=
"empty_icon"
src=
"/static/imgs/none_content.png"
></image>
<view
class=
"empty_text"
>
---暂无消息,去品尝杯咖啡吧---
</view>
<button
class=
"empty_button"
@
click=
"goHome"
>
去品尝
</button>
<view
:style=
"
{'text-align':'center'}">
<image
class=
"empty_icon"
src=
"/static/imgs/none_content.png"
></image>
</view>
<view
class=
"empty_text"
>
——暂无消息,去品尝杯咖啡吧——
</view>
<button
class=
"empty_button"
@
click=
"goHome"
></button>
</view>
<view
class=
"msg_item"
v-for=
"item in list"
@
click=
"toRead(item)"
:key=
"item.id"
>
<view
class=
"msg_item_title_time"
>
...
...
@@ -14,6 +16,7 @@
<view
class=
"msg_content"
>
{{
item
.
message
}}
</view>
</view>
</scroll-view>
<show-toast
ref=
"toast"
/>
</
template
>
<
script
>
...
...
@@ -63,30 +66,31 @@ export default {
/* 兼容老版本的方法 */
-webkit-transform
:
translateX
(
-50%
);
transform
:
translateX
(
-50%
);
margin-top
:
200
rpx
;
margin-top
:
311
rpx
;
.empty_icon
{
width
:
325
rpx
;
height
:
2
9
6
rpx
;
width
:
280
rpx
;
height
:
2
6
6
rpx
;
}
.empty_text
{
font-size
:
20
rpx
;
margin-top
:
10
rpx
;
font-family
:
ArialMT
;
color
:
#666666
;
margin-top
:
44
rpx
;
width
:
414
rpx
;
text-align
:
center
;
font-size
:
24
rpx
;
font-family
:
PingFangSC-Medium
,
PingFang
SC
;
font-weight
:
500
;
color
:
#999999
;
}
.empty_button
{
width
:
128
rpx
;
height
:
46
rpx
;
margin-top
:
10
rpx
;
background
:
#006ECF
;
border-radius
:
10
rpx
;
text-align
:
center
;
font-size
:
20
rpx
;
line-height
:
46
rpx
;
color
:
#fff
;
margin-top
:
35
rpx
;
width
:
167
rpx
;
height
:
64
rpx
;
border-radius
:
2
rpx
;
background
:
url('@/static/imgs/qupinchang.png')
center
center
no-repeat
;
}
.empty_button
::after
{
border-radius
:
2
rpx
;
}
}
...
...
orderSubPackage/pages/orderInfo/index.vue
View file @
ac6f7b42
This diff is collapsed.
Click to expand it.
pages/menu/menu.vue
View file @
ac6f7b42
...
...
@@ -18,7 +18,7 @@
<view
class=
"user-name"
v-if=
"userms"
>
HI!
{{
userInfo
.
customerName
||
'我是谁'
}}
</view>
<view
class=
"user-name"
v-else
>
未登录
</view>
<view
class=
"dialog"
>
<view
class=
"content"
v-if=
"userms"
>
如果以后再也见不到你,那就祝你早安
,午安,晚安...
</view>
<view
class=
"content"
v-if=
"userms"
>
如果以后再也见不到你,那就祝你早安
</view>
<view
class=
"content"
v-if=
"!userms"
>
请您尽快登录
</view>
</view>
</view>
...
...
static/imgs/erweimazhedang.png
0 → 100644
View file @
ac6f7b42
51.7 KB
static/imgs/saomaliucheng.png
0 → 100644
View file @
ac6f7b42
56.2 KB
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