Browse Source

1. 新增支付参数

MONSTER-ygh 1 year ago
parent
commit
85bad3a552
1 changed files with 6 additions and 0 deletions
  1. 6 0
      pages/bookticket.vue

+ 6 - 0
pages/bookticket.vue

@@ -312,6 +312,12 @@
 					},
 					viewerList:this.visitors
 				}
+				// #ifdef MP
+				params['source'] = 1
+				// #endif 
+				// #ifdef H5
+				params['source'] = 4
+				// #endif
 				this.cansubmit = false;
 				// console.log('pageData',this.pageData);
 				// console.log('visitors',this.visitors);