文章分类 - 小程序
摘要:let that = this let number = this.data.userInfo.loginMobile;//获取到手机号码字段 console.log('手机号', this.data.userInfo.loginMobile) let mphone = number.substri
阅读全文
摘要:<view class="input-container"> <input placeholder="请输入密码" maxlength="20" bindinput="pwdinput" type="{{inputType}}" class="login-input" /> <image src="
阅读全文
摘要:<!--pages/index/index.wxml--> <view class="root"> <view class="jieguo"> <view wx:if="{{show_r}}" class="location"> <view style='font-weight:bold;'>二维码
阅读全文