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
Merge branch 'master' of
http://175.178.51.79:3000/hly/fission-star-applet-250304
into fox
pull/5/head
Fox-33
1 week ago
parent
30fa7ac1ef
1bed805bd3
commit
5a32d504c9
2 changed files
with
13 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
pages_order/record/articleSharing.vue
+7
-6
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
+ 7
- 6
pages_order/record/videoSharing.vue
View File
@ -228,12 +228,13 @@
path
:
`
/pages_order/sharing/video?id=
${
this
.
id
}
&state=1&shareId=
${
this
.
userInfo
.
id
}
`
}
/
/
调
用
增
加
分
享
次
数
的
方
法
const
params
=
{
id
:
this
.
id
,
state
:
"0"
,
}
this
.
$fetch
(
'addLogShareInfo'
,
params
)
/
/
调
用
增
加
分
享
次
数
的
方
法
const
params
=
{
id
:
this
.
id
,
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
this
.
isLocked
=
false
Write
Preview
Loading…
Cancel
Save