Commit cdea6637 by 无尘

feat: 增加奖励

parent 31d24149
...@@ -1068,17 +1068,15 @@ export default { ...@@ -1068,17 +1068,15 @@ export default {
changeModeData() { changeModeData() {
const that = this; const that = this;
// 根据路径 // 根据路径
console.log(that);
for (const i in that.switchObj) { for (const i in that.switchObj) {
that.activeInfoData[i] = names[names.length - 1].includes(that.switchObj[i]) ? 1 : 0; that.basePath.forEach(ele => {
if (ele.transName == that.switchObj[i]) {
that.ProgressiveData.push(that[i]);
}
});
} }
console.log(that.ProgressiveData);
that.basePath.forEach(ele => {
/* if (ele.transName == that.switchObj) {
}
that.ProgressiveData.push(that.data[]) */
});
}, },
/** /**
* 选择tab * 选择tab
......
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