2 Incheckningar 4f25213477 ... 62a80d0d98

Upphovsman SHA1 Meddelande Datum
  LiChengjin 62a80d0d98 opt:修改订单页面房间类型图片路径 2 veckor sedan
  LiChengjin cd603d040b opt:新增图片 2 veckor sedan
4 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      pages/order/order.vue
  2. BIN
      static/arrow-down.png
  3. BIN
      static/arrow-top.png
  4. BIN
      static/i_know.png

+ 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({

BIN
static/arrow-down.png


BIN
static/arrow-top.png


BIN
static/i_know.png