wangfukang 2 weeks ago
parent
commit
e9abba09c8
  1. 1
      pages/index/index.vue

1
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

Loading…
Cancel
Save