ccjgmwz 3 years ago
parent
commit
07518ed160
2 changed files with 6 additions and 14 deletions
  1. 2 2
      pageA/product/business_buy.vue
  2. 4 12
      pageA/product/business_sale.vue

+ 2 - 2
pageA/product/business_buy.vue

@@ -351,11 +351,11 @@
 											uni.showToast({
 												title: '提交成功,等待买方回复',
 												icon: 'none',
-												duration: 2000,
+												duration: 1500,
 												success() {
 													setTimeout(()=>{
 														uni.navigateBack(1)
-													},2000)
+													},1500)
 												}
 											})
 										} else {

+ 4 - 12
pageA/product/business_sale.vue

@@ -329,19 +329,11 @@
 										uni.showToast({
 											title: '提交成功,等待卖方回复',
 											icon: 'none',
-											duration: 2000,
+											duration: 1500,
 											success() {
-												uni.showToast({
-													title: '提交成功,等待买方回复',
-													icon: 'none',
-													duration: 2000,
-													success() {
-														setTimeout(()=>{
-														uni.navigateBack(1)	
-														},2000)
-														
-													}
-												})
+												setTimeout(()=>{
+												uni.navigateBack(1)	
+												},1500)
 											}
 										})
 										// uni.navigateTo({