Kaynağa Gözat

完整地址

shish 1 yıl önce
ebeveyn
işleme
bbf6d19c5a

+ 3 - 1
ghsApp/src/admin/home/components/OrderItem.vue

@@ -139,7 +139,7 @@
             </view>
             <view style="display:flex;align-items:center;">
               <view style="width:135upx;color:#888;font-size:28upx;">地址:</view>
-              <view style="flex:1;font-size:28upx;">{{ receiverAddress }}</view>
+              <view style="flex:1;font-size:28upx;">{{ receiverAddress }}{{ receiverFloor }}</view>
             </view>
             <view style="display:flex;align-items:center;">
               <view style="width:135upx;color:#888;font-size:28upx;">姓名:</view>
@@ -186,6 +186,7 @@ export default {
       wlHeight: 50,
       receiverCity: '',
       receiverAddress: '',
+      receiverFloor:'',
       receiverName:'',
       receiverMobile:'',
     };
@@ -238,6 +239,7 @@ export default {
         if(res.code == 1){
           this.receiverCity = res.data.city
           this.receiverAddress = res.data.address
+          this.receiverFloor = res.data.floor
           this.receiverName = res.data.name
           this.receiverMobile = res.data.mobile
         }