|
@ -36,7 +36,7 @@ |
|
|
<view class="cards" > |
|
|
<view class="cards" > |
|
|
<view class="cardItem" v-for="(item, index) in list" :key="index"> |
|
|
<view class="cardItem" v-for="(item, index) in list" :key="index"> |
|
|
<view class="cardImage"> |
|
|
<view class="cardImage"> |
|
|
<image src="../static/image/addBankCard/1.svg" style="width: 100%;height: 100%;"></image> |
|
|
|
|
|
|
|
|
<image src="../static/addBankCard/1.svg" style="width: 100%;height: 100%;"></image> |
|
|
</view> |
|
|
</view> |
|
|
<view class="cardInfo"> |
|
|
<view class="cardInfo"> |
|
|
<view class="cardNum"> |
|
|
<view class="cardNum"> |
|
@ -47,7 +47,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="cardIcon"> |
|
|
<view class="cardIcon"> |
|
|
<image src="/static/image/purse/1.svg" style="width: 70%;height: 70%;"></image> |
|
|
|
|
|
|
|
|
<image src="../static/purse/1.svg" style="width: 70%;height: 70%;"></image> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
@ -88,6 +88,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
//滚动到屏幕底部 |
|
|
//滚动到屏幕底部 |
|
|
onReachBottom() { |
|
|
onReachBottom() { |
|
|
|
|
|
console.log(1111111); |
|
|
if(this.queryParams.pageSize < this.total){ |
|
|
if(this.queryParams.pageSize < this.total){ |
|
|
this.queryParams.pageSize += 10 |
|
|
this.queryParams.pageSize += 10 |
|
|
this.getData() |
|
|
this.getData() |
|
|