南骏 池
2025-08-13 5101c2382a43d898aee718537160289091321383
UserLogin.aspx
@@ -24,19 +24,17 @@
                  v-model="phone"
                  name="phone"
                  label=""
                  readonly
                  clickable
                  placeholder="请输入账号" @touchstart.native.stop="show=true;"
                  placeholder="请输入账号"
                  :rules="[{ required: true, message: '请输入账号' }]"
                ></van-field>
                <van-field
                  readonly
                 clickable
                  v-model="passwd"
                  type="password"
                  name="password"
                  label=""
                  placeholder="请输入密码" @touchstart.native.stop="show2 = true;"
                  placeholder="请输入密码"
                  :rules="[{ required: true, message: '请输入密码' }]"
                ></van-field>
             </van-cell-group>
@@ -49,28 +47,12 @@
            </van-form>
        </div>
    </div>
       <div class=" margin-lg-top font-sm text-right font-remark" style="position:absolute;bottom:10px;right:10px;">技术支持:宁波广深科技</div>
       <div class=" margin-lg-top font-sm text-right font-remark" style="position:absolute;bottom:10px;right:10px;">版权所有:宁波广深科技</div>
</template>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" runat="Server">
   <van-number-keyboard
     v-model="phone"
     :show="show"
      theme="custom"
      extra-key="."
      close-button-text="完成"
      @blur="show =false;show2 =false;"
    ></van-number-keyboard>
     <van-number-keyboard
   v-model="passwd"
   :show="show2"
    theme="custom"
    extra-key="."
    close-button-text="完成"
    @blur="show2 =false;show =false;"
  ></van-number-keyboard>
     <comloading  v-if="isLoading"></comloading>
  <comloading  v-if="isLoading"></comloading>
</asp:Content>
<asp:Content ID="Content4" ContentPlaceHolderID="ContentPlaceHolder4" runat="Server">
    <script src="/H5/Js/UserLogin.js?<%=1234561111111111 %>"></script>
    <script src="/H5/Js/UserLogin.js?<%=1237 %>"></script>
</asp:Content>