|
@@ -280,7 +280,6 @@ export default {
|
|
|
start: -1,
|
|
|
count: data.Request.Data.count,
|
|
|
};
|
|
|
- console.warn('function in:' + this.kLineType);
|
|
|
let res;
|
|
|
if (this.kLineType === 'number') res = await this.kline(reqData);
|
|
|
else if (this.kLineType === 'match') res = await this.matchKLine(reqData);
|
|
@@ -347,6 +346,7 @@ export default {
|
|
|
let e = document.getElementById(key);
|
|
|
e.innerHTML = '';
|
|
|
}
|
|
|
+ this.team = {};
|
|
|
this.init();
|
|
|
},
|
|
|
},
|