|
@@ -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>
|