21
This commit is contained in:
parent
996d51d2f5
commit
9b160e0775
|
|
@ -28,7 +28,7 @@ else
|
||||||
<!-- 底部信息栏 -->
|
<!-- 底部信息栏 -->
|
||||||
<div class="cover-footer-bar">
|
<div class="cover-footer-bar">
|
||||||
<span class="cover-footer-left">评测人:@Model.ReportData!.RecordInfo.Name</span>
|
<span class="cover-footer-left">评测人:@Model.ReportData!.RecordInfo.Name</span>
|
||||||
<span class="cover-footer-right">天赋全能测评</span>
|
<span class="cover-footer-right">学业邑规划</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -153,7 +153,7 @@ onLoad((options) => {
|
||||||
<!-- 底部保存按钮 -->
|
<!-- 底部保存按钮 -->
|
||||||
<view v-if="!pageLoading && reportUrl" class="bottom-action">
|
<view v-if="!pageLoading && reportUrl" class="bottom-action">
|
||||||
<view class="save-btn" :class="{ 'save-btn--disabled': saving }" @click="handleSaveToLocal">
|
<view class="save-btn" :class="{ 'save-btn--disabled': saving }" @click="handleSaveToLocal">
|
||||||
<text>{{ saving ? '打开中...' : '保存到本地' }}</text>
|
<text>{{ saving ? '打开中...' : '查看完整测评报告' }}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user