Commit f7d1e176 authored by wildfirecode's avatar wildfirecode

1

parent 3e841c8d
No preview for this file type
......@@ -61,7 +61,8 @@ export default class SceneStart extends ScillaComponent implements INavigatorVie
dojoinFunc(token?) {
this.broadcast('callApi', 1, 'doJoin', {
activityId: 1
activityId: window['CFG'].activityId,
weddingId: window['CFG'].weddingId,
});
}
......
No preview for this file type
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>水井坊</title>
<meta name="viewport"
content="width=device-width,initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="full-screen" content="true" />
<meta name="screen-orientation" content="portrait" />
<meta name="x5-fullscreen" content="true" />
<meta name="360-fullscreen" content="true" />
</head>
<body duiba-page-id="4">
<div id="loading"> <img src="//yun.duiba.com.cn/db_games/loading.gif" /> </div>
<div id="gameContainer" style="width: 100%;height: 100%;overflow: hidden;"></div>
<script src="//yun.duiba.com.cn/db_games/zepto.min.js"></script>
<script src="//yun.duiba.com.cn/db_games/security.js"></script>
<script src="//yun.duiba.com.cn/db_games/1561518207/bundle.js"></script>
<script>
setTimeout(function () {
var loadingEl = document.getElementById('loading');
function onProcess(p) {
if (p >= 1) {
loadingEl.style.display = 'none';
}
}
var options = {
resPath: "//yun.duiba.com.cn/db_games/1561518207/"
};//window['inputOptions'] ||
window['shuijf'].startup(document.getElementById('gameContainer'), options, onProcess);
}, 100);
</script>
<style>
html,
body,
p {
padding: 0;
margin: 0;
border: 0;
}
html,
body {
height: 100%;
background-color: #282C34;
}
#loading {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: flex;
display: -webkit-flex;
justify-content: center;
-webkit-justify-content: center;
align-items: center;
-webkit-align-items: center;
}
#floatLayer::-webkit-scrollbar {
display: none
}
</style>
<script type="text/javascript">
var CFG = {
'startTime': 'Wed Jun 26 17:30:00 CST 2019',
'endTime': 'Wed Jun 26 21:00:00 CST 2019',
'weddingId': 1,
'freeLimit': 4,
'weixinUid': 'weiXinUid',
'activityId': '2',
'nickname': 'nickName',
'activity': {
"activityType": 3, "brickId": 4, "drawStatus": 0, "id": 2, "joinLimit": 5,
"prizeList":
[
{ "activityId": 2, "backWinProbability": "50", "frontWinProbability": "10", "id": 3, "midWinProbability": "30", "prizeCount": 5, "prizeImage": "", "prizeName": "惊喜娃娃机奖品1", "prizeType": 1, "weddingId": 1 },
{ "activityId": 2, "backWinProbability": "50", "frontWinProbability": "10", "id": 4, "midWinProbability": "30", "prizeCount": 5, "prizeImage": "", "prizeName": "惊喜娃娃机奖品2", "prizeType": 2, "weddingId": 1 }], "takePrizeLimit": 4, "weddingId": 1
}
};
CFG._rule = 'starttttttt<br>第1行第1行第1行第1行第1行第1行第1行第1行第1行第1行第1行第1行第1行第1行<br>第2行<br>第3行<br>第4行<br>第5行<br>第6行<br>第7行<br>第1行<br>第2行<br>第3行<br>第4行<br>第5行<br>第6行<br>第7行endddddd';
</script>
</body>
</html>
\ No newline at end of file
......@@ -63,7 +63,7 @@
'freeLimit': 0,
'weixinUid': 00000,
'nickname': 'honingwon',
'activity': {id:1}
'activity': { id: 1 }
};
CFG._rule = 'starttttttt<br>第1行第1行第1行第1行第1行第1行第1行第1行第1行第1行第1行第1行第1行第1行<br>第2行<br>第3行<br>第4行<br>第5行<br>第6行<br>第7行<br>第1行<br>第2行<br>第3行<br>第4行<br>第5行<br>第6行<br>第7行endddddd';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment