Commit 7ed74e62 by caoyanzhi

Merge branch 'bugfix/会员卡设置'

parents b658c4b0 bed5510b
......@@ -333,11 +333,11 @@ export default {
upLevelSumstoredDays: '0',
upLevelSumintegralSelect: false, //x天内获得x积分
upLevelSumintegral: '0',
upLevelSumintegralDays: '',
upLevelSumintegralDays: '0',
upLevelConsumeSelect: false, // x天内消费满x元-开关
upLevelConsumeCost: '0', // x天内消费满x元
autoDowngrade: true, //自动降级 1启用 2停用
gradeEffectDay: '0', //自升级之日起算X天
gradeEffectDay: 0, //自升级之日起算X天
lowLevelHighcostDays: '0', //x天内单天消费满x元
lowLevelHighcost: '0',
lowLevelHighcostSelect: false,
......
......@@ -329,7 +329,7 @@ export default {
upLevelConsumeSelect: false, // x天内消费满x元-开关
upLevelConsumeCost: '', // x天内消费满x元
autoDowngrade: true, //自动降级 1启用 2停用
gradeEffectDay: '', //自升级之日起算X天
gradeEffectDay: '0', //自升级之日起算X天
lowLevelHighcostDays: '', //x天内单天消费满x元
lowLevelHighcost: '',
lowLevelHighcostSelect: false,
......@@ -609,7 +609,7 @@ export default {
data.upLevelSumstoredDays = data.upLevelSumstoredDays || 0;
data.upLevelSumstored = data.upLevelSumstored || 0;
data.upLevelSumintegralDays = data.upLevelSumintegralDays || 0;
data.upLevelSumintegral = data.upLevelSumintegra
data.upLevelSumintegral = data.upLevelSumintegral || 0;
data.upLevelConsumeCost = data.upLevelConsumeCost || 0;
data.gradeEffectDay = data.gradeEffectDay || 0;
......
......@@ -716,7 +716,6 @@ export default {
that.getMemberSetInfo();
that.getTempInfo();
that.getEnterprise();
this.getOpenThird();
}
};
</script>
......
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