Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
0cb78db4
Commit
0cb78db4
authored
Mar 21, 2020
by
李嘉林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订阅成功提示
parent
e9ecca37
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
src/components/livedModel/notStarted.vue
+10
-6
No files found.
src/components/livedModel/notStarted.vue
View file @
0cb78db4
...
...
@@ -35,7 +35,7 @@ export default {
methods
:
{
// 开播提醒
remind
()
{
let
_this
=
this
;
let
_this
=
this
;
console
.
log
(
"点击开播,'------------34"
);
try
{
const
subscribeMessageObj
=
this
.
$store
.
state
.
subscribeMessageObj
;
...
...
@@ -55,11 +55,15 @@ export default {
wx
.
requestSubscribeMessage
({
tmplIds
:
tmplIds
,
success
(
res
)
{
let
query
=
{
liveBroadcastId
:
Number
(
_this
.
liveId
),
openId
:
wx
.
getStorageSync
(
"openid"
),
}
live
.
addLiveNoticeByCustomer
(
query
).
then
(
res
=>
{});
wx
.
showToast
({
title
:
"您已成功订阅~"
,
icon
:
"success"
});
let
query
=
{
liveBroadcastId
:
Number
(
_this
.
liveId
),
openId
:
wx
.
getStorageSync
(
"openid"
)
};
live
.
addLiveNoticeByCustomer
(
query
).
then
(
res
=>
{});
console
.
log
(
"message success response: "
,
res
);
},
fail
(
res
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment