mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-08 05:56:44 +08:00
首页去掉下拉刷新
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="public_container" :style="{paddingTop:marginTop+'px'}">
|
||||
<van-pull-refresh v-model="isLoading" @refresh="onRefresh">
|
||||
<!-- <van-pull-refresh v-model="isLoading" @refresh="onRefresh">-->
|
||||
<div class="head">
|
||||
<van-swipe :autoplay="3000" style="width: 100%;">
|
||||
<van-swipe-item v-for="(item, index) in activity" :key="index" @touchstart="touchstart" @touchmove="touchmove" @touchend="touchend(item)">
|
||||
@@ -37,7 +37,7 @@
|
||||
<div class="companyProfile">
|
||||
<img :src="image1" style="width: 100%;"/>
|
||||
</div>
|
||||
</van-pull-refresh>
|
||||
<!-- </van-pull-refresh>-->
|
||||
|
||||
<van-dialog v-model="chooseProjectDialogShow" :showConfirmButton="false">
|
||||
<div slot="title">
|
||||
|
||||
Reference in New Issue
Block a user