Forráskód Böngészése

房态新价格必填项

17755135699 4 hónapja
szülő
commit
6f5b76cb37
1 módosított fájl, 3 hozzáadás és 0 törlés
  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,