This commit is contained in:
Mrx
2026-06-08 14:07:31 +08:00
parent 0e5ce99594
commit a322e32388
2 changed files with 3 additions and 3 deletions

View File

@@ -165,7 +165,7 @@ function goInquireFeature(feature: string) {
// function goVinClaim() { goInquireFeature('toc_VehicleClaimDetail') } // function goVinClaim() { goInquireFeature('toc_VehicleClaimDetail') }
function goVinClaim() { goInquireFeature('toc_VehicleClaimVerify') } function goVinClaim() { goInquireFeature('toc_VehicleClaimVerify') }
function goVinMaintain() { goInquireFeature('toc_VehicleMaintenanceDetail') } function goVinMaintain() { goInquireFeature('toc_VehicleMaintenanceDetail') }
function goEvHealth() { uni.showToast({ title: '功能开发中', icon: 'none' }) }
function goToolboxItem(key: string) { function goToolboxItem(key: string) {
uni.navigateTo({ url: `/pages/toolbox/query?key=${encodeURIComponent(key)}` }) uni.navigateTo({ url: `/pages/toolbox/query?key=${encodeURIComponent(key)}` })
@@ -197,7 +197,7 @@ function goVehicleList() {
<view class="small-card" @tap="goVinMaintain"> <view class="small-card" @tap="goVinMaintain">
<image src="/static/home/images/VIN2.png" mode="aspectFill" class="main-right-img" /> <image src="/static/home/images/VIN2.png" mode="aspectFill" class="main-right-img" />
</view> </view>
<view class="small-card" @tap="goEvHealth"> <view class="small-card">
<image src="/static/home/images/VIN3.png" mode="aspectFill" class="main-right-img" /> <image src="/static/home/images/VIN3.png" mode="aspectFill" class="main-right-img" />
</view> </view>
</view> </view>

View File

@@ -145,7 +145,7 @@ async function handleShareReport() {
> >
分享报告 分享报告
</button> </button>
<text class="share-tip">完整报告可在网页版查看避免小程序渲染异常</text> <text class="share-tip">完整报告可在网页版查看渲染异常时可查看网页版</text>
</view> </view>
</view> </view>
</view> </view>