1 line
1.5 KiB
Plaintext
1 line
1.5 KiB
Plaintext
<block wx:if="{{show}}"><view class="service-code-modal data-v-57ba0784" style="{{'bottom:'+(popBotom+'px')+';'}}"><view data-event-opts="{{[['touchmove',[['',['$event']]]]]}}" class="modal-mask data-v-57ba0784" catchtouchmove="__e"></view><view class="modal-content data-v-57ba0784"><view class="modal-title data-v-57ba0784">开始服务</view><view class="modal-subtitle data-v-57ba0784">请输入服务码</view><view class="code-box data-v-57ba0784"><block wx:for="{{codeLength}}" wx:for-item="item" wx:for-index="idx" wx:key="idx"><view class="{{['data-v-57ba0784','code-cell',idx===currentIndex?'active':'',code[idx]?'filled':'']}}"><block wx:if="{{code[idx]}}"><text class="data-v-57ba0784">{{code[idx]}}</text></block></view></block><input class="real-input data-v-57ba0784 vue-ref" adjust-position="{{false}}" type="number" maxlength="{{codeLength}}" focus="{{true}}" cursor-spacing="100" data-ref="realInput" data-event-opts="{{[['input',[['__set_model',['','inputValue','$event',[]]],['onInput',['$event']]]],['focus',[['onFocus',['$event']]]],['keyboardheightchange',[['onkeyboardheightchange',['$event']]]],['blur',[['onBlur',['$event']]]]]}}" value="{{inputValue}}" bindinput="__e" bindfocus="__e" bindkeyboardheightchange="__e" bindblur="__e"/></view><button class="confirm-btn data-v-57ba0784" disabled="{{$root.g0<codeLength}}" data-event-opts="{{[['tap',[['onConfirm',['$event']]]]]}}" bindtap="__e">确定</button><view data-event-opts="{{[['tap',[['close',['$event']]]]]}}" class="close-btn data-v-57ba0784" bindtap="__e">×</view></view></view></block> |