Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
h5_baking
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huahua
h5_baking
Commits
521633c7
Commit
521633c7
authored
Apr 30, 2025
by
huahua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
6af01523
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
App.vue
+2
-0
pages/mall/head/head.vue
+1
-2
No files found.
App.vue
View file @
521633c7
...
@@ -162,6 +162,8 @@
...
@@ -162,6 +162,8 @@
},
},
complete
(
res
)
{
complete
(
res
)
{
textlist
.
long
=
true
textlist
.
long
=
true
textlist
.
remark
=
textlist
.
remark
textlist
.
textlong
=
true
that
.
globalData
.
typefacedata
.
forEach
(
item
=>
{
that
.
globalData
.
typefacedata
.
forEach
(
item
=>
{
if
(
item
.
long
==
true
)
{
if
(
item
.
long
==
true
)
{
that
.
globalData
.
num
++
that
.
globalData
.
num
++
...
...
pages/mall/head/head.vue
View file @
521633c7
...
@@ -10,11 +10,9 @@
...
@@ -10,11 +10,9 @@
<image
v-if=
"worksid == 0"
src=
"../../../static/recommend/icon_back.png"
mode=
"aspectFit"
<image
v-if=
"worksid == 0"
src=
"../../../static/recommend/icon_back.png"
mode=
"aspectFit"
style=
"width: 23upx; height: 39upx; margin-top: calc((32px - 39upx)/2);margin-left: auto; margin-right: auto;"
>
style=
"width: 23upx; height: 39upx; margin-top: calc((32px - 39upx)/2);margin-left: auto; margin-right: auto;"
>
</image>
</image>
<image
v-if=
"worksid == 4"
src=
"../../../static/image/icon_new_back_image.png"
mode=
"aspectFit"
<image
v-if=
"worksid == 4"
src=
"../../../static/image/icon_new_back_image.png"
mode=
"aspectFit"
style=
"width: 40upx; height: 40upx; margin-top: calc((32px - 39upx)/2);margin-left: auto; margin-right: auto;"
>
style=
"width: 40upx; height: 40upx; margin-top: calc((32px - 39upx)/2);margin-left: auto; margin-right: auto;"
>
</image>
</image>
</view>
</view>
<view
class=
"title"
v-if=
"titleShow && worksid == 4"
<view
class=
"title"
v-if=
"titleShow && worksid == 4"
...
@@ -27,6 +25,7 @@
...
@@ -27,6 +25,7 @@
:style=
"
{ top: top + 'px', color:color, 'font-size': size + 'rpx', width:$tool.isPc()?$base.isPcWidth + 'px':'100%' }">
:style=
"
{ top: top + 'px', color:color, 'font-size': size + 'rpx', width:$tool.isPc()?$base.isPcWidth + 'px':'100%' }">
{{
title
}}
{{
title
}}
</view>
</view>
</view>
</view>
</view>
</view>
</
template
>
</
template
>
...
...
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