|
|
@@ -45,20 +45,20 @@
|
|
|
</Nav>
|
|
|
<view class="sys-list-background-color task-tabs-width page-env-160"
|
|
|
:style="{top:`${$tools.topHeight()+fixedHeight}px`}">
|
|
|
- <view class="m-t20">
|
|
|
+ <view class="m-t20 swiper-box">
|
|
|
<z-swiper ref="zSwiper" v-model="list" :options="options" v-if="current === 1" @slideChange="onSwiper">
|
|
|
<z-swiper-item>
|
|
|
- <Identity ref="identity" class="identity" :height="`${maxHeight-60}px`" :business="business"
|
|
|
+ <Identity ref="identity" class="identity swiper-item" :height="`${maxHeight-60}px`" :business="business"
|
|
|
:linkman="linkman" :client-key="clientKey" @onShowImg="onShowImg" :linkman-key="linkmanKey">
|
|
|
</Identity>
|
|
|
</z-swiper-item>
|
|
|
<z-swiper-item v-show="product.product_types.indexOf('3')>=0">
|
|
|
- <Apply class="apply" :height="`${maxHeight-60}px`" :apply-for="applyFor"
|
|
|
+ <Apply class="apply swiper-item" :height="`${maxHeight-60}px`" :apply-for="applyFor"
|
|
|
:applies-key="appliesKey" @onShowImg="onShowImg">
|
|
|
</Apply>
|
|
|
</z-swiper-item>
|
|
|
<z-swiper-item v-show="product.product_types.indexOf('4')>=0">
|
|
|
- <ThirdParty class="third_party" :height="`${maxHeight-60}px`" :tripartite="tripartite"
|
|
|
+ <ThirdParty class="third_party swiper-item" :height="`${maxHeight-60}px`" :tripartite="tripartite"
|
|
|
:tripartite-key="tripartiteKey" @onShowImg="onShowImg">
|
|
|
</ThirdParty>
|
|
|
</z-swiper-item>
|
|
|
@@ -66,12 +66,12 @@
|
|
|
<view class="" v-if="current === 2">
|
|
|
<z-swiper v-model="lists" :options="options" @slideChange="onCreditSwiper">
|
|
|
<z-swiper-item>
|
|
|
- <Property class="property" :height="`${creditHeight-60}px`" :property-list="propertyList"
|
|
|
+ <Property class="property swiper-item" :height="`${creditHeight-60}px`" :property-list="propertyList"
|
|
|
:property-key="propertyKey" @onShowImg="onShowImg">
|
|
|
</Property>
|
|
|
</z-swiper-item>
|
|
|
<z-swiper-item>
|
|
|
- <credit-list class="credit_list" :height="`${creditHeight-60}px`" :credit-data="credit"
|
|
|
+ <credit-list class="credit_list swiper-item" :height="`${creditHeight-60}px`" :credit-data="credit"
|
|
|
:credit-key="creditKey" @onShowImg="onShowImg"></credit-list>
|
|
|
</z-swiper-item>
|
|
|
</z-swiper>
|
|
|
@@ -532,6 +532,12 @@
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
+
|
|
|
+.swiper-box{
|
|
|
+ .swiper-item{
|
|
|
+ transition: .5s ease;
|
|
|
+ }
|
|
|
+}
|
|
|
.details_body {
|
|
|
width: 100%;
|
|
|
position: absolute;
|