This commit is contained in:
nyoung 2024-08-23 18:57:15 +08:00
parent 2d31688dc0
commit ad029e6f75
2 changed files with 10 additions and 2 deletions

View File

@ -138,7 +138,10 @@
tabBar,
VNavigationBar
},
onLoad() {
onLoad(option) {
if(option.id){
this.gindex = option.id
}
this.getthree()
this.getlist()
},

View File

@ -40,7 +40,7 @@
<image style="width: 90px;height: 22px" src="../../static/my/一键还车@2x.png" mode=""></image>
<text class="back-car-text">添加车辆查看更多救援信息</text>
</view>
<view class="back-button">去还车</view>
<view class="back-button" @click="goHuanche">去还车</view>
</view>
<view class="bai-box">
@ -329,6 +329,11 @@
uni.navigateTo({
url: '/pages/rescue/historylist?id=4'
})
},
goHuanche(){
uni.navigateTo({
url: '/pages/my/carlist?id=3'
})
},
gogogog() {
uni.navigateTo({