Parcourir la source

Merge branch 'master' of http://git.zthymaoyi.com/gongdecai/wangluohuoyun-app

achao il y a 3 ans
Parent
commit
256384d4b9

+ 0 - 1
pages/mine/index.vue

@@ -194,7 +194,6 @@
 				await this.$request.baseRequest('', '/driverInfo/firstAuthentication', {
 						driverPhone: this.userInfo.phone,
 					}).then(res => {
-						debugger
 						this.firstAuthentication = res.data
 						console.log("this.firstAuthentication", this.firstAuthentication)
 						if (this.firstAuthentication) {

+ 0 - 3
pages/mine/manageBankCards/index.vue

@@ -128,9 +128,6 @@
 						driverId: this.userInfo.driverId,
 					}).then(res => {
 						if (res.code == '200') {
-							// debugger
-							console.log('``````````````````````````````')
-							console.log(res.data)
 							this.bankList = res.data
 							for (let i = 0; i < this.bankList.length; i++) {
 								let _obj = this.bankList[i]

+ 0 - 1
pages/order/confirmUnloading.vue

@@ -252,7 +252,6 @@
 				this.detailData.statusFlag = type
 			},
 			confirmClick() {
-				debugger
 				if (this.detailData.statusFlag == 1) {
 					delete this.detailData.carrierInfo.unloadingAreaLongitude;
 					delete this.detailData.carrierInfo.unloadingAreaLatitude;

+ 1 - 2
pages/order/orderDetails.vue

@@ -247,7 +247,6 @@
 				this.$request.baseRequest('get', '/orderInfo/setPdf', {
 					}).then(res => {
 						if (res.code == 200) {
-							debugger
 							this.contractSrc = res.data
 							uni.downloadFile({
 							  url: res.data,
@@ -279,7 +278,7 @@
 						uni.$u.toast(res.message);
 					});
 			},
-			signContract() {debugger
+			signContract() {
 				// this.lookAlert = true
 				uni.$u.route('/pages/order/signContract',{obj:JSON.stringify(this.dataObj)} 
 				);

+ 1 - 2
pages/order/signContract.vue

@@ -108,7 +108,7 @@
 				],
 			};
 		},
-		onLoad(options) {debugger
+		onLoad(options) {
 			that = this
 			console.log(options)
 			this.dataDetails =JSON.parse(options.obj) 
@@ -160,7 +160,6 @@
 
 								that.$request.baseRequest('get', '/orderInfo/setPdf', that.dataDetails).then(res => {
 										if (res.code == 200) {
-											debugger
 											// that.contractSrc = res.data
 											// uni.downloadFile({
 											// 	url: res.data,

+ 0 - 1
pages/public/register.vue

@@ -250,7 +250,6 @@
 									password: this.password,
 									loginFlag: 2
 								}).then(res => {
-									debugger
 									if (res.code == 200) {
 										// // pc登录
 										// that.$request.baseRequest('post', '/commonUser/api/loginQuickly', {