jialh
2024-12-12 2df0108fa8d914876fc9a6435f9184b3e9bce86c
pages/index/index.vue
@@ -95,7 +95,7 @@
      <u-popup :show="showLocation" :round="10" mode="bottom" @close="closeLocation" :closeable="true">
         <view style="padding: 40upx;display: flex;flex-wrap: wrap;">
            <view class="u-page__tag-item" v-for="(item, index) in locationList" :key="index">
               <u-tag :text="item" :plain="item != address" type="warning" :name="index"
               <u-tag :text="item" :plain="item != address" type="primary" :name="index"
                  @click="locationClick(item)">
               </u-tag>
            </view>
@@ -294,7 +294,7 @@
      font-size: 14px;
      // height: 391upx;
      // background: linear-gradient( 180deg, #314ABB 0%, #5277E0 100%);
      background: url('/static/index/beijing.png') center no-repeat;
      background: url('../../static/index/beijing.png') center no-repeat !important;
      background-size: cover;
      /* 背景图片覆盖整个区域 */