mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-08 23:26:43 +08:00
首页去掉下拉刷新
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="public_container" :style="{paddingTop:marginTop+'px'}">
|
<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">
|
<div class="head">
|
||||||
<van-swipe :autoplay="3000" style="width: 100%;">
|
<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)">
|
<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">
|
<div class="companyProfile">
|
||||||
<img :src="image1" style="width: 100%;"/>
|
<img :src="image1" style="width: 100%;"/>
|
||||||
</div>
|
</div>
|
||||||
</van-pull-refresh>
|
<!-- </van-pull-refresh>-->
|
||||||
|
|
||||||
<van-dialog v-model="chooseProjectDialogShow" :showConfirmButton="false">
|
<van-dialog v-model="chooseProjectDialogShow" :showConfirmButton="false">
|
||||||
<div slot="title">
|
<div slot="title">
|
||||||
|
|||||||
Reference in New Issue
Block a user