Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
viitto
mallapp
Commits
7385f3c3
Commit
7385f3c3
authored
Sep 03, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0b37eaff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
billboarddetails.vue
pages/kotra/billboard/billboarddetails.vue
+3
-3
mybillbordList.vue
pages/kotra/billboard/mybillbordList.vue
+5
-5
No files found.
pages/kotra/billboard/billboarddetails.vue
View file @
7385f3c3
...
...
@@ -232,8 +232,8 @@
<view
class=
"box_c_b_item_r"
>
{{
detailsData
.
PrizeNum
}}
个
</view>
</view>
<view
class=
"details"
style=
"margin-top: 15px;color: #FFF;"
>
<
rich-text
:nodes=
"detailsData.Content"
></rich-text
>
<view
class=
"details"
style=
"margin-top: 15px;color: #FFF;"
v-html=
'detailsData.Content'
>
<
!--
<rich-text
:nodes=
"detailsData.Content"
></rich-text>
--
>
</view>
</view>
</view>
...
...
@@ -270,7 +270,7 @@
</view>
</view>
</view>
<view
v-if=
"detailsData && detailsData.ListState==1
&&type==2
&& detailsData.EnrollList.length>0"
>
<view
v-if=
"detailsData && detailsData.ListState==1 && detailsData.EnrollList.length>0"
>
<view
class=
"box_conent_basic"
v-for=
"(x,y) in detailsData.EnrollList"
>
<view
class=
"box_conent_basic_img"
>
<view
class=
"box_conent_basic_img_t"
>
参数内容
</view>
...
...
pages/kotra/billboard/mybillbordList.vue
View file @
7385f3c3
...
...
@@ -180,13 +180,13 @@
that
.
mainColor
=
that
.
$uiConfig
.
mainColor
;
var
myDate
=
new
Date
();
that
.
msg
.
Year
=
myDate
.
getFullYear
();
th
is
.
u
=
uni
.
getStorageSync
(
"mall_UserInfo"
);
if
(
!
th
is
.
u
)
{
th
is
.
u
=
{
th
at
.
u
=
uni
.
getStorageSync
(
"mall_UserInfo"
);
if
(
!
th
at
.
u
)
{
th
at
.
u
=
{
nickName
:
"未登录"
,
avatarUrl
:
""
,
};
th
is
.
showAuth
=
true
;
th
at
.
showAuth
=
true
;
}
else
{
that
.
getList
()
}
...
...
@@ -195,7 +195,7 @@
methods
:{
reloadUserinfo
()
{
this
.
u
=
uni
.
getStorageSync
(
"mall_UserInfo"
);
th
at
.
getList
()
th
is
.
getList
()
},
//关闭登录窗口
gbAuth
()
{
...
...
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