chore: prepare release build
This commit is contained in:
@@ -29,10 +29,6 @@ const zhongjianReportOtherAttachments = computed(() =>
|
||||
);
|
||||
|
||||
function goVerify() {
|
||||
if (isZhongjianReport.value) {
|
||||
uni.showToast({ title: "中检报告不使用平台验真吊牌", icon: "none" });
|
||||
return;
|
||||
}
|
||||
uni.navigateTo({ url: `/pages/verify/result?report_no=${detail.value.report_header.report_no}` });
|
||||
}
|
||||
|
||||
@@ -266,7 +262,7 @@ onLoad(async (options) => {
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view v-if="!isZhongjianReport" class="section section-card">
|
||||
<view class="section section-card">
|
||||
<view class="section__title">报告凭证</view>
|
||||
<view class="credential-box">
|
||||
<view class="credential-box__qr">
|
||||
@@ -285,7 +281,7 @@ onLoad(async (options) => {
|
||||
|
||||
<view v-if="isZhongjianReport" class="section section-card">
|
||||
<view class="section__title">中检报告文件</view>
|
||||
<view class="section__desc">中检订单不使用平台验真吊牌,请以中检报告编号与报告文件为准。</view>
|
||||
<view class="section__desc">中检报告文件可在下方查看,报告验真请以报告凭证与吊牌组合验真结果为准。</view>
|
||||
|
||||
<view v-if="zhongjianReportImageAttachments.length" class="task-files" style="margin-top: 20rpx;">
|
||||
<view
|
||||
|
||||
Reference in New Issue
Block a user