From bfdd1a936731cf9b5f0d2c78d363cbb0ec93d941 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 04 九月 2024 09:43:52 +0800
Subject: [PATCH] 树结构排序优化

---
 pages/personalCenter/feedBackSubmit/index.wxml |   28 ++++++++++++++++++++++++++--
 1 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/pages/personalCenter/feedBackSubmit/index.wxml b/pages/personalCenter/feedBackSubmit/index.wxml
index 675b7b0..a64524b 100644
--- a/pages/personalCenter/feedBackSubmit/index.wxml
+++ b/pages/personalCenter/feedBackSubmit/index.wxml
@@ -1,2 +1,26 @@
-<!--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"><text class="icon">*</text> 鑱旂郴浜猴細 </view>
+      <view class="item-content">
+        <t-input placeholder="璇疯緭鍏ヨ仈绯讳汉" borderless value="{{userName}}" bindchange="bindTnputBlur" />
+      </view>
+    </view>
+    <view class="from-item">
+      <view class="label"> <text class="icon">*</text>鑱旂郴鏂瑰紡锛� </view>
+      <view class="item-content">
+        <t-input placeholder="杈撳叆鑱旂郴鏂瑰紡" borderless value="{{mannder}}" type="number" tips="{{phoneError ? '鎵嬫満鍙疯緭鍏ヤ笉姝g‘' : ''}}" bindchange="onPhoneInput" />
+      </view>
+    </view>
+    <view class="from-item">
+      <view class="label"> <text class="icon">*</text>鍙嶉鍐呭锛� </view>
+      <view class="item-content">
+
+        <t-textarea placeholder="璇疯緭鍏ュ弽棣堝唴瀹�" value="{{content}}" disableDefaultPadding="{{true}}" autosize="{{true}}" bind:line-change="onLineChange" maxlength="300" indicator bindchange="bindTextAreaBlur" />
+      </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