Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
intel_promotion_uniapp
Project
Project
Details
Activity
Releases
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
刘怀志
intel_promotion_uniapp
Commits
70fc8190
Commit
70fc8190
authored
Jan 21, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改页面样式
parent
8d82aa90
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
index.vue
pages/myArticle/index.vue
+1
-1
index.vue
pages/shop/index.vue
+2
-1
No files found.
pages/myArticle/index.vue
View file @
70fc8190
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<image
class=
"cardimage"
:src=
"item.path"
@
click=
"toDetail(item.businessId)"
></image>
<image
class=
"cardimage"
:src=
"item.path"
@
click=
"toDetail(item.businessId)"
></image>
<view
class=
"cardtitle"
@
click=
"toDetail(item.businessId)"
>
<view
class=
"cardtitle"
@
click=
"toDetail(item.businessId)"
>
<view
class=
"cardtitle1"
>
{{
item
.
title
}}
</view>
<view
class=
"cardtitle1"
>
{{
item
.
title
}}
</view>
<view
class=
"cardtitle2"
>
{{
item
.
details
.
replace
(
/<
[^
>
]
*>/g
,
''
)
}}
</view>
<view
class=
"cardtitle2"
>
{{
item
.
title
}}
</view>
<view
style=
"color: rgb(191, 191, 191);font-size: 13px;"
>
推广量:
{{
item
.
readNum
||
'-'
}}
</view>
<view
style=
"color: rgb(191, 191, 191);font-size: 13px;"
>
推广量:
{{
item
.
readNum
||
'-'
}}
</view>
</view>
</view>
</view>
</view>
...
...
pages/shop/index.vue
View file @
70fc8190
...
@@ -30,7 +30,8 @@
...
@@ -30,7 +30,8 @@
<image
:src=
"item.path"
class=
"cardimage"
@
click=
"toDetail(item.businessId)"
></image>
<image
:src=
"item.path"
class=
"cardimage"
@
click=
"toDetail(item.businessId)"
></image>
<view
class=
"cardtitle"
@
click=
"toDetail(item.businessId)"
>
<view
class=
"cardtitle"
@
click=
"toDetail(item.businessId)"
>
<view
class=
"cardtitle1"
>
{{
item
.
title
}}
</view>
<view
class=
"cardtitle1"
>
{{
item
.
title
}}
</view>
<view
class=
"cardtitle2"
>
{{
item
.
details
.
replace
(
/<
[^
>
]
*>/g
,
''
)
}}
</view>
<!--
<view
class=
"cardtitle2"
>
{{
item
.
details
.
replace
(
/<
[^
>
]
*>/g
,
''
)
}}
</view>
-->
<view
class=
"cardtitle2"
>
{{
item
.
title
}}
</view>
<view
style=
"color: rgb(191, 191, 191);font-size: 13px;"
>
推广量:
{{
formatReadNum
(
item
)
}}
</view>
<view
style=
"color: rgb(191, 191, 191);font-size: 13px;"
>
推广量:
{{
formatReadNum
(
item
)
}}
</view>
</view>
</view>
</view>
</view>
...
...
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