You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
827 B
1 line
827 B
3 years ago
|
<view class="login"><view class="content"><view class="header"><image src="../../static/logo.png"></image></view><view class="main"><w-input bind:input="__e" vue-id="35a7246c-1" type="text" maxlength="11" placeholder="用户名/电话" focus="{{isFocus}}" value="{{phoneData}}" data-event-opts="{{[['^input',[['__set_model',['','phoneData','$event',[]]]]]]}}" bind:__l="__l"></w-input><w-input bind:input="__e" vue-id="35a7246c-2" type="password" maxlength="11" placeholder="密码" isShowPass="true" value="{{passData}}" data-event-opts="{{[['^input',[['__set_model',['','passData','$event',[]]]]]]}}" bind:__l="__l"></w-input></view><w-button class="wbutton" vue-id="35a7246c-3" text="登 录" rotate="{{isRotate}}" data-event-opts="{{[['^click',[['startLogin']]]]}}" bind:click="__e" bind:__l="__l"></w-button></view></view>
|