remove console.logs (except forwardButtonAction) uncomment out data load
This commit is contained in:
parent
a37d55a306
commit
c9a262bac1
1 changed files with 2 additions and 6 deletions
|
|
@ -85,11 +85,9 @@ export default {
|
||||||
const resultMap = await settleAllPromises(promiseResultMap);
|
const resultMap = await settleAllPromises(promiseResultMap);
|
||||||
|
|
||||||
next((vm) => {
|
next((vm) => {
|
||||||
console.log('resultMap...');
|
|
||||||
console.log(resultMap);
|
|
||||||
vm.setCmsContent(resultMap.cmsContent);
|
vm.setCmsContent(resultMap.cmsContent);
|
||||||
|
|
||||||
// vm.$refs.reviewDropdown.initializeComponent(resultMap.reviewDropdownData);
|
vm.$refs.reviewDropdown.initializeComponent(resultMap.reviewDropdownData);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
|
|
@ -169,10 +167,8 @@ export default {
|
||||||
&& customerReqs
|
&& customerReqs
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
backButtonAction() {
|
|
||||||
console.log('back button hit...');
|
|
||||||
},
|
|
||||||
async forwardButtonAction() {
|
async forwardButtonAction() {
|
||||||
|
// Multiple paths based on payment
|
||||||
console.log('forward button hit...');
|
console.log('forward button hit...');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue