Ver Fonte

商品上架bug修复

17755135699 há 11 meses atrás
pai
commit
4f6dac73c2
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      pagesHouse/HotelMerchandise/index.vue

+ 1 - 2
pagesHouse/HotelMerchandise/index.vue

@@ -662,8 +662,7 @@
 				return y + "-" + m + "-" + d;
 			},
 			xiajia1(e, i) {
-				console.log(e)
-				if (this.GetDateStr(2) != e.playDate && !e.status) {
+				if (e.goodsType==1&&this.GetDateStr(2) != e.playDate && !e.status) {
 					return this.$showToast("日期已过期");
 				}
 				this.lsdata = e;