f
This commit is contained in:
@@ -165,7 +165,7 @@ function goInquireFeature(feature: string) {
|
||||
// function goVinClaim() { goInquireFeature('toc_VehicleClaimDetail') }
|
||||
function goVinClaim() { goInquireFeature('toc_VehicleClaimVerify') }
|
||||
function goVinMaintain() { goInquireFeature('toc_VehicleMaintenanceDetail') }
|
||||
function goEvHealth() { uni.showToast({ title: '功能开发中', icon: 'none' }) }
|
||||
|
||||
|
||||
function goToolboxItem(key: string) {
|
||||
uni.navigateTo({ url: `/pages/toolbox/query?key=${encodeURIComponent(key)}` })
|
||||
@@ -197,7 +197,7 @@ function goVehicleList() {
|
||||
<view class="small-card" @tap="goVinMaintain">
|
||||
<image src="/static/home/images/VIN2.png" mode="aspectFill" class="main-right-img" />
|
||||
</view>
|
||||
<view class="small-card" @tap="goEvHealth">
|
||||
<view class="small-card">
|
||||
<image src="/static/home/images/VIN3.png" mode="aspectFill" class="main-right-img" />
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -145,7 +145,7 @@ async function handleShareReport() {
|
||||
>
|
||||
分享报告
|
||||
</button>
|
||||
<text class="share-tip">完整报告可在网页版查看,避免小程序渲染异常</text>
|
||||
<text class="share-tip">完整报告可在网页版查看,渲染异常时可查看网页版</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user