ui: 将「AI 补充营养」按钮文字改为「分析营养成分」
This commit is contained in:
@@ -129,14 +129,14 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- T08/T09: 无营养数据时展示「AI 补充营养」按钮 -->
|
<!-- T08/T09: 无营养数据时展示「分析营养成分」按钮 -->
|
||||||
<view class="nutrition-fill-row" v-else-if="!isLoading && (postData.description || postData.title)">
|
<view class="nutrition-fill-row" v-else-if="!isLoading && (postData.description || postData.title)">
|
||||||
<button
|
<button
|
||||||
class="ai-fill-btn"
|
class="ai-fill-btn"
|
||||||
:disabled="aiNutritionFilling"
|
:disabled="aiNutritionFilling"
|
||||||
@click="fillNutritionByAi"
|
@click="fillNutritionByAi"
|
||||||
>
|
>
|
||||||
<text v-if="!aiNutritionFilling">🤖 AI 补充营养</text>
|
<text v-if="!aiNutritionFilling">🤖 分析营养成分</text>
|
||||||
<text v-else>估算中...</text>
|
<text v-else>估算中...</text>
|
||||||
</button>
|
</button>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user