Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c2c60b8cc1
@ -138,7 +138,10 @@
|
|||||||
tabBar,
|
tabBar,
|
||||||
VNavigationBar
|
VNavigationBar
|
||||||
},
|
},
|
||||||
onLoad() {
|
onLoad(option) {
|
||||||
|
if(option.id){
|
||||||
|
this.gindex = option.id
|
||||||
|
}
|
||||||
this.getthree()
|
this.getthree()
|
||||||
this.getlist()
|
this.getlist()
|
||||||
},
|
},
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
<image style="width: 90px;height: 22px" src="../../static/my/一键还车@2x.png" mode=""></image>
|
<image style="width: 90px;height: 22px" src="../../static/my/一键还车@2x.png" mode=""></image>
|
||||||
<text class="back-car-text">添加车辆,查看更多救援信息</text>
|
<text class="back-car-text">添加车辆,查看更多救援信息</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="back-button">去还车</view>
|
<view class="back-button" @click="goHuanche">去还车</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="bai-box">
|
<view class="bai-box">
|
||||||
@ -329,6 +329,11 @@
|
|||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/rescue/historylist?id=4'
|
url: '/pages/rescue/historylist?id=4'
|
||||||
})
|
})
|
||||||
|
},
|
||||||
|
goHuanche(){
|
||||||
|
uni.navigateTo({
|
||||||
|
url: '/pages/my/carlist?id=3'
|
||||||
|
})
|
||||||
},
|
},
|
||||||
gogogog() {
|
gogogog() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
|
Loading…
Reference in New Issue
Block a user