xuxueyang
2024-10-22 79b196363a2a7fe0cc0b8d7aa176d9d930b408a1
pages/home/home.vue
@@ -2,7 +2,7 @@
   <view class="main-container user-home">
      <view class="bg-top-green"></view>
      <!-- 顶部,可能 -->
      <view class="school" :style="{'padding-top':(StatusBar)+'px'
      <view class="school flex" :style="{'padding-top':(StatusBar + 14)+'px'
      ,height:CustomBar+'rpx','line-height':CustomBar+'rpx' }">
         <!--   <picker @change="PickerChangeSchool" :value="areaIndex" :range="schools" range-key="name">
        <view class="picker flex">
@@ -17,6 +17,9 @@
            <view>
               {{ addressDesc || (address&&address.id?address.address: '选择地址')  }}
            </view>
         </view>
         <view class="m-l-a m-r-0" style="position: relative;" @click="goto('/sub_pages/supplier/customer_service/customer_service',false)">
            <image src="@/static/common/icon-kf.png" class="icon-kf img100"></image>
         </view>
      </view>
      <view class="search-container m-t-12 flex" @click="goto('/pages/home/components/home-search',false)">
@@ -517,4 +520,12 @@
   /* #ifdef PUB_CUSTOMER */
   @import "@/sub_pages/customer/coupon/coupon.scss";
   /* #endif */
   .icon-kf{
      width: 44rpx;
      height: 44rpx;
      // margin-top: 12rpx;
      position: absolute;
      right: 0rpx;
      bottom: 22rpx;
   }
</style>