This commit is contained in:
zpc 2026-03-22 22:56:16 +08:00
parent 996d51d2f5
commit 9b160e0775
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ else
<!-- 底部信息栏 -->
<div class="cover-footer-bar">
<span class="cover-footer-left">评测人:@Model.ReportData!.RecordInfo.Name</span>
<span class="cover-footer-right">天赋全能测评</span>
<span class="cover-footer-right">学业邑规划</span>
</div>
</div>
}

View File

@ -153,7 +153,7 @@ onLoad((options) => {
<!-- 底部保存按钮 -->
<view v-if="!pageLoading && reportUrl" class="bottom-action">
<view class="save-btn" :class="{ 'save-btn--disabled': saving }" @click="handleSaveToLocal">
<text>{{ saving ? '打开中...' : '保存到本地' }}</text>
<text>{{ saving ? '打开中...' : '查看完整测评报告' }}</text>
</view>
</view>
</view>