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
ba3edee5
Commit
ba3edee5
authored
Aug 27, 2020
by
熊东起
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化2、
parent
62891254
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
index.js
client/pages/index/index.js
+2
-2
output.js
client/pages/index/output.js
+10
-5
No files found.
client/pages/index/index.js
View file @
ba3edee5
...
...
@@ -2,9 +2,9 @@ import { Main, GDispatcher } from './output';
import
{
getUserAddress
,
favorShop
,
getAuthUserInfo
,
checkShopFavoredStatus
,
getCaixukunName
}
from
'../../utils/utils'
;
const
app
=
getApp
()
const
descString
=
`
玩游戏赢
${
getCaixukunName
()}
同款老爹
鞋`
;
const
descString
=
`
集美!快来助力帮我赢星耀时尚户外
鞋`
;
const
SHARE_CONFIG
=
{
//待写
title
:
'
致锋尚者
'
,
title
:
'
星耀力紧缺!
'
,
desc
:
descString
,
imageUrl
:
"https://yun.duiba.com.cn/db_games/activity/kickball-feile/share.png"
,
path
:
'pages/index/index'
...
...
client/pages/index/output.js
View file @
ba3edee5
...
...
@@ -11398,12 +11398,17 @@ var StartScene = (function (_super) {
sendLog_1
.
default
(
LogType_1
.
default
.
startGameSuccess
);
}
else
{
if
(
code
==
"930004"
)
{
setTimeout
(
function
()
{
console
.
log
(
'会员地址'
,
data
);
TaoBaoNet_1
.
sendTbNet
(
TaoBaoNet_1
.
TbNetName
.
navigateToOutside
,
{
url
:
data
});
},
1000
);
return
[
2
,
ctrls_1
.
showToast
(
"参与入会就可参与活动哦"
)];
}
else
{
return
[
2
,
ctrls_1
.
showToast
(
message
)];
}
}
return
[
2
];
}
});
...
...
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