南骏 池
2025-02-07 da82bc7c0a078eccbc45f4e25a697a5622a46fee
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>
@@ -53,24 +51,8 @@
</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?<%=123 %>"></script>
</asp:Content>