123
This commit is contained in:
@@ -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', "监听回调")
|
||||
|
||||
Reference in New Issue
Block a user