From bcd706eeb0c7f9e36ee4803386e52ce2bc0510f6 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期三, 06 三月 2024 09:28:26 +0800 Subject: [PATCH] feat(s): 大山 --- pages/personalCenter/feedBackSubmit/index.wxml | 27 +++++++++++++++++++++++++-- 1 files changed, 25 insertions(+), 2 deletions(-) diff --git a/pages/personalCenter/feedBackSubmit/index.wxml b/pages/personalCenter/feedBackSubmit/index.wxml index 675b7b0..b631d1c 100644 --- a/pages/personalCenter/feedBackSubmit/index.wxml +++ b/pages/personalCenter/feedBackSubmit/index.wxml @@ -1,2 +1,25 @@ -<!--pages/personalCenter/feedBackSubmit/index.wxml--> -<text>pages/personalCenter/feedBackSubmit/index.wxml</text> +<view class="container"> + <view class="page-body"> + <view class="from-item"> + <view class="label"> 鑱旂郴浜猴細 </view> + <view class="item-content"> + <input class="weui-input" name="userName" auto-focus="true" adjust-position="true" value="{{userName}}" placeholder="璇疯緭鍏ヨ仈绯讳汉" bindinput="bindTnputBlur" /> + </view> + </view> + <view class="from-item"> + <view class="label"> 鑱旂郴鏂瑰紡锛� </view> + <view class="item-content"> + <input class="weui-input" name="mannder" auto-focus="true" adjust-position="true" value="{{mannder}}" placeholder="璇疯緭鍏ヨ仈绯绘柟寮�" bindinput="bindTnputBlur1" /> + </view> + </view> + <view class="from-item"> + <view class="label"> 鍙嶉鍐呭锛� </view> + <view class="item-content"> + <textarea name="content" rows="4" cols="52" placeholder="璇疯緭鍏ュ弽棣堝唴瀹�" auto-focus="true" adjust-position="true" value="{{content}}" bindinput="bindTextAreaBlur"></textarea> + </view> + </view> + <view class="btn-area"> + <button class="submit" bindtap="submit">鎻愪氦</button> + </view> + </view> +</view> \ No newline at end of file -- Gitblit v1.9.1