From 96b0b8bb1597d825004f5a8da0728c48b6ce7dba Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 27 三月 2025 15:22:22 +0800 Subject: [PATCH] 首页登录去除侧式 --- pages/personalCenter/feedBackSubmit/index.wxml | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/pages/personalCenter/feedBackSubmit/index.wxml b/pages/personalCenter/feedBackSubmit/index.wxml index b631d1c..a64524b 100644 --- a/pages/personalCenter/feedBackSubmit/index.wxml +++ b/pages/personalCenter/feedBackSubmit/index.wxml @@ -1,21 +1,22 @@ <view class="container"> <view class="page-body"> <view class="from-item"> - <view class="label"> 鑱旂郴浜猴細 </view> + <view class="label"><text class="icon">*</text> 鑱旂郴浜猴細 </view> <view class="item-content"> - <input class="weui-input" name="userName" auto-focus="true" adjust-position="true" value="{{userName}}" placeholder="璇疯緭鍏ヨ仈绯讳汉" bindinput="bindTnputBlur" /> + <t-input placeholder="璇疯緭鍏ヨ仈绯讳汉" borderless value="{{userName}}" bindchange="bindTnputBlur" /> </view> </view> <view class="from-item"> - <view class="label"> 鑱旂郴鏂瑰紡锛� </view> + <view class="label"> <text class="icon">*</text>鑱旂郴鏂瑰紡锛� </view> <view class="item-content"> - <input class="weui-input" name="mannder" auto-focus="true" adjust-position="true" value="{{mannder}}" placeholder="璇疯緭鍏ヨ仈绯绘柟寮�" bindinput="bindTnputBlur1" /> + <t-input placeholder="杈撳叆鑱旂郴鏂瑰紡" borderless value="{{mannder}}" type="number" tips="{{phoneError ? '鎵嬫満鍙疯緭鍏ヤ笉姝g‘' : ''}}" bindchange="onPhoneInput" /> </view> </view> <view class="from-item"> - <view class="label"> 鍙嶉鍐呭锛� </view> + <view class="label"> <text class="icon">*</text>鍙嶉鍐呭锛� </view> <view class="item-content"> - <textarea name="content" rows="4" cols="52" placeholder="璇疯緭鍏ュ弽棣堝唴瀹�" auto-focus="true" adjust-position="true" value="{{content}}" bindinput="bindTextAreaBlur"></textarea> + + <t-textarea placeholder="璇疯緭鍏ュ弽棣堝唴瀹�" value="{{content}}" disableDefaultPadding="{{true}}" autosize="{{true}}" bind:line-change="onLineChange" maxlength="300" indicator bindchange="bindTextAreaBlur" /> </view> </view> <view class="btn-area"> -- Gitblit v1.9.1