吴学文
2019-11-20 1d4324ac93ee8deb19668be64a2ab95f3712ca2d
将vc.message 换为 vc.toast
1个文件已修改
7 ■■■■ 已修改文件
WebService/src/main/resources/components/ownerPackage/list-owner/listOwner.js 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
WebService/src/main/resources/components/ownerPackage/list-owner/listOwner.js
@@ -153,7 +153,8 @@
                                if(rooms.length == 1){
                                      vc.jumpToPage("/flow/propertyFeeFlow?ownerId="+_owner.ownerId+"&roomId="+rooms[0].roomId);
                                }else if(rooms.length == 0){
                                    vc.message("当前业主未查询到房屋信息");
                                    //vc.message("当前业主未查询到房屋信息");
                                    vc.toast("当前业主未查询到房屋信息");
                                }else{
                                    vc.emit('searchRoom','showOwnerRooms',rooms);
@@ -182,7 +183,9 @@
                                if(parkingSpaces.length == 1){
                                      vc.jumpToPage("/flow/parkingSpaceFeeFlow?ownerId="+_owner.ownerId+"&psId="+parkingSpaces[0].psId);
                                }else if(parkingSpaces.length == 0){
                                    vc.message("当前业主未查询到车位信息");
                                    //vc.message("当前业主未查询到车位信息");
                                    vc.toast("当前业主未查询到车位信息");
                                }else{
                                    vc.emit('searchParkingSpace','showOwnerParkingSpaces',parkingSpaces);