Ver Fonte

bugfix:修复确认订单页面查询失败的问题

LiChengjin há 2 meses atrás
pai
commit
ccf2ecd01c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      subpkg_checkin/confirmOrder/confirmOrder.vue

+ 1 - 1
subpkg_checkin/confirmOrder/confirmOrder.vue

@@ -437,7 +437,7 @@
 		},
 		async onLoad() {
 			let res = await uni.$http.post(`/hotel/roomType`, {
-				hotelId: this.order.hotelId,
+				hotelId: this.currentHotel.hotelId,
 				roomType: this.order.roomType
 			})
 			this.roomPicPath = IMG_BASE_URL + '/' + res.data.data.roomPicPath