Commit f2ef703e by 无尘

fix: 修改渐进式奖励

parent c3350560
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-11-18 10:37:02
* @LastEditors: 无尘
* @LastEditTime: 2019-12-02 12:09:00
* @LastEditTime: 2019-12-02 12:10:43
-->
<!--
<reward-config @submitBack="submitBack" @submitNext="submitNext"></reward-config>
......@@ -1402,12 +1402,12 @@ export default {
that.activeInfoData.awardMode = resData.result.awardMode;
that.ProgressiveData = resData.result.awardItems;
that.ProgressiveData.forEach(ele => {
if (that.basePath.map(ele => ele.transName).includes('消费')) {
ele.activeName = 'first';
}else {
ele.activeName = 'second';
}
})
if (that.basePath.map(ele => ele.transName).includes('消费')) {
ele.activeName = 'first';
}else {
ele.activeName = 'second';
}
})
}
return false;
......
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