Browse Source

修改页面展现

oyq28 2 years ago
parent
commit
f9338c170d

+ 2 - 2
imcs-bt-fe/imcs-bt-fe/uni-mall/pages/index/index.vue

@@ -200,7 +200,7 @@
 					"media_type": 1,
 					"name": "新用户注册",
 					"link": "/pages/auth/newuser/newuser",
-					"image_url": "https://platform-wxmall.oss-cn-beijing.aliyuncs.com/grocery/20181227/100931357f567a.png",
+					"image_url": "../../static/images/slide1.png",
 					"content": "新用户注册",
 					"end_time": 1504838914000,
 					"enabled": 1
@@ -210,7 +210,7 @@
 					"media_type": 1,
 					"name": "合作 谁是你的菜",
 					"link": "",
-					"image_url": "https://platform-wxmall.oss-cn-beijing.aliyuncs.com/grocery/20181227/110519605474cb.jpg",
+					"image_url": "../../static/images/slide2.jpg",
 					"content": "合作 谁是你的菜",
 					"end_time": 1504838914000,
 					"enabled": 1

+ 4 - 4
imcs-bt-fe/imcs-bt-fe/uni-mall/pages/ucenter/order/order.vue

@@ -5,9 +5,9 @@
 			<view class="picker">
 				<view class="label">状态</view>
 				<view class="fb-type">
-					<view class="type-label">{{this.array[index]}}</view>
+					<view class="type-label">{{array[index]}}</view>
 					<image class="type-icon"
-						src="http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/icon-normal/pickerArrow-a8b918f05f.png">
+						src="../../static/images/icon_select.png">
 					</image>
 				</view>
 			</view>
@@ -17,9 +17,9 @@
 			<view class="picker" style="position: relative;">
 				<view class="label">设备</view>
 				<view class="fb-type">
-					<view class="type-label">{{this.deviceList[index2].name}}</view>
+					<view class="type-label">{{deviceList[index2].name}}</view>
 					<image class="type-icon"
-						src="http://yanxuan.nosdn.127.net/hxm/yanxuan-wap/p/20161201/style/img/icon-normal/pickerArrow-a8b918f05f.png">
+						src="../../static/images/icon_select.png">
 					</image>
 				</view>
 			</view>

BIN
imcs-bt-fe/imcs-bt-fe/uni-mall/static/images/slide1.png


BIN
imcs-bt-fe/imcs-bt-fe/uni-mall/static/images/slide2.jpg