mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
优化后台查询微信支付单支付状态
This commit is contained in:
@@ -134,7 +134,7 @@
|
||||
payment_code: code,
|
||||
payment_type: this.type,
|
||||
params: {
|
||||
//trade_type: 'NATIVE',
|
||||
trade_type: 'JSAPI',
|
||||
}
|
||||
}
|
||||
data.ids = (this.type == this.$globalConstVars.paymentType.common || this.type == this.$globalConstVars.paymentType.pinTuan || this.type == this.$globalConstVars.paymentType.group || this.type == this.$globalConstVars.paymentType.seckill || this.type == this.$globalConstVars.paymentType.bargain || this.type == this.$globalConstVars.paymentType.giveaway || this.type == this.$globalConstVars.paymentType.solitaire || this.type == this.$globalConstVars.paymentType.transactionComponent || this.type == this.$globalConstVars.paymentType.serviceOrder) ? this.orderId : this.uid
|
||||
|
||||
Reference in New Issue
Block a user