refactor(HomePage): 移除智能回复按钮的注释代码
移除三个位置的智能回复按钮代码,该功能当前不再使用
This commit is contained in:
@@ -415,9 +415,9 @@ const handleSmartReply = () => {
|
||||
<div class="card-meta">
|
||||
<div class="button-group">
|
||||
<!-- 快捷跳转按钮:虽然顶部有Tab,但这里的按钮也是很好的引导 -->
|
||||
<button class="card-button smart-reply-button" @click="handleSmartReply">
|
||||
<!-- <button class="card-button smart-reply-button" @click="handleSmartReply">
|
||||
🤖 智能回复
|
||||
</button>
|
||||
</button> -->
|
||||
<button v-if="!secondStageInfo" class="card-button" @click="handleButtonClick" :disabled="isLoading">
|
||||
<span v-if="isLoading">处理中...</span>
|
||||
<span v-else>📧 发送二阶评估表</span>
|
||||
@@ -439,9 +439,9 @@ const handleSmartReply = () => {
|
||||
<button class="card-button cancel-button" @click="cancelPhoneInput" :disabled="isLoading">
|
||||
取消
|
||||
</button>
|
||||
<button class="card-button smart-reply-button" @click="handleSmartReply">
|
||||
<!-- <button class="card-button smart-reply-button" @click="handleSmartReply">
|
||||
🤖 智能回复
|
||||
</button>
|
||||
</button> -->
|
||||
<button class="card-button submit-button" @click="submitPhone" :disabled="isLoading || !phoneNumber.trim()">
|
||||
<span v-if="isLoading">提交中...</span>
|
||||
<span v-else>确认提交</span>
|
||||
@@ -460,9 +460,9 @@ const handleSmartReply = () => {
|
||||
<div class="card-meta">
|
||||
<span>暖洋葱家庭教育</span>
|
||||
<div class="button-group">
|
||||
<button class="card-button smart-reply-button" @click="handleSmartReply">
|
||||
<!-- <button class="card-button smart-reply-button" @click="handleSmartReply">
|
||||
🤖 智能回复
|
||||
</button>
|
||||
</button> -->
|
||||
<button class="card-button" @click="sendFormLink" :disabled="isLoading">
|
||||
<span v-if="isLoading">处理中...</span>
|
||||
<span v-else>📧 发送评估表</span>
|
||||
|
||||
Reference in New Issue
Block a user