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
111
master
主管理员
1 week ago
parent
1bed805bd3
commit
7b6b8942e6
7 changed files
with
33 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages_order/record/articleSharing.vue
+1
-1
pages_order/record/groupSharing.vue
+1
-1
pages_order/record/videoSharing.vue
+6
-0
pages_order/sharing/article.vue
+10
-0
pages_order/sharing/group.vue
+7
-0
pages_order/sharing/personal.vue
+7
-0
pages_order/sharing/video.vue
+ 1
- 1
pages_order/record/articleSharing.vue
View File
@ -181,7 +181,7 @@
/
/
调
用
增
加
分
享
次
数
的
方
法
const
params
=
{
id
:
this
.
id
,
state
:
"
4
"
,
state
:
"
3
"
,
}
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
+ 1
- 1
pages_order/record/groupSharing.vue
View File
@ -241,7 +241,7 @@
/
/
调
用
增
加
分
享
次
数
的
方
法
const
params
=
{
id
:
this
.
id
,
state
:
"
3
"
,
state
:
"
2
"
,
}
this
.
$fetch
(
'addLogShareInfo'
,
params
)
+ 1
- 1
pages_order/record/videoSharing.vue
View File
@ -231,7 +231,7 @@
/
/
调
用
增
加
分
享
次
数
的
方
法
const
params
=
{
id
:
this
.
id
,
state
:
"
2
"
,
state
:
"
1
"
,
}
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
+ 6
- 0
pages_order/sharing/article.vue
View File
@ -96,6 +96,12 @@
query
:
`
id=
${
this
.
id
}
&state=3&shareId=
${
this
.
userInfo
.
id
}
`
,
}
/
/
调
用
增
加
分
享
次
数
的
方
法
const
params
=
{
id
:
this
.
id
,
state
:
"3"
,
}
this
.
$fetch
(
'addLogShareInfo'
,
params
)
this
.
refreshLockStatus
(
)
this
.
closePopup
(
)
+ 10
- 0
pages_order/sharing/group.vue
View File
@ -88,6 +88,16 @@
imageUrl
:
indexImage
,
query
:
`
id=
${
this
.
id
}
&state=2&shareId=
${
this
.
userInfo
.
id
}
`
,
}
/
/
调
用
增
加
分
享
次
数
的
方
法
const
params
=
{
id
:
this
.
id
,
state
:
"2"
,
}
this
.
$fetch
(
'addLogShareInfo'
,
params
)
this
.
refreshLockStatus
(
)
+ 7
- 0
pages_order/sharing/personal.vue
View File
@ -88,6 +88,13 @@
query
:
`
id=
${
this
.
id
}
&state=0&shareId=
${
this
.
userInfo
.
id
}
`
,
}
/
/
调
用
增
加
分
享
次
数
的
方
法
const
params
=
{
id
:
this
.
id
,
state
:
"0"
,
}
this
.
$fetch
(
'addLogShareInfo'
,
params
)
this
.
refreshLockStatus
(
)
return
o
+ 7
- 0
pages_order/sharing/video.vue
View File
@ -101,6 +101,13 @@
imageUrl
:
indexImage
,
query
:
`
id=
${
this
.
id
}
&state=1&shareId=
${
this
.
userInfo
.
id
}
`
,
}
/
/
调
用
增
加
分
享
次
数
的
方
法
const
params
=
{
id
:
this
.
id
,
state
:
"1"
,
}
this
.
$fetch
(
'addLogShareInfo'
,
params
)
this
.
refreshLockStatus
(
)
Write
Preview
Loading…
Cancel
Save