Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taobaominiDemo
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wildfirecode13
taobaominiDemo
Commits
cdfa6c5c
Commit
cdfa6c5c
authored
Jul 01, 2020
by
lujinlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-a
parent
154e5529
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
app.js
client/app.js
+2
-2
output.js
client/pages/index/output.js
+4
-2
No files found.
client/app.js
View file @
cdfa6c5c
import
cloud
from
'@tbmp/mp-cloud-sdk'
;
cloud
.
init
({
env
:
'
test
'
//'online' test
env
:
'
online
'
//'online' test
});
App
({
cloud
,
...
...
@@ -15,7 +15,7 @@ App({
console
.
info
(
'App onLaunch'
);
const
{
activityId
}
=
options
.
query
||
{};
console
.
log
(
activityId
)
this
.
activityId
=
activityId
||
'5efc
14a98e6a08930b59105d
'
;
this
.
activityId
=
activityId
||
'5efc
831552bbde91d19e2cac
'
;
// this.activityId = activityId || '5ef880873075d9927e7f10b4';
// this.activityId = activityId || '5ef1b4f72ad1116ce639e23e';
},
...
...
client/pages/index/output.js
View file @
cdfa6c5c
...
...
@@ -4456,7 +4456,7 @@ exports.ResJson = {
}
}
],
"path"
:
"https://yun.duiba.com.cn/db_games/activity/kickball-feile/1593607
152
/resource/"
"path"
:
"https://yun.duiba.com.cn/db_games/activity/kickball-feile/1593607
299
/resource/"
};
...
...
@@ -10726,7 +10726,9 @@ var AssistScene = (function (_super) {
var
_a
,
success
,
code
,
isVip
;
return
__generator
(
this
,
function
(
_b
)
{
switch
(
_b
.
label
)
{
case
0
:
return
[
4
,
getVipInfo_1
.
default
()];
case
0
:
Main_1
.
GDispatcher
.
dispatchEvent
(
'onShow'
);
return
[
4
,
getVipInfo_1
.
default
()];
case
1
:
_a
=
_b
.
sent
(),
success
=
_a
.
success
,
code
=
_a
.
code
,
isVip
=
_a
.
data
.
isVip
;
if
(
isVip
)
{
...
...
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