Commit b98fa211 authored by 邱旭's avatar 邱旭

1

parent 888e49c3
...@@ -299,10 +299,10 @@ export default class Turntable extends Panel { ...@@ -299,10 +299,10 @@ export default class Turntable extends Panel {
} }
v.prizeImg = prizeImg; v.prizeImg = prizeImg;
RotaryData.key.push(v.categoryType); RotaryData.key.push(v.categoryType);
RotaryData.data[v.categoryType] = [{start: i * 60 - 20, end: i * 60 + 20}];
if(i >= 6) { if(i >= 6) {
return; continue;
} }
RotaryData.data[v.categoryType] = [{start: i * 60 - 20, end: i * 60 + 20}];
this[`img${i}`].source = v.prizeImg; this[`img${i}`].source = v.prizeImg;
} }
if(this.data.onceAgain) { // 再抽一次 if(this.data.onceAgain) { // 再抽一次
......
{"success":true,"code":"0000000000","desc":"OK","timestamp":1572269035379,"data":{"isScratchCard":false,"option":{"id":"","day":null,"categoryType":3,"title":"11","rate":"11","minValue":null,"maxValue":null,"coinType":null,"propType":2,"num":null,"img":"","appItemId":null,"name":"","value":""},"orderNum":null}} {
\ No newline at end of file "success": true,
"code": "0000000000",
"desc": "OK",
"timestamp": 1572269035379,
"data": {
"isScratchCard": false,
"option": {
"id": "",
"day": null,
"categoryType": 3,
"title": "11",
"rate": "11",
"minValue": null,
"maxValue": null,
"coinType": null,
"propType": 2,
"num": null,
"img": "",
"appItemId": null,
"name": "",
"value": ""
},
"orderNum": null
}
}
\ No newline at end of file
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