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^2
Fox-33
1 week ago
parent
0a078320ae
commit
66818dbcd7
1 changed files
with
6 additions
and
10 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-10
pages_order/record/personalSharing.vue
+ 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
Write
Preview
Loading…
Cancel
Save