zhangdan %!s(int64=4) %!d(string=hai) anos
pai
achega
3943419da7

+ 5 - 5
pages/index/order.vue

@@ -13,7 +13,7 @@
 		</view>
 			<view class="content-body">
 				<view class="store-image flex flex_column justify_center align_center">
-					<u-image :src="pageInfo.receiveAddressVO.headerImageList? pageInfo.receiveAddressVO.headerImageList[0]:'/static/index/def_home_shop.png'" width="172" height="172" ></u-image>
+					<u-image :src="pageInfo.reverseReceiveAddress.headerImageList? pageInfo.reverseReceiveAddress.headerImageList[0]:'/static/index/def_home_shop.png'" width="172" height="172" ></u-image>
 					<text v-if="isHasRider.haveBindRider && pageInfo.name">{{pageInfo.name}}</text>
 					<text v-else>{{mobile}}</text>
 				</view>
@@ -35,7 +35,7 @@
 								<text>通信地址</text>
 							</view>
 						    <view class="list-item-right flex_1">
-								<u-input class="flex_1" :custom-style="inputClass" v-model="reverseReceiveAddress.receiveAreasName" @click="selectAddress" :disabled="true" placeholder="请选择通信地址" placeholder-style="color:'#bbb';font-size:18px"/>
+								<u-input class="flex_1" :custom-style="inputClass" v-model="reverseReceiveAddress.locationAddress" @click="selectAddress" :disabled="true" placeholder="请选择通信地址" placeholder-style="color:'#bbb';font-size:18px"/>
 								<u-icon class="back-img" name="arrow-right" color="#9DA8B5"  @click="selectAddress"></u-icon>
 						    </view>
 						</view>
@@ -170,7 +170,7 @@
 				},
 				reverseReceiveAddress: {
 				  receiveAddress: '',// 详细地址
-				  receiveAreasName:'',
+				  locationAddress:'',
 				  lat:'',
 				  lng:''
 				},
@@ -297,7 +297,7 @@
 							this.getArea(res.address)
 							this.reverseReceiveAddress.lat=res.latitude
 							this.reverseReceiveAddress.lng=res.longitude
-							this.reverseReceiveAddress.receiveAreasName= res.address
+							this.reverseReceiveAddress.locationAddress= res.address
 							
 						}
 					}
@@ -443,7 +443,7 @@
 				}
 				const params=this.form
 				params.contactMobile=this.form.mobile?this.form.mobile:''
-				params.contactAddress=this.reverseReceiveAddress.receiveAreasName?this.reverseReceiveAddress.receiveAreasName:''
+				params.contactAddress=this.reverseReceiveAddress.locationAddress?this.reverseReceiveAddress.locationAddress:''
 				params.houseAddress=this.reverseReceiveAddress.receiveAddress?this.reverseReceiveAddress.receiveAddress:''
 				params.lat=this.reverseReceiveAddress.lat?this.reverseReceiveAddress.lat:''
 				params.lng=this.reverseReceiveAddress.lng?this.reverseReceiveAddress.lng:''

+ 5 - 10
pages/userCenter/index.vue

@@ -19,19 +19,16 @@
 		</view>
 		<!-- 列表 -->
 		<view class="list-container">
-			<!-- <view class="bottom-zhiyin" >
-				<u-image src="/static/houme_bg_guide.png" mode="" height="160"></u-image>
-			</view> -->
 			<view v-if="hasLogin" @click="toZY" class="list-item flex align_center justify_between">
 				<view class="flex align_center">
-					<u-icon class="icon" name="icon_out" custom-prefix="custom-icon" size="48" color="#333"></u-icon>
+					<u-image src="/static/personal_icon_flag.png" width="48" height="48"></u-image>
 					<text>回收指引</text>
 				</view>
 				<u-icon name="arrow-right" color="#9DA8B5" size="32"></u-icon>
 			</view>
 			<view @click="checkUpdate" class="list-item flex align_center justify_between">
 				<view class="flex align_center">
-					<u-icon class="icon" name="personal_icon_version" custom-prefix="custom-icon" size="48" color="#333"></u-icon>
+					<u-image src="/static/personal_icon_version.png" width="48" height="48"></u-image>
 					<text>版本检查</text>
 				</view>
 				<view>
@@ -41,15 +38,11 @@
 			</view>
 			<view v-if="hasLogin" @click="quitSys" class="list-item flex align_center justify_between">
 				<view class="flex align_center">
-					<u-icon class="icon" name="icon_out" custom-prefix="custom-icon" size="48" color="#333"></u-icon>
+					<u-image src="/static/personal_icon_out.png" width="48" height="48"></u-image>
 					<text>退出登录</text>
 				</view>
 				<u-icon name="arrow-right" color="#9DA8B5" size="32"></u-icon>
 			</view>
-			<!-- <u-cell-group>
-				<u-cell-item  icon="error-circle" icon-size="38" :value="version" @click="checkUpdate" title="版本检查"></u-cell-item>
-				<u-cell-item  v-if="hasLogin" icon="minus-circle" icon-size="38"  @click="quitSys" title="退出登录"></u-cell-item>
-			</u-cell-group> -->
 		</view>
 	</view>
 </template>
@@ -237,6 +230,8 @@
 				padding: 32rpx 36rpx;
 				background-color: #fff;
 				text{
+					display: inline-block;
+					margin-left: 28upx;
 					font-size: 34rpx;
 					color: #191919;
 				}

BIN=BIN
static/personal_icon_flag.png


BIN=BIN
static/personal_icon_out.png


BIN=BIN
static/personal_icon_version.png