diff --git a/pages/index/index.vue b/pages/index/index.vue index b2b3dbe..1c023b3 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -650,6 +650,7 @@ groupId:item.groupId ? item.groupId : '', deliveryId:item.id, workerId:uni.getStorageSync('worker') ? uni.getStorageSync('worker').workerId : '', + workerName:uni.getStorageSync('worker') ? uni.getStorageSync('worker').workerName : '', regionId:JSON.parse(uni.getStorageSync('area')).id } let that = this