Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-limited-sell-miniapp
·
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
肖亚东
6 years ago
Commit
4868aa998557450f7c4730f355c997253c917c19
1 parent
4997e045
场景值修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/pages/product/detail/detail.js
app/pages/product/detail/detail.js
View file @
4868aa9
...
...
@@ -141,7 +141,7 @@ Page(Object.assign({
let
originUid
=
parseInt
(
query
.
originUid
?
query
.
originUid
:
'0'
,
10
);
let
originUnionID
=
query
.
originUnionID
?
query
.
originUnionID
:
''
;
let
currentScene
=
app
.
globalData
.
currentScene
;
let
isGoApp
=
(
currentScene
==
1036
||
currentScene
==
1011
)
?
true
:
false
;
let
isGoApp
=
(
currentScene
==
1036
||
currentScene
==
10
69
||
currentScene
==
10
11
)
?
true
:
false
;
let
uid
=
app
.
getUid
();
let
scene
=
''
;
...
...
Please
register
or
login
to post a comment