wangfukang 3 weeks ago
parent
commit
b91104656e
  1. 1
      components/tab-bar/delivery.vue
  2. 4
      components/tab-bar/myCenter.vue

1
components/tab-bar/delivery.vue

@ -471,6 +471,7 @@
pageNum: 1,
pageSize: 10,
order: '',
returnOrderLast: 1,
regionId: '',
deliveryType: null,
workerId: uni.getStorageSync('worker') ? uni.getStorageSync('worker').workerId : ''

4
components/tab-bar/myCenter.vue

@ -282,7 +282,7 @@
subPost: '',
icon: '/package3/static/group-buy.png',
cta: '去拼团',
action: 'dingdan'
action: 'groupPending'
}, {
type: 'cash',
title: '白嫖现金',
@ -561,6 +561,8 @@
}
} else if (e == 'dingdan') {
url = '/package1/order/orderList'
} else if (e == 'groupPending') {
url = '/package2/group/groupPendingList'
} else if (e == 'addType') {
url = '/package2/myCenter/addType'
} else if (e == 'qianbao') {

Loading…
Cancel
Save