This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
fission-star-applet-250304
generated from
hly/uniapp-shop-templates
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
修复
master
主管理员
1 week ago
parent
3b9a01f633
commit
42f0e5b98d
2 changed files
with
7 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
pages_order/record/articleSharing.vue
+1
-1
pages_order/record/videoSharing.vue
+ 6
- 1
pages_order/record/articleSharing.vue
View File
@ -178,7 +178,12 @@
imageUrl
:
headImage
,
path
:
`
/pages_order/sharing/article?id=
${
this
.
id
}
&state=3&shareId=
${
this
.
userInfo
.
id
}
`
}
/
/
调
用
增
加
分
享
次
数
的
方
法
const
params
=
{
id
:
this
.
id
,
state
:
"4"
,
}
this
.
$fetch
(
'addLogShareInfo'
,
params
)
/
/
t
o
d
o
:
g
e
t
t
i
m
e
s
a
n
d
c
h
e
c
k
i
s
u
n
l
o
c
k
e
d
this
.
isLocked
=
false
+ 1
- 1
pages_order/record/videoSharing.vue
View File
@ -231,7 +231,7 @@
/
/
调
用
增
加
分
享
次
数
的
方
法
const
params
=
{
id
:
this
.
id
,
state
:
"
0
"
,
state
:
"
2
"
,
}
this
.
$fetch
(
'addLogShareInfo'
,
params
)
/
/
t
o
d
o
:
g
e
t
t
i
m
e
s
a
n
d
c
h
e
c
k
i
s
u
n
l
o
c
k
e
d
Write
Preview
Loading…
Cancel
Save