@@ -115,6 +115,10 @@
orderProductId: {
type: String,
default: ''
+ },
+ partnerId: {
+ type: String,
+ default: ''
}
},
data () {
@@ -311,9 +315,9 @@
funSubmit () {
const postData = {
orderProductId: this.orderProductId,
+ partnerId: this.partnerId,
...this.postData
- console.log(postData)
delete postData.capture
if (!this.verifyData()) {
Toast({