fix: 融合服务列表报错

This commit is contained in:
guoyue 2022-07-13 17:47:14 +08:00
parent 7bd990fe25
commit ad7f05fcba
1 changed files with 2 additions and 2 deletions

View File

@ -620,9 +620,9 @@
mybus.on('chongzhi', (typeObj) => { mybus.on('chongzhi', (typeObj) => {
console.log('typeObj------------>', typeObj); console.log('typeObj------------>', typeObj);
if(!typeObj) { if(!typeObj) {
selData.value = 'total' selData.value = 'total';
} }
if(typeObj.type === '融合服务') { if(typeObj && typeObj.type === '融合服务') {
orderList.value = [ orderList.value = [
{ {
value: 'collectCount', value: 'collectCount',