修复收取地下零件失效问题
This commit is contained in:
@@ -742,7 +742,7 @@ function GetUserComponent(pin = $.encryptPin) {
|
|||||||
|
|
||||||
function PickUpComponent(index, encryptPin) {
|
function PickUpComponent(index, encryptPin) {
|
||||||
return new Promise(resolve => {
|
return new Promise(resolve => {
|
||||||
$.get(taskurl('usermaterial/PickUpComponent', `placeId=${index}&pin=${encryptPin}`), (err, resp, data) => {
|
$.get(taskurl('usermaterial/PickUpComponent', `placeId=${index}&pin=${encryptPin}&_stk=_time,pin,placeId,zone`), (err, resp, data) => {
|
||||||
try {
|
try {
|
||||||
if (err) {
|
if (err) {
|
||||||
console.log(`${JSON.stringify(err)}`)
|
console.log(`${JSON.stringify(err)}`)
|
||||||
|
Reference in New Issue
Block a user