提交 c48a04a7 authored 作者: 黄旭新's avatar 黄旭新

xin

上级 5f2afe6f
......@@ -620,6 +620,20 @@
"navigationBarTitleText": "认证须知",
"enablePullDownRefresh": false
}
},
{
"path": "ElectricPassengerCenter/ElectricPassengerCenter",
"style": {
"navigationBarTitleText": "电客中心",
"enablePullDownRefresh": false
}
},
{
"path": "MakeMoney/MakeMoney",
"style": {
"navigationBarTitleText": "赚钱指引",
"enablePullDownRefresh": false
}
}
]
}],
......
差异被折叠。
......@@ -227,11 +227,15 @@
})
},
onLoad(options) {
let that=this
if (options.type == 'signSuccessCb') {
uni.showToast({
title: '签署成功!',
})
}
if(options.typenum){
that.checkType(options.typenum)
}
},
onShow() {
this.getMyContract()
......
<template>
<view class="ElectricPassengerCenter">
</view>
</template>
<script>
</script>
<style lang="scss" scoped>
.ElectricPassengerCenter{
width: 100%;
height: 100%;
}
</style>
<template>
<view class="MakeMoney">
</view>
</template>
<script>
</script>
<style lang="scss" scoped>
.MakeMoney{
width: 100%;
height: 100%;
}
</style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论