|
|
@ -3,10 +3,10 @@ |
|
|
|
<!-- <page-meta root-font-size="18px"></page-meta> --> |
|
|
|
<uni-popup ref="popupItems" type="center"> |
|
|
|
<scroll-view scroll-y="true" style="background-color: #EEEEEE;height: 90vh;"> |
|
|
|
<item :dataContent="balanceItems[0]"></item> |
|
|
|
<item style="margin: 10rpx;" :dataContent="balanceItems[0]"></item> |
|
|
|
<view class="popinpop count_shadow" style="width: 90vw;margin: 20rpx 20rpx 30rpx 20rpx;" |
|
|
|
v-for="(item, index) in balanceItems" :key="item.id" @click="callback(item)"> |
|
|
|
<balance :dataContent="item"></balance> |
|
|
|
<balance :dataContent="item" :isShowStatus ="false"></balance> |
|
|
|
</view> |
|
|
|
</scroll-view> |
|
|
|
</uni-popup> |
|
|
|