This commit is contained in:
2024-01-21 18:01:29 +08:00
parent f5a000a3a5
commit 944a015134
9 changed files with 192 additions and 202 deletions

View File

@@ -127,7 +127,15 @@
// return
// }
let _this = this
_this.$api.pickUpCardBind(this.page).then((resp) => {
var params = {
customerSid: this.page.customerSid,
transferSid: this.page.codeKey
}
console.log("params+++++++++++++++", params);
_this.$api.receiveTransferGoods(params).then((resp) => {
bus.$emit('order', "监听回调");
// setTimeout(() => {
// uni.$emit('order', "监听回调")