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
前端-胡立永
10 months ago
parent
c20268d03d
commit
ccdb689cab
2 changed files
with
38 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+38
-2
pages/publish/actorDetail.vue
+0
-1
pages/publish/publishPost.vue
+ 38
- 2
pages/publish/actorDetail.vue
View File
@ -16,6 +16,17 @@
<
view
class
=
"title"
>
{
{
item
.
name
}
}
<
/
view
>
<
view
class
=
"price"
>
¥
{
{
item
.
money
}
}
<
/
view
>
<
view
class
=
"right"
>
<
view
class
=
"money30"
>
近30天收益
<
/
view
>
<
view
class
=
"phone"
>
联系方式
<
text
>
付费查看
<
/
text
>
<
/
view
>
<
/
view
>
<
/
view
>
<
view
class
=
"createBy"
>
@ -95,7 +106,8 @@
}
,
getList
(
)
{
this
.
$api
(
'indexGetGetWorkPage'
,
{
token
:
uni
.
getStorageSync
(
'token'
)
token
:
uni
.
getStorageSync
(
'token'
)
,
...
this
.
queryParams
}
,
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
list
=
res
.
result
.
records
@ -111,7 +123,31 @@
.
postDetail
{
.
box
{
padding
:
20
rpx
;
.
topInfo
{
position
:
relative
;
.
price
{
font
-
size
:
34
rpx
;
font
-
weight
:
900
;
margin
:
10
rpx
0
;
}
.
right
{
position
:
absolute
;
right
:
20
rpx
;
top
:
0
rpx
;
line
-
height
:
50
rpx
;
text
-
align
:
right
;
.
money30
{
font
-
size
:
26
rpx
;
color
:
#
D43030
;
}
.
phone
{
text
{
color
:
#
3
A6BF1
;
margin
-
left
:
10
rpx
;
}
}
}
}
.
title
{
font
-
size
:
30
rpx
;
font
-
weight
:
600
;
+ 0
- 1
pages/publish/publishPost.vue
View File
@ -157,7 +157,6 @@
}
)
}
,
submit
(
)
{
console
.
log
(
1
)
;
this
.
$refs
.
confirmationPopup
.
open
(
)
}
,
preview
(
)
{
}
,
Write
Preview
Loading…
Cancel
Save