Commit 5de3c0f5 authored by wildfirecode13's avatar wildfirecode13

111

parent 57504044
{ {
"code": "600005", "code": "600005",
"data": { "data": {
"extra": "ob1111ject", "extra": "object",
"options": [ "options": [
{ {
"extra": "increase-credits", "extra": "increase-credits",
......
{ {
"code": null, "code": null,
"data": { "data": {
"needPop":1, "needPop":0,
"activityOver": false, "activityOver": false,
"surplusCount": 1, "surplusCount": 1,
"credits": 0, "credits": 111110,
"needCredits": 1, "needCredits": 1,
"type": 1, "type": 1,
"options": [{ "options": [{
......
{"code":null,"data":0,"message":null,"success":true} {"code":null,"data":1,"message":null,"success":true}
\ No newline at end of file \ No newline at end of file
...@@ -24,8 +24,8 @@ class TuiaAutoUpload { ...@@ -24,8 +24,8 @@ class TuiaAutoUpload {
var _this = this; var _this = this;
this.client = new OSS({ this.client = new OSS({
region: 'oss-cn-hangzhou', region: 'oss-cn-hangzhou',
accessKeyId: 'LTAI4Fw25WcfcGv7FvcHoiHK', accessKeyId: 'LTAI5tLEo6SbjfmNPmH7Mz3o',
accessKeySecret: 'NZk1NtT9J5HFaAolNbtQdzTzLLvLYm', accessKeySecret: '8yZ6nVMg56DEupEEMRl6rz1DcpG2R7',
bucket: _this.type === 'prod' ? 'duiba' : 'daily-duiba' bucket: _this.type === 'prod' ? 'duiba' : 'daily-duiba'
}); });
this.bar = new ProgressBar(chalk.yellow(` 文件上传中 [:bar] :current/${this.files().length} :percent :elapseds`), { this.bar = new ProgressBar(chalk.yellow(` 文件上传中 [:bar] :current/${this.files().length} :percent :elapseds`), {
......
...@@ -40,8 +40,8 @@ function uploadSingleJs(url) { ...@@ -40,8 +40,8 @@ function uploadSingleJs(url) {
var client = new OSS({ var client = new OSS({
region: 'oss-cn-hangzhou', region: 'oss-cn-hangzhou',
accessKeyId: 'LTAI4Fw25WcfcGv7FvcHoiHK', accessKeyId: 'LTAI5tLEo6SbjfmNPmH7Mz3o',
accessKeySecret: 'NZk1NtT9J5HFaAolNbtQdzTzLLvLYm', accessKeySecret: '8yZ6nVMg56DEupEEMRl6rz1DcpG2R7',
bucket: 'duiba' bucket: 'duiba'
}) })
var originFile; var originFile;
......
...@@ -831,5 +831,5 @@ export const ResJson = { ...@@ -831,5 +831,5 @@ export const ResJson = {
} }
} }
], ],
"path": "https://yun.duiba.com.cn/db_games/activity/template/1631957256/resource/" "path": "https://yun.duiba.com.cn/db_games/activity/template/1631958815/resource/"
} }
\ No newline at end of file
...@@ -888,7 +888,7 @@ export const SkinJson = { ...@@ -888,7 +888,7 @@ export const SkinJson = {
"y": 565, "y": 565,
"type": "text", "type": "text",
"props": { "props": {
"text": "请在中奖后24小时内领取~", "text": "请在中奖后24小时内领取并填写地址提交~",
"size": 22, "size": 22,
"fillColor": "#000000", "fillColor": "#000000",
"textAlpha": 1 "textAlpha": 1
......
...@@ -127,7 +127,7 @@ export class IndexScene extends Scene { ...@@ -127,7 +127,7 @@ export class IndexScene extends Scene {
if(result.data.needPop){ if(result.data.needPop){
setTimeout(() => { setTimeout(() => {
showPanel(SharePanel); showPanel(SharePanel);
}, 4000); }, 10);
} }
} }
......
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