@@ -847,6 +847,8 @@ export default {
msg = "商品";
} else if (text == 7) {
msg = "点餐";
+ } else if (text == 8) {
+ msg = "夜审房费";
}
return msg;
},