소스 검색

no message

linwenxin 8 달 전
부모
커밋
0a61701418
2개의 변경된 파일130개의 추가작업 그리고 22개의 파일을 삭제
  1. 0 22
      src/packageAttachment/pages/applicationParts/index.vue
  2. 130 0
      src/static/app-plus/amap/index.html

+ 0 - 22
src/packageAttachment/pages/applicationParts/index.vue

@@ -50,28 +50,6 @@
           </view>
         </view>
       </zj-page-fill>
-
-      <!-- <list @loadmore="loadMore" loadmoreoffset="20" show-scrollbar>
-        <cell class="item" v-for="item in websitList" :key="item.websitId">
-          <view class="mb20 flex_abs mt20">
-            <text class="fw600 f32_302">{{ item.websitName }}</text>
-            <text class="f24_999">距离{{ item.distance }}km</text>
-          </view>
-          <view class="flex_abs">
-            <text class="f28_666" style="width: 520rpx">地址:{{ item.address }}</text>
-            <tag
-              style="
-                width: 150rpx;
-                height: 50rpx;
-                background-image: linear-gradient(to bottom right, #7fdaff, #6da7ff);
-                border-radius: 30rpx;
-              "
-            >
-              <text @tap.stop="toApplicationPartsForm(item)" class="f24_FFF">申请</text>
-            </tag>
-          </view>
-        </cell>
-      </list> -->
     </view>
   </view>
 </template>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 130 - 0
src/static/app-plus/amap/index.html


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.