瀏覽代碼

房态新价格必填项

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,