17755135699 4 місяців тому
батько
коміт
6f5b76cb37
1 змінених файлів з 3 додано та 0 видалено
  1. 3 0
      pages/house/index.vue

+ 3 - 0
pages/house/index.vue

@@ -283,6 +283,9 @@
 				})
 			},
 			changePrice() {
+				if(!this.newPrice&&this.newPrice!=0){
+					return this.$showToast('请填写新价格');
+				}
 				this.$api
 					.post("/merchant/hotel/room/state/updRoomPrice", {
 						idList: this.checkDataRoomId,