瀏覽代碼

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

LiChengjin 2 月之前
父節點
當前提交
ccf2ecd01c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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