weexteam / android-devtools-for-Apache-Weex

Remote debug for your native Android app using Chrome Developer Tools
Apache License 2.0
165 stars 54 forks source link

动态更改input 输入类型 android没有效果,ios 有 #64

Open bigwalle opened 6 years ago

bigwalle commented 6 years ago

我: <input placeholder="请输入密码" :type="passwordType" style="flex: 2" class="input" :value="password" @input="onPasswordInput" ref="inputPassword" > 我: this.passwordType="text"; 我: 动态更改 input类型 ios 有效果 android 没有 我: 什么原因呢