From 8286bd7f5a575053f076dc649ff6a108bed70727 Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Wed, 18 Mar 2026 15:56:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BA=86=E5=87=A0=E4=B8=AA?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package1/buyFood/buyFood.vue | 23 +- package1/index/deliveryPersonList.vue | 312 +++++++++++++++++++++++++- package1/order/pendGroup.vue | 12 + 3 files changed, 343 insertions(+), 4 deletions(-) create mode 100644 package1/order/pendGroup.vue diff --git a/package1/buyFood/buyFood.vue b/package1/buyFood/buyFood.vue index 319d0b5..61226c1 100644 --- a/package1/buyFood/buyFood.vue +++ b/package1/buyFood/buyFood.vue @@ -112,7 +112,7 @@ 指定配送员 - + 配送员 @@ -187,7 +187,7 @@ - + 立即支付 @@ -198,6 +198,14 @@ + + + + 填写收货地址 + 填写配送佣金 + 指定配送员 + + > @@ -210,6 +218,7 @@ export default { data() { return { + warnPopup:'shdz', isPaotui: true, menuButtonInfo: {}, formData:{ @@ -233,6 +242,14 @@ this.menuButtonInfo = uni.getMenuButtonBoundingClientRect() }, methods: { + submitPay(){ + this.$refs.warnPopup.open() + }, + goDetail(){ + uni.navigateTo({ + url:'/package1/index/deliveryPersonList' + }) + }, openAddressBook(){ this.$refs.bookPopup.open('bottom') @@ -354,7 +371,7 @@ .title { background: url('https://jewel-shop.oss-cn-beijing.aliyuncs.com/8bc15960c2dc40268e295d6dd23aecce.png') no-repeat; width: 100%; - height: 22%; + height: 20%; } .title-sreach { diff --git a/package1/index/deliveryPersonList.vue b/package1/index/deliveryPersonList.vue index ec45192..5521c71 100644 --- a/package1/index/deliveryPersonList.vue +++ b/package1/index/deliveryPersonList.vue @@ -1,9 +1,319 @@ - \ No newline at end of file diff --git a/package1/order/pendGroup.vue b/package1/order/pendGroup.vue new file mode 100644 index 0000000..c17edce --- /dev/null +++ b/package1/order/pendGroup.vue @@ -0,0 +1,12 @@ + + + + + \ No newline at end of file