cat-eye-test.wxml 2.8 KB

1
  1. <view class="u-page"><view style="height:44px;margin-bottom:88rpx;"><u-navbar vue-id="84ee14c0-1" bgColor="#3c9cff" title="猫眼测试" data-event-opts="{{[['^leftClick',[['leftClick']]]]}}" bind:leftClick="__e" bind:__l="__l"></u-navbar></view><view class="u-demo-block"><view class="u-demo-block__content steps"><u-steps vue-id="84ee14c0-2" current="{{current1}}" direction="column" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{stepList}}" wx:for-item="item" wx:for-index="__i0__" wx:key="id"><u-steps-item class="steps-item" vue-id="{{('84ee14c0-3-'+__i0__)+','+('84ee14c0-2')}}" error="{{item.error}}" title="{{item.title}}" desc="{{item.desc}}" bind:__l="__l"></u-steps-item></block></u-steps></view></view><view class="upload" style="width:100vw;"><u-button vue-id="84ee14c0-4" disabled="{{uploadBtn}}" type="primary" size="large" data-event-opts="{{[['^click',[['uploadTestMsg']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}">完成测试并上传信息</u-button></view><u-modal vue-id="84ee14c0-5" show="{{show1}}" title="{{title}}" content="{{content1}}" asyncClose="{{true}}" data-event-opts="{{[['^confirm',[['confirm']]]]}}" bind:confirm="__e" bind:__l="__l" vue-slots="{{['confirmButton']}}"><u-button vue-id="{{('84ee14c0-6')+','+('84ee14c0-5')}}" slot="confirmButton" type="primary" text="通过" shape="circle" data-event-opts="{{[['^click',[['pass']]]]}}" bind:click="__e" bind:__l="__l"></u-button><u-button vue-id="{{('84ee14c0-7')+','+('84ee14c0-5')}}" slot="confirmButton" type="error" text="不通过" shape="circle" data-event-opts="{{[['^click',[['noPass']]]]}}" bind:click="__e" bind:__l="__l"></u-button></u-modal><u-popup vue-id="84ee14c0-8" customStyle="width: 70vw" round="{{10}}" mode="center" show="{{show7}}" data-event-opts="{{[['^close',[['close']]]]}}" bind:close="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="popupView" style="height:150px;"><view class="power">功耗选择</view><view class="inputNum"><view>功耗:</view><u--input vue-id="{{('84ee14c0-9')+','+('84ee14c0-8')}}" placeholder="请输入功耗" border="surround" value="{{powerNum}}" data-event-opts="{{[['^change',[['changeInput']]],['^input',[['__set_model',['','powerNum','$event',[]]]]]]}}" bind:change="__e" bind:input="__e" bind:__l="__l"></u--input></view><u-radio-group vue-id="{{('84ee14c0-10')+','+('84ee14c0-8')}}" placement="row" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{radiolist1}}" wx:for-item="item" wx:for-index="index" wx:key="index"><u-radio vue-id="{{('84ee14c0-11-'+index)+','+('84ee14c0-10')}}" customStyle="{{({margin:'15px 30px'})}}" label="{{item.value}}" name="{{item.powerRefs}}" iconPlacement="right" data-event-opts="{{[['^change',[['radioChange']]]]}}" bind:change="__e" bind:__l="__l"></u-radio></block></u-radio-group></view></u-popup></view>