Browse Source

安徒生特殊支付修改,生成海报

twt 10 months ago
parent
commit
3cbace62f9

+ 6 - 4
pages/activity/jkDetail.vue

@@ -735,10 +735,12 @@
 							 icon:'none',
 							 duration: 2000
 						 });
-						 
-						  	uni.redirectTo({
-						  		url: "../user/myOrder/activityOrderDetail?id=" + that.orderData.id +"&SheetType=" + that.orderData.sheetType
-						  	})
+						    setTimeout(function() {
+						    	uni.redirectTo({
+						    		url: "../user/myOrder/activityOrderDetail?id=" + that.orderData.id +"&SheetType=" + that.orderData.sheetType
+						    	})
+						    }, 300);
+						  	
 						  
 						
 				    },

+ 6 - 3
pages/shop/confirm.vue

@@ -247,9 +247,12 @@
 							 duration: 2000
 						 });
 						  if((that.orderData.sheetType==1)||(that.orderData.sheetType==2)||(that.orderData.sheetType==3)){
-						  	uni.redirectTo({
-						  		url: "../user/myOrder/mallOrderDetail?id=" + that.orderData.id +"&SheetType=" + that.orderData.sheetType
-						  	})
+							  setTimeout(function() {
+							  	uni.redirectTo({
+							  		url: "../user/myOrder/mallOrderDetail?id=" + that.orderData.id +"&SheetType=" + that.orderData.sheetType
+							  	})
+							  }, 300);
+						  	
 						  }
 						
 				    },

+ 2 - 2
pages/shop/wp.vue

@@ -21,7 +21,7 @@
 	export default {
 		data() {
 			return {
-				mpWxQr: "https://apidms.66km.com/static/third/jialian.ico",
+				mpWxQr: "https://img.qdbtl.cn/thFiles//material/85996BA2-24C5-4251-937D-2BFBCF19E6DD.png",
 				canvasW: 0,
 				canvasH: 0,
 				invest_areas: [{id: 1, name: "儿童教育"}, {id: 1, name: "大数据"}],
@@ -38,7 +38,7 @@
 				mpWxQr2:'',
 				mpWxQr3:'',
 				mpWxQr4:'',
-				ptImg:'https://dmsimg.66km.com/marketing//accompany/4E6F0009-EC54-4387-8DDC-2B7389065B49.png',
+				ptImg:'https://img.qdbtl.cn/thFiles//material/85996BA2-24C5-4251-937D-2BFBCF19E6DD.png',
 				ptImg2:'',
 				groupType:'',
 			}

+ 3 - 1
pages/user/myOrder/activityOrderDetail.vue

@@ -594,7 +594,9 @@
 							 icon:'none',
 							 duration: 2000
 						 });
-						that.getData()
+						setTimeout(function() {
+							that.getData()
+						}, 300);
 				    },
 				    fail: function (err) {
 					  console.log(err)

+ 4 - 1
pages/user/myOrder/mallOrderDetail.vue

@@ -541,7 +541,10 @@
 							 icon:'none',
 							 duration: 2000
 						 });
-						that.getData()
+						 setTimeout(function() {
+						 	that.getData()
+						 }, 300);
+						
 				    },
 				    fail: function (err) {
 					  console.log(err)

+ 3 - 1
pages/user/myOrder/paintOrderDetail.vue

@@ -520,7 +520,9 @@
 							 icon:'none',
 							 duration: 2000
 						 });
-						that.getData()
+						setTimeout(function() {
+							that.getData()
+						}, 300);
 				    },
 				    fail: function (err) {
 					  console.log(err)

+ 2 - 7
utils/common.js

@@ -13,7 +13,7 @@ const automaticlogin = function() {
 	//console.log($store.state.userInfo)
 	var that=this;
 	var extConfig = uni.getExtConfigSync();
-	  /* extConfig={
+	 /*  extConfig={
 		"shopId": "23173848-292E-4AEA-B590-73AC9A763F1D",
 		"url":"https://store-api.qdbtl.cn/",
 		"unionId":"C3748B46-B778-40AA-8C60-A9B0F2FA23A7",
@@ -96,12 +96,7 @@ function getExtStoreId(type){
 		  "unionId":"EEADACCD-8A19-499D-8AD7-6975D2C93243",
 		  "appId":"wx33053a645546ec31"
 		  */
-		  /* extConfig={
-				 "shopId": "23173848-292E-4AEA-B590-73AC9A763F1D",
-				 "url":"https://store-api.qdbtl.cn/",
-				 "unionId":"C3748B46-B778-40AA-8C60-A9B0F2FA23A7",
-				 "appId":"wxc023ff04deb28f2d"
-		  } */
+		 
 		  
 		console.log(extConfig,'extJson对象');
 		//return extConfig[type];