|
@@ -40,8 +40,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="relative" style='top:136px;'>
|
|
|
- <mescroll-uni height='1200' ref="mescrollRef" @init="mescrollInit" @up="upCallback" @down="downCallback"
|
|
|
- >
|
|
|
+ <mescroll-uni height='1200' ref="mescrollRef" @init="mescrollInit" @up="upCallback" @down="downCallback" >
|
|
|
<view class="content3" v-for="(item,index) in changeCardList"
|
|
|
:style="item.currentBackground?'background:url('+item.currentBackground+');background-size:100% 100%':''"
|
|
|
:key="index">
|