This commit is contained in:
X1627315083
2024-06-28 11:50:11 +08:00
parent 360858a84d
commit 1ec37cd053
7 changed files with 19 additions and 24 deletions

View File

@@ -240,6 +240,7 @@
id="text-area"
placeholder="请输入..."
v-model="othersHelpful"
@input="()=>helpfulOthers.checked = true"
></textarea>
</label>
</div>
@@ -354,6 +355,7 @@
id="text-area"
v-model="othersImprovel"
placeholder="请输入..."
@input="()=>improvelOthers.checked = true"
></textarea>
</label>
</div>
@@ -401,6 +403,7 @@
id="text-area"
v-model="othersIsSubscribeCause"
placeholder="请输入..."
@input="()=>isSubscribeCauseOthers.checked = true"
></textarea>
</label>
</div>