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
ca9874c96a
commit
8e3b30a253
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
pages/publish/actorDetail.vue
+1
-1
store/store.js
+ 3
- 1
pages/publish/actorDetail.vue
View File
@ -50,12 +50,14 @@
<
/
view
>
<
view
class
=
"createBy"
>
<
view
clas
s
=
""
>
<
view
s
tyle
=
"color: #00f
;"
>
{
{
item
.
details
.
isUser
?
'本人发布'
:
'经纪人发布'
}
}
<
/
view
>
<
view
class
=
""
>
发布人
:
{
{
item
.
details
.
userId
}
}
<
/
view
>
<
/
view
>
<
view
class
=
"createBy"
>
<
view
class
=
""
>
发布时间
:
{
{
$dayjs
(
item
.
details
.
createTime
)
.
format
(
'YYYY-MM-DD'
)
}
}
<
/
view
>
+ 1
- 1
store/store.js
View File
@ -8,7 +8,7 @@ import api from '@/api/api.js'
//Vuex.Store 构造器选项
const
store
=
new
Vuex
.
Store
(
{
state
:
{
configList
:
[
]
,
//配置列表
configList
:
{
}
,
//配置列表
count
:
10
,
userInfo
:
{
}
,
certifiedIndividual
:
{
Write
Preview
Loading…
Cancel
Save