packagePersonal/pages/userSetting/index.wxml
@@ -46,7 +46,7 @@ <view class=" label"> 邮箱: </view> <view class="item-content"> <view class="inputBox1"> <t-input placeholder="输入邮箱" borderless value="{{userInfoForm.email}}" type="number" tips="{{emailError ? '邮箱输入不正确' : ''}}" bindchange="onEmailInput" /> <t-input placeholder="输入邮箱" borderless value="{{userInfoForm.email}}" tips="{{emailError ? '邮箱输入不正确' : ''}}" bindchange="onEmailInput" /> </view> </view> </view>