Commit 0043cb1a by 施宇

1

parent f033238b
Showing with 5 additions and 0 deletions
......@@ -120,6 +120,11 @@ Page({
let me = this;
getData(apis.deliver_goods, 'post', {"pick_task_detail_id":arr}, function(res) {
if (res.errcode === 0) {
wx.showToast({
title:'操作成功',
icon: 'none',
duration: 2000
});
me.getList()
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment