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
fix: 解决代码冲突;
pull/4/head
Fox-33
1 week ago
parent
0a078320ae
commit
032efabd45
4 changed files
with
19 additions
and
27 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
pages_order/record/articleSharing.vue
+7
-7
pages_order/record/groupSharing.vue
+6
-10
pages_order/record/personalSharing.vue
+6
-7
pages_order/record/videoSharing.vue
+ 0
- 3
pages_order/record/articleSharing.vue
View File
@ -354,9 +354,6 @@
}
}
,
onPublish
(
)
{
/
/
t
o
d
o
}
,
}
}
+ 7
- 7
pages_order/record/groupSharing.vue
View File
@ -237,13 +237,13 @@
imageUrl
:
indexImage
,
path
:
`
/pages_order/sharing/group?id=
${
this
.
id
}
&state=2&shareId=
${
this
.
userInfo
.
id
}
`
}
/
/
调
用
增
加
分
享
次
数
的
方
法
const
params
=
{
id
:
this
.
id
,
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
/
/
调
用
增
加
分
享
次
数
的
方
法
const
params
=
{
id
:
this
.
id
,
state
:
"3"
,
}
this
.
$fetch
(
'addLogShareInfo'
,
params
)
this
.
isLocked
=
false
+ 6
- 10
pages_order/record/personalSharing.vue
View File
@ -220,7 +220,6 @@
const
{
textDetails
,
indexImage
,
textDetails
,
}
=
this
.
form
let
o
=
{
@ -229,15 +228,12 @@
path
:
`
/pages_order/sharing/personal?id=
${
this
.
id
}
&state=0&shareId=
${
this
.
userInfo
.
id
}
`
}
/
/
调
用
增
加
分
享
次
数
的
方
法
const
params
=
{
id
:
this
.
id
,
state
:
"0"
,
}
this
.
$fetch
(
'addLogShareInfo'
,
params
)
/
/
调
用
增
加
分
享
次
数
的
方
法
const
params
=
{
id
:
this
.
id
,
state
:
"0"
,
}
this
.
$fetch
(
'addLogShareInfo'
,
params
)
this
.
isLocked
=
false
+ 6
- 7
pages_order/record/videoSharing.vue
View File
@ -228,13 +228,12 @@
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
)
/
/
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
/
/
调
用
增
加
分
享
次
数
的
方
法
const
params
=
{
id
:
this
.
id
,
state
:
"0"
,
}
this
.
$fetch
(
'addLogShareInfo'
,
params
)
this
.
isLocked
=
false
Write
Preview
Loading…
Cancel
Save