Compare commits

..

No commits in common. "0f8c205a2dde631e137251ee5e0f3f775278bab3" and "2eae8a89fff0453dbd58717defa02c9d1bab3ea9" have entirely different histories.

4 changed files with 1 additions and 54 deletions

View File

@ -9,7 +9,6 @@ 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,36 +176,9 @@
// ... A
]
},
{
"root": "pages_withdraw", // A
"pages": [
{
"path" : "withdraw",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
// ... A
]
}
// {
// "path" : "pages_tixian/withdraw",
// "style" :
// {
// "navigationBarTitleText" : ""
// }
// }
],
// "tabBar": {

View File

@ -1,25 +0,0 @@
<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>