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

@@ -241,6 +241,7 @@
id="text-area"
placeholder="Please enter..."
v-model="othersHelpful"
@input="()=>helpfulOthers.checked = true"
></textarea>
</label>
</div>
@@ -357,6 +358,7 @@
id="text-area"
v-model="othersImprovel"
placeholder="Please enter..."
@input="()=>improvelOthers.checked = true"
></textarea>
</label>
</div>
@@ -404,6 +406,7 @@
id="text-area"
v-model="othersIsSubscribeCause"
placeholder="Please enter..."
@input="()=>isSubscribeCauseOthers.checked = true"
></textarea>
</label>
</div>