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 @@
+
+
+
+
+
+
+
+ 选择配送员
+
+
+
+
+
+
+
+ 交易保障 ▼
+
+
+
+
+ 相同地址 ▼
+
+
+
+
+ 4星以上 ▼
+
+
+
+
+ 区域选择 ▼
+
+
+ {{item.title}}
+
+
+
+
+
+
+
+
+
+ 潘潘安
+
+
+
+
+
+ 接单类型:跑腿单
+
+
+
+
+ 5
+
+
+
+ 平均配送时长 32分钟
+
+
+
+
+
+
+ 当前待取 5
+
+
+ 当前待送 2
+
+
+ 当接单数 1
+
+
+
+ 备注:可接校外美食街;可代取快递,一件1元,3件2.5元,多取多优惠
+
+
+
-
\ 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