diff --git a/components/tab-bar/delivery.vue b/components/tab-bar/delivery.vue index aeefd31..53631ff 100644 --- a/components/tab-bar/delivery.vue +++ b/components/tab-bar/delivery.vue @@ -211,78 +211,85 @@ style="transform: scale(0.7);text-align: right;" /> - - 外卖规则 - - 全选 + + + 外卖规则 + + 全选 + - - - - - - - - 取 - - - {{item.getAreaName}} + + + + + + + 取 + + + {{item.getAreaName}} + - - - - 送 + + + 送 + + + {{item.putAreaName}} + - - {{item.putAreaName}} + + + + - - - - - - - - 跑腿规则 - - 全选 + + 跑腿规则 + + 全选 + - - - - - - - - 取 - - - {{item.getAreaName}} + + + + + + + 取 + + + {{item.getAreaName}} + - - - - 送 + + + 送 + + + {{item.putAreaName}} + - - {{item.putAreaName}} + + + + - - - - - - - - 确认修改 + + + + 确认规则 + + + 补充规则 + @@ -509,6 +516,13 @@ this.productData = item.goodsList; this.$refs.productPopup.open() }, + buchong(){ + this.$refs.carPopup.close() + uni.navigateTo({ + url:'/package1/myCenter/partTimeJobRegister' + }) + + }, selectRule(item) { //TODO 这里应该改成 复选,选中的遍历再放进来 // let rule = { @@ -907,11 +921,12 @@ .guize-list { width: 600rpx; - padding: 20rpx; - overflow: scroll; + padding: 20rpx 20rpx 0; background: #fff; border-radius: 20rpx; - max-height: 1000rpx; + max-height: 1000rpx; + min-height: 640rpx; + position: relative; } .zhipai-box { @@ -995,7 +1010,8 @@ border-radius: 100rpx; line-height: 100rpx; text-align: center; - margin: 40rpx auto; + margin: 20rpx 20rpx; + flex: 1; } .code-box{ display: inline-block; diff --git a/components/tab-bar/tab-bar.vue b/components/tab-bar/tab-bar.vue index c7f6bf7..41f60b3 100644 --- a/components/tab-bar/tab-bar.vue +++ b/components/tab-bar/tab-bar.vue @@ -197,7 +197,7 @@ background: rgba(255, 255, 255, 1); margin: 0 auto; display: flex; - z-index: 999; + z-index: 9; border-top: 1px solid #eee; border-top-left-radius: 60rpx; border-top-right-radius: 60rpx;