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
Labels
Milestones
New Pull Request
#8
fox
Merged
Fox
merged 2 commits from
fox
into
master
5 days ago
Conversation
0
Commits
2
Files Changed
7
7 changed files
with
25 additions
and
29 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/index/center.vue
+1
-1
pages_order/mine/team.vue
+3
-3
pages_order/record/articleSharing.vue
+1
-1
pages_order/record/groupSharing.vue
+1
-5
pages_order/record/personalSharing.vue
+1
-1
pages_order/sharing/article.vue
+1
-1
pages_order/sharing/video.vue
+ 1
- 1
pages/index/center.vue
View File
@ -39,7 +39,7 @@
<
view
class
=
"activate-tips"
style
=
"padding-left: 27rpx;"
>
<
view
>
代理商权益
<
/
view
>
<
view
>
将于
<
text
class
=
"activate-highlight"
>
{
{
userInfo
.
endTime
||
'-'
}
}
<
/
text
>
到期
将于
<
text
class
=
"activate-highlight"
>
{
{
userInfo
.
endTime
?
$dayjs
(
userInfo
.
endTime
)
.
format
(
'YYYY年M月D日'
)
:
'-'
}
}
<
/
text
>
到期
<
/
view
>
<
/
view
>
<
view
class
=
"btn-activate"
@click
="onActivate"
>
+ 1
- 1
pages_order/mine/team.vue
View File
@ -84,7 +84,7 @@
<
/
view
>
<
view
class
=
"flex flex-column right"
>
<
view
>
{
{
$dayjs
(
item
.
createTime
)
.
format
(
'HH:mm:ss'
)
}
}
<
/
view
>
<
view
>
{
{
$dayjs
(
item
.
create
Dat
e
)
.
format
(
'YYYY-MM-DD'
)
}
}
<
/
view
>
<
view
>
{
{
$dayjs
(
item
.
create
Tim
e
)
.
format
(
'YYYY-MM-DD'
)
}
}
<
/
view
>
<
/
view
>
<
/
view
>
<
/
view
>
+ 3
- 3
pages_order/record/articleSharing.vue
View File
@ -150,7 +150,7 @@
computed
:
{
...
mapState
(
[
'userInfo'
]
)
,
userId
(
)
{
return
this
.
form
.
userId
||
this
.
userInfo
?
.
intentionCode
return
this
.
userInfo
?
.
intentionCode
}
,
}
,
onLoad
(
option
)
{
@ -178,7 +178,8 @@
imageUrl
:
headImage
,
path
:
`
/pages_order/sharing/article?id=
${
this
.
id
}
&state=3&shareId=
${
this
.
userInfo
.
id
}
`
}
/
/
调
用
增
加
分
享
次
数
的
方
法
/
/
调
用
增
加
分
享
次
数
的
方
法
const
params
=
{
id
:
this
.
id
,
state
:
"3"
,
@ -333,7 +334,6 @@
}
=
this
.
form
const
params
=
{
id
:
this
.
id
,
userId
:
this
.
userId
,
headImage
,
headTitle
,
+ 1
- 1
pages_order/record/groupSharing.vue
View File
@ -208,7 +208,7 @@
computed
:
{
...
mapState
(
[
'configList'
,
'userInfo'
]
)
,
userId
(
)
{
return
this
.
form
.
userId
||
this
.
userInfo
?
.
intentionCode
return
this
.
userInfo
?
.
intentionCode
}
,
}
,
onLoad
(
option
)
{
+ 1
- 5
pages_order/record/personalSharing.vue
View File
@ -195,12 +195,8 @@
computed
:
{
...
mapState
(
[
'userInfo'
]
)
,
userId
(
)
{
return
this
.
form
.
userId
||
this
.
userInfo
?
.
intentionCode
return
this
.
userInfo
?
.
intentionCode
}
,
disabled
(
)
{
/
/
t
o
d
o
return
!
[
0
,
1
]
.
includes
(
this
.
status
)
}
}
,
onLoad
(
option
)
{
const
{
id
}
=
option
+ 1
- 1
pages_order/sharing/article.vue
View File
@ -102,8 +102,8 @@
state
:
"3"
,
}
this
.
$fetch
(
'addLogShareInfo'
,
params
)
this
.
refreshLockStatus
(
)
this
.
closePopup
(
)
return
o
}
,
+ 1
- 1
pages_order/sharing/video.vue
View File
@ -103,7 +103,7 @@
query
:
`
id=
${
this
.
id
}
&state=1&shareId=
${
this
.
userInfo
.
id
}
`
,
}
/
/
调
用
增
加
分
享
次
数
的
方
法
/
/
调
用
增
加
分
享
次
数
的
方
法
const
params
=
{
id
:
this
.
id
,
state
:
"1"
,
Write
Preview
Loading…
Cancel
Save