chore: prepare release build

This commit is contained in:
wushumin
2026-05-16 16:32:56 +08:00
parent dd56e0861b
commit deecb5d33e
28 changed files with 4396 additions and 361 deletions

View File

@@ -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