ailululu

Results 5 comments of ailululu

你好 @meishaonian123 , 我们需要你提供一个在线的重现实例以便于我们帮你排查问题。你可以通过点击 [此处](https://codesandbox.io/s/eh6ck?resolutionWidth=414&resolutionHeight=736) 创建一个 codesandbox 或者提供一个最小化的 GitHub 仓库。请确保选择准确的版本。

你好 @haohan88615 , 我们需要你提供一个在线的重现实例以便于我们帮你排查问题。你可以通过点击 [此处](https://codesandbox.io/s/eh6ck?resolutionWidth=414&resolutionHeight=736) 创建一个 codesandbox 或者提供一个最小化的 GitHub 仓库。请确保选择准确的版本。

> @tarojs/芋头 > > 小程序input组件不支持动态修改type属性 > > password和text切换没有用 > > h5可以 在微信小程序下,input 的 type 是无法动态赋值的,可以用v-if来动态切换input。 代码示例: ``` ```