From b8e3dc3c89fcc278ed8fe409c09fe938bdda0e23 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 26 九月 2024 11:31:04 +0800 Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master --- packageDomain/pages/publickBookForm/index.wxml | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/packageDomain/pages/publickBookForm/index.wxml b/packageDomain/pages/publickBookForm/index.wxml index 1dd6d69..3e284fa 100644 --- a/packageDomain/pages/publickBookForm/index.wxml +++ b/packageDomain/pages/publickBookForm/index.wxml @@ -13,6 +13,8 @@ value="{{teacherInfo.topicName}}" disableDefaultPadding="{{true}}" autosize="{{autosize}}" + maxlength="200" + indicator bindchange="onTopicNameInput" bindkeyboardheightchange="bindkeyboardheightchange" /> @@ -62,6 +64,8 @@ value="{{teacherInfo.authorBasicInformation}}" disableDefaultPadding="{{true}}" autosize="{{autosize}}" + maxlength="200" + indicator bindchange="onAuthorBasicInfoInput" bindkeyboardheightchange="bindkeyboardheightchange" /> @@ -101,6 +105,8 @@ placeholder="瀹氫綅銆佽寖鍥淬�佹暟閲忕瓑" borderless value="{{teacherInfo.targetReaders}}" + maxlength="100" + indicator bindchange="onTargetReadersInput" bindkeyboardheightchange="bindkeyboardheightchange" /> @@ -114,6 +120,8 @@ value="{{teacherInfo.topicFeatures}}" disableDefaultPadding="{{true}}" autosize="{{autosize}}" + maxlength="500" + indicator bindchange="onTopicFeaturesInput" bindkeyboardheightchange="bindkeyboardheightchange" /> @@ -129,6 +137,8 @@ value="{{teacherInfo.topicImpactAndExpected}}" disableDefaultPadding="{{true}}" autosize="{{autosize}}" + maxlength="500" + indicator bindchange="onTopicImpactAndExpectedInput" bindkeyboardheightchange="bindkeyboardheightchange" /> @@ -144,6 +154,8 @@ value="{{teacherInfo.topicProgress}}" disableDefaultPadding="{{true}}" autosize="{{autosize}}" + maxlength="500" + indicator bindchange="onTopicProgressInput" bindkeyboardheightchange="bindkeyboardheightchange" /> @@ -157,6 +169,8 @@ value="{{teacherInfo.marketAnalysis}}" disableDefaultPadding="{{true}}" autosize="{{autosize}}" + maxlength="500" + indicator bindchange="onMarketAnalysisInput" bindkeyboardheightchange="bindkeyboardheightchange" /> @@ -172,6 +186,8 @@ value="{{teacherInfo.marketingAndPromotionPlan}}" disableDefaultPadding="{{true}}" autosize="{{autosize}}" + maxlength="500" + indicator bindchange="onMarketingAndPromotionPlanInput" bindkeyboardheightchange="bindkeyboardheightchange" /> @@ -187,6 +203,8 @@ value="{{teacherInfo.digitalResourceDevelopmentPlan}}" disableDefaultPadding="{{true}}" autosize="{{autosize}}" + maxlength="500" + indicator bindchange="ondigitalResourceInput" bindkeyboardheightchange="bindkeyboardheightchange" /> @@ -202,6 +220,8 @@ value="{{teacherInfo.otherExistingIssues}}" disableDefaultPadding="{{true}}" autosize="{{autosize}}" + maxlength="500" + indicator bindchange="onOtherExistingIssuesInput" bindkeyboardheightchange="bindkeyboardheightchange" /> -- Gitblit v1.9.1