| 1 |
- <view class="content"><scroll-view class="stk-list-wrap" style="{{'height:'+(height)+';'}}" scroll-y="true"><view style="height:20rpx;"></view><block wx:for="{{list}}" wx:for-item="item" wx:for-index="__i0__"><view class="stk-wrap"><image class="stk-bg" src="https://zccy.liuniu946.com/static/img/stk.png" mode></image><view class="stk-name"><image src="/static/icon/stk-logo.png" mode></image>{{''+item.name+''}}</view><view class="stk-info flex"><view class="info-no">卡号:<text>{{item.code}}</text></view><view class="info-state">{{''+(type==1?'已发放':'已核销')+''}}</view></view></view></block><uni-load-more vue-id="d2ee9056-1" status="{{loadingType}}" bind:__l="__l"></uni-load-more><view class="btm-btn"><view data-event-opts="{{[['tap',[['opentc',['$event']]]]]}}" class="btn" bindtap="__e">{{''+(type==1?'实体卡发放':'实体卡核销')+''}}</view></view></scroll-view><uni-popup class="vue-ref" vue-id="d2ee9056-2" type="center" data-ref="popupStk" bind:__l="__l" vue-slots="{{['default']}}"><view class="stk-tc"><image class="gift-bg" src="https://zccy.liuniu946.com/static/img/gift-bg.png" mode></image><view class="gift-bg-mb"></view><image class="gift" src="https://zccy.liuniu946.com/static/img/stk-gift.png" mode></image><view style="height:145rpx;"></view><view class="tc-tit">{{''+(type==1?'实体卡发放':'实体卡核销')+''}}</view><input class="tc-inp" type="text" placeholder="请输入卡号" data-event-opts="{{[['input',[['__set_model',['','code','$event',[]]]]]]}}" value="{{code}}" bindinput="__e"/><block wx:if="{{type==2}}"><input class="tc-inp tc-inp-km" type="text" placeholder="请输入卡密" data-event-opts="{{[['input',[['__set_model',['','password','$event',[]]]]]]}}" value="{{password}}" bindinput="__e"/></block><view data-event-opts="{{[['tap',[['gonew',['$event']]]]]}}" class="tc-btn" bindtap="__e">{{''+(type==1?'立即发放':'立即核销')+''}}</view><view style="height:50rpx;"></view></view></uni-popup></view>
|