|
|
@@ -149,12 +149,12 @@
|
|
|
<!-- <view v-if="resultData.canRetake" class="result-btn result-btn-primary" @click="retakeExam">重新考试</view> -->
|
|
|
<view class="result-btn result-btn-primary" @click="closeResult">返回</view>
|
|
|
</view>
|
|
|
- <view class="result-cert" v-if="resultData.certificatePath">
|
|
|
+ <view class="result-cert" v-if="resultData.certificateName">
|
|
|
<text class="result-cert-icon">🏆</text>
|
|
|
<view class="result-cert-info">
|
|
|
<view class="result-cert-title">您已获得证书!</view>
|
|
|
<view class="result-cert-name">{{ resultData.certificateName }}</view>
|
|
|
- <view class="result-cert-btn" @click="goCertificate(resultData.certificatePath)">查看证书</view>
|
|
|
+ <!-- <view class="result-cert-btn" @click="goCertificate(resultData.certificatePath)">查看证书</view> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|