Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
7 years ago
Commit
80fc3577287eeb97c5146d61e010d9600a8fc10c
1 parent
4a34316e
sendapplog if
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/store/yoho/index.js
src/store/yoho/index.js
View file @
80fc357
...
...
@@ -62,7 +62,7 @@ export function createYoho() {
},
actions
:
{
[
REPORT_YAS
](
action
,
{
params
:
{
appop
,
param
},
asyncindx
=
false
})
{
if
(
window
.
_yas
)
{
if
(
window
.
_yas
&&
window
.
_yas
.
sendAppLogs
)
{
window
.
_yas
.
sendAppLogs
({
appop
,
param
:
JSON
.
stringify
(
param
)
...
...
Please
register
or
login
to post a comment