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
9deffacc
Commit
9deffacc
authored
Aug 01, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代言人修改
parent
22810e6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
index.vue
pages/spokesman/index.vue
+8
-10
No files found.
pages/spokesman/index.vue
View file @
9deffacc
...
@@ -4,17 +4,15 @@
...
@@ -4,17 +4,15 @@
<view
v-for=
"(item,index) in hotList"
:key=
"index"
class=
"indexcard"
>
<view
v-for=
"(item,index) in hotList"
:key=
"index"
class=
"indexcard"
>
<view
class=
"cardtitle"
>
<view
class=
"cardtitle"
>
<u-row
gutter=
"16"
class=
"expressRow"
>
<view
class=
"viewRow"
>
姓名:
{{
item
.
name
||
'-'
}}
</view>
<u-col
:span=
"6"
><view
class=
"viewRow"
>
姓名:
{{
item
.
name
}}
</view></u-col>
<view
class=
"viewRow"
>
账号:
{{
item
.
username
||
'-'
}}
</view>
<u-col
:span=
"6"
><view
class=
"viewRow"
>
账号:
{{
item
.
username
}}
</view></u-col>
<u-row
gutter=
"8"
class=
"expressRow"
>
<u-col
:span=
"6"
><view
class=
"viewRow"
>
文章推广量:
{{
item
.
clickThroughRate
||
'-'
}}
</view></u-col>
<u-col
:span=
"6"
><view
class=
"viewRow"
>
视频推广量:
{{
item
.
clickThroughRateVideo
||
'-'
}}
</view></u-col>
</u-row>
</u-row>
<u-row
gutter=
"16"
class=
"expressRow"
>
<u-row
gutter=
"8"
class=
"expressRow"
>
<u-col
:span=
"6"
><view
class=
"viewRow"
>
文章推广量:
{{
item
.
clickThroughRate
}}
</view></u-col>
<u-col
:span=
"6"
><view
class=
"viewRow"
>
文章推广次数:
{{
item
.
clickThroughRateArticle
||
'-'
}}
</view></u-col>
<u-col
:span=
"6"
><view
class=
"viewRow"
>
视频推广量:
{{
item
.
clickThroughRateVideo
}}
</view></u-col>
<u-col
:span=
"6"
><view
class=
"viewRow"
>
视频推广次数:
{{
item
.
clickThroughRateVideoArticle
||
'-'
}}
</view></u-col>
</u-row>
<u-row
gutter=
"16"
class=
"expressRow"
>
<u-col
:span=
"6"
><view
class=
"viewRow"
>
文章推广次数:
{{
item
.
clickThroughRateArticle
}}
</view></u-col>
<u-col
:span=
"6"
><view
class=
"viewRow"
>
视频推广次数:
{{
item
.
clickThroughRateVideoArticle
}}
</view></u-col>
</u-row>
</u-row>
<!--
<view
class=
"cardtitle2"
>
{{
item
.
details
.
replace
(
/<
[^
>
]
*>/g
,
''
)
}}
</view>
-->
<!--
<view
class=
"cardtitle2"
>
{{
item
.
details
.
replace
(
/<
[^
>
]
*>/g
,
''
)
}}
</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