<view class="rechargeTag1"> <scroll-fetch showRange="{{false}}" onService="getCardLists" style="padding: 0;" ref="saveRef" > <view slot-scope="props"> <view style="width: 100%; padding: 24rpx 24rpx 0 24rpx; box-sizing: border-box;" class="card_mgr_div_58356592" data-card="{{item}}" a:for="{{props.list}}" a:key="*this"> <hj-hospital-card cardInfo="{{item}}" onClick="toRechargeCard" /> </view> <view class="button-box"> <text a:for="{{componentData.serviceList}}" data-item="{{item}}" onTap="createCard"> {{item.name}} </text> </view> </scroll-fetch> </view>