| 1 |
- <block wx:if="{{isShow}}"><view data-event-opts="{{[['tap',[['close',['$event']]]]]}}" class="codeHisPicker data-v-0221e8fc" style="{{'height:'+(height+'px')+';'}}" bindtap="__e"><view data-event-opts="{{[['tap',[['',['$event']]]]]}}" class="codeList data-v-0221e8fc" catchtap="__e"><view class="head data-v-0221e8fc"><view class="title data-v-0221e8fc"><text class="titleText data-v-0221e8fc">历史运行代码:</text></view><view class="subTitle data-v-0221e8fc"><text class="subTitleText data-v-0221e8fc">(保留100条运行记录)</text></view></view><scroll-view class="codeScroll data-v-0221e8fc" scroll-y="{{true}}"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['selectedRow',['$0'],[[['list','',index]]]]]]]}}" class="hisItem data-v-0221e8fc" bindtap="__e"><text class="hisItemCode data-v-0221e8fc">{{''+item+''}}</text></view></block><view style="height:100rpx;" class="data-v-0221e8fc"></view></scroll-view></view></view></block>
|