微信版本号8.0.34
基础库2.7.1
<view class='btn-wrp'>
<input class='name' value="{{info.loginId}}" data-type="loginId" bindinput='changeInput' placeholder="请输入手机号" />
<input class='password' value="{{info.password}}" data-type="password" bindinput='changeInput' password placeholder="请输入密码" />
<view class='tips'>小程序仅限{{xcParam.name || 'Happykids美言美语'}}机构使用</view>
<button type='primary' style="background: {{xcParam.color}};" bindtap='submit'>登录</button>
</view>
changeInput: function (e) {
console.log(222)
this.data.info[e.currentTarget.dataset.type] = e.detail.value;
console.log(this.data.info);
},
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
经测试,没有任何问题