浏览代码

V4 控制

zhengkaixin 2 月之前
父节点
当前提交
d60b49d821
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      pages/recharge/accountRecharge.vue

+ 4 - 1
pages/recharge/accountRecharge.vue

@@ -345,7 +345,10 @@
 				getOpenId.getOpenId(true, this.carhelp.getUID())
 			}
 			this.submitForm.openId=openId
-			this.submitForm.source="yjwg"
+			if ('prodv4'==process.car.NODE_ENV) {
+				this.submitForm.source="yjwg"
+			}
+			
 		},
 		onReady() {
 			this.homePage()