zhengkaixin 2 years ago
parent
commit
6307b70cc4
2 changed files with 6 additions and 3 deletions
  1. 3 2
      .env.dev.js
  2. 3 1
      pagesFinance/user/withdrawal/businessInfo.vue

+ 3 - 2
.env.dev.js

@@ -8,9 +8,10 @@ const UNI_APP = {
 	SIMPLE_RUN:true,// 无视权限控制跳转页面   , 用于样式人员快速访问各种功能 ,快速测试等
 	//openId:"oHjCawsxTJkxixR74OVp7aCKahj8",//测试用openId  
 	//openId:"oK9Wr59rru-i3bm7dtTtxnkR-i4s",
-	openId:"oK9Wr5_2USr1yP4MRew9KbJA0-ng",//老板
+	//openId:"oK9Wr5_2USr1yP4MRew9KbJA0-ng",//老板
 	//openId:"oK9Wr56yEh-TbCvUg3s9LYQSL8tM",//提现
-	//openId:"oK9Wr59rru-i3bm7dtTtxnkR-i4s", //杨所
+	openId:"oK9Wr59rru-i3bm7dtTtxnkR-i4s", //杨所
+	openId:"oK9Wr56yEh-TbCvUg3s9LYQSL8tM",
 	//openId:"oK9Wr54VbEh3xvWYmD_zT5NbH4AY",//zkx
 	//openId:"oK9Wr5zv8lvirni3txbxRkmpg8d0",//舒展, 物业
 	//openId:"oK9Wr55J1J1eL6BqI2tW749NTxNU",

+ 3 - 1
pagesFinance/user/withdrawal/businessInfo.vue

@@ -1442,13 +1442,15 @@
 			bindPickerChange1(e) {
 				//切换站点
 				if (this.stationList[e.detail.value]) {
-					this.stationObj = this.stationList[e.detail.value];
+					this.stationObj = this.stationList[e.detail.value];
+					this.info.startTime2="";
 					this.queryWithdrawInfo(true)
 				}
 			},
 			bindPickerChange2(e) {
 				//切换是由
 				this.info.applicationType = this.applicationList[e.detail.value].value;
+			
 				this.queryWithdrawInfo(true)
 			},
 			bindPickerChange3(e) {