Compare commits
2 Commits
2eae8a89ff
...
0f8c205a2d
Author | SHA1 | Date | |
---|---|---|---|
0f8c205a2d | |||
3cb7b4e318 |
|
@ -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',
|
||||
|
|
|
@ -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>
|
||||
|
|
27
pages.json
27
pages.json
|
@ -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": {
|
||||
|
|
25
pages_withdraw/withdraw.vue
Normal file
25
pages_withdraw/withdraw.vue
Normal 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>
|
Loading…
Reference in New Issue
Block a user