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
c9688615
Commit
c9688615
authored
Aug 12, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
5f059703
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
f-navbar.vue
components/module/f-navbar/f-navbar.vue
+4
-3
order.vue
pages/order/order.vue
+3
-2
No files found.
components/module/f-navbar/f-navbar.vue
View file @
c9688615
...
@@ -10,11 +10,11 @@
...
@@ -10,11 +10,11 @@
<view
class=
"u-flex left"
hover-class=
"left--hover"
hover-start-time=
"150"
v-if=
"navbarType==3"
>
<view
class=
"u-flex left"
hover-class=
"left--hover"
hover-start-time=
"150"
v-if=
"navbarType==3"
>
<view
class=
"u-flex u-home-arrow-left"
:style=
"
{borderColor:isWhite?'rgba(255,255,255,.5)':'#dadbde'}">
<view
class=
"u-flex u-home-arrow-left"
:style=
"
{borderColor:isWhite?'rgba(255,255,255,.5)':'#dadbde'}">
<view
@
click=
"onBack"
>
<view
@
click=
"onBack"
>
<u-icon
name=
"arrow-left"
size=
"
19
"
:color=
"leftColor"
></u-icon>
<u-icon
name=
"arrow-left"
size=
"
24
"
:color=
"leftColor"
></u-icon>
</view>
</view>
<u-line
direction=
"column"
:hairline=
"false"
length=
"16"
margin=
"0 8px"
:color=
"isWhite?'rgba(255,255,255,.3)':'#dadbde'"
></u-line>
<u-line
direction=
"column"
:hairline=
"false"
length=
"16"
margin=
"0 8px"
:color=
"isWhite?'rgba(255,255,255,.3)':'#dadbde'"
></u-line>
<view
@
click=
"onHome"
>
<view
@
click=
"onHome"
>
<u-icon
name=
"home"
size=
"2
0
"
:color=
"leftColor"
></u-icon>
<u-icon
name=
"home"
size=
"2
4
"
:color=
"leftColor"
></u-icon>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -22,7 +22,8 @@
...
@@ -22,7 +22,8 @@
<slot
name=
"left"
>
<slot
name=
"left"
>
<!-- 左边箭头背景渐变 -->
<!-- 左边箭头背景渐变 -->
<view
class=
"iconBg u-flex"
:style=
"
{background: 'rgba(0,0,0,'+(navbarType == 5 ?(1-transparentValue)>0.4?.4:(1-transparentValue):0)+')'}">
<view
class=
"iconBg u-flex"
:style=
"
{background: 'rgba(0,0,0,'+(navbarType == 5 ?(1-transparentValue)>0.4?.4:(1-transparentValue):0)+')'}">
<u-icon
:name=
"iconLeft"
size=
"16"
:color=
"leftColor"
></u-icon>
<text
v-if=
"iconLeft == 'home'"
:style=
"
{fontSize:'16px',color:leftColor,whiteSpace:'nowrap'}">首页
</text>
<u-icon
v-else
:name=
"iconLeft"
size=
"20"
:color=
"leftColor"
></u-icon>
</view>
</view>
<text
v-if=
"leftText"
class=
"left__text"
:style=
"
{color: leftColor}">
{{
leftText
}}
</text>
<text
v-if=
"leftText"
class=
"left__text"
:style=
"
{color: leftColor}">
{{
leftText
}}
</text>
</slot>
</slot>
...
...
pages/order/order.vue
View file @
c9688615
...
@@ -92,7 +92,7 @@
...
@@ -92,7 +92,7 @@
<text>
{{
item
.
labelName
}}
</text>
<text>
{{
item
.
labelName
}}
</text>
</view>
</view>
<view
v-if=
"item.openPack==1 || (activityDate[dateList[dateIndex].readDate] && activityDate[dateList[dateIndex].readDate].labelIds.includes(item.labelId))"
class=
"pre-icon"
>
<view
v-if=
"item.openPack==1 || (activityDate[dateList[dateIndex].readDate] && activityDate[dateList[dateIndex].readDate].labelIds.includes(item.labelId))"
class=
"pre-icon"
>
<image
:src=
"assetsPath+'/pre_icon.png'"
mode=
"widthFix"
></image>
<image
:src=
"a
ctivityDate[dateList[dateIndex].readDate] && activityDate[dateList[dateIndex].readDate].labelIds.includes(item.labelId)? assetsPath+'/pre_icon_2.png': a
ssetsPath+'/pre_icon.png'"
mode=
"widthFix"
></image>
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -435,7 +435,8 @@
...
@@ -435,7 +435,8 @@
hostUrl
:
config
.
hostUrl
,
hostUrl
:
config
.
hostUrl
,
assetsPath
:
config
.
assetsPath
,
assetsPath
:
config
.
assetsPath
,
roomInfo
:
{
roomInfo
:
{
images
:
[]
images
:
[],
status
:
0
},
},
startTime
:
moment
().
format
(
"HH:mm"
),
startTime
:
moment
().
format
(
"HH:mm"
),
endTime
:
''
,
endTime
:
''
,
...
...
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