From a6f9e7d4faf7c1c536111e0db7f3317cbda9ddb1 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 30 十二月 2024 18:24:05 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit
---
h5/pages/driver/reserved.vue | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/h5/pages/driver/reserved.vue b/h5/pages/driver/reserved.vue
index 7174127..a491d06 100644
--- a/h5/pages/driver/reserved.vue
+++ b/h5/pages/driver/reserved.vue
@@ -98,7 +98,6 @@
</view>
</view>
<view class="copy" @click="copy">澶嶅埗杞﹀墠鐗岀収鍙�</view>
- <view class="perch"></view>
<view class="handle_sub" @click="onSubmit">
鎻愪氦
</view>
@@ -189,7 +188,9 @@
setTimeout(() => {
this.showToast('棰勭害鐢宠鎴愬姛')
})
- this.$jump('/pages/driver/reservedRecord')
+ uni.redirectTo({
+ url: '/pages/driver/index'
+ })
}
})
},
@@ -377,12 +378,12 @@
}
}
.main_app {
- // padding-top: 10rpx;
+ padding-top: 10rpx;
.handle_sub{
- position: fixed;
- bottom: 64rpx;
+ // position: fixed;
+ // bottom: 64rpx;
width: 690rpx;
- left: 30rpx;
+ margin-top: 80rpx;
background-color: #4d99a8;
height: 88rpx;
line-height: 88rpx;
--
Gitblit v1.9.3