This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
pay-video-applet-uniapp-24-8-22
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
上传代码
master
前端-胡立永
8 months ago
parent
f72c174533
commit
908ae414c2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/publish/actorDetail.vue
+ 1
- 1
pages/publish/actorDetail.vue
View File
@ -51,7 +51,7 @@
<
view
class
=
"createBy"
>
<
view
style
=
"color: #00f;"
>
{
{
item
.
details
.
isUser
?
'本人发布'
:
'经纪人发布'
}
}
{
{
item
.
details
.
isUser
==
'Y'
?
'本人发布'
:
'经纪人发布'
}
}
<
/
view
>
<
view
class
=
""
>
发布人
:
{
{
item
.
details
.
userId
}
}
Write
Preview
Loading…
Cancel
Save