diff --git a/pages.json b/pages.json index 715f417..6bead92 100644 --- a/pages.json +++ b/pages.json @@ -512,6 +512,15 @@ "navigationBarTextStyle": "white" } + }, { + "path": "property/vehicle_a", + "style": { + "navigationBarTitleText": "三轮车详情", + "enablePullDownRefresh": false, + "navigationBarBackgroundColor": "#0122C7", + "navigationBarTextStyle": "white" + } + } diff --git a/subpkg/property/index.vue b/subpkg/property/index.vue index 1a79f0c..adaa085 100644 --- a/subpkg/property/index.vue +++ b/subpkg/property/index.vue @@ -8,7 +8,6 @@ - @@ -42,23 +41,24 @@ - - - + - 当前没有可以签约的的车辆,快去签约新车吧! - 签约新车 + + 签约新车 + + 你已发起租赁{{newCarNum}}两新车的申请,后台正在为您加急处理中,请稍后~~ + - - - + + 车牌号 @@ -103,11 +103,22 @@ + + + + + + + + + 签约新车 + + + + + - - - - @@ -126,7 +137,9 @@ name: "vehicle", data() { return { - dataList: [], + isNewCheck: false, + showPop: false, + dataList: [1, 2, 3], tabLists: [{ name: '未出租', }, { @@ -135,6 +148,8 @@ curNow: 0, checked: 0, keywords: "", + newCarNum: "", + newcarTit: "请输入你想要的车辆数量" }; @@ -147,7 +162,14 @@ this.toDetail("/subpkg/property/chosseCompany") } }, + confirm() { + if (!this.newCarNum) return + console.log(this.newCarNum) + this.showPop = false + this.isNewCheck = true + // this.newCarNum = "" + }, toDetail(url) { uni.navigateTo({ url @@ -167,20 +189,31 @@ margin: 28rpx 28rpx 0 28rpx; } + .add { + position: fixed; + bottom: 100rpx; + right: 0; + } + .personnel_list { padding: 28rpx 0; margin-bottom: 130rpx; + + .empty { - padding-top: 100rpx; + padding-top: 200rpx; text-align: center; .btn { width: 30vw; margin-top: 10rpx; + margin: 10rpx auto; } + + // height: 80vh; // background-color: red; } diff --git a/subpkg/property/vehicle_a.vue b/subpkg/property/vehicle_a.vue new file mode 100644 index 0000000..bd2b591 --- /dev/null +++ b/subpkg/property/vehicle_a.vue @@ -0,0 +1,600 @@ + + + + + \ No newline at end of file