Compare commits

...

2 Commits

Author SHA1 Message Date
tx
0f8c205a2d 冲突 2024-10-18 18:04:57 +08:00
tx
3cb7b4e318 111 2024-10-18 18:03:37 +08:00
4 changed files with 54 additions and 1 deletions

View File

@ -9,6 +9,7 @@ const install = (Vue, vm) => {
// 测试环境
// baseUrl: 'https://dianche.chuantewulian.cn/prod-api',
// 俞山岛
baseUrl: 'https://zc.chuangtewl.com/prod-api',
// baseUrl: 'https://testzc.chuangtewl.com/prod-api',
baseUrl: 'https://zc.chuangtewl.com/prod-api',
// baseUrl: 'http://47.120.68.19:8090',

View File

@ -8,7 +8,7 @@
</view>
<!-- <image class="backimg" src="https://lxnapi.ccttiot.com/bike/img/static/usCZzuQpGCBUpvzCfqyE" mode=""></image> -->
<view class="car_info" >
<view class="car_info" >
<view class="info_tit">
{{typeReturn(orderInfo.status) }}
</view>

View File

@ -176,9 +176,36 @@
// ... A
]
},
{
"root": "pages_withdraw", // A
"pages": [
{
"path" : "withdraw",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
// ... A
]
}
// {
// "path" : "pages_tixian/withdraw",
// "style" :
// {
// "navigationBarTitleText" : ""
// }
// }
],
// "tabBar": {

View File

@ -0,0 +1,25 @@
<template>
<view class="page">
<view class="fixed">
<u-navbar :custom-back='back' title=" " :border-bottom="false" :background="background" title-color='#fff' title-size='36'
height='45' back-icon-color='#000'></u-navbar>
</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>