Sfoglia il codice sorgente

opt:修改订单页面房间类型图片路径

LiChengjin 2 settimane fa
parent
commit
62a80d0d98
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      pages/order/order.vue

+ 2 - 2
pages/order/order.vue

@@ -70,7 +70,7 @@
 	} from '../../utils/commonUtils.js'
 	import moment from "moment"
 	import {
-		IMG_BASE_URL
+		ROOM_TYPE_PIC_URL
 	} from "../../config"
 	import {
 		mapState,
@@ -194,7 +194,7 @@
 				}
 			},
 			getPicPath(path) {
-				return IMG_BASE_URL + '/' + path
+				return ROOM_TYPE_PIC_URL + '/' + path
 			},
 			gotoOrderDetail(orderId, roomTypeName) {
 				uni.navigateTo({