소스 검색

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-app

gjy 3 년 전
부모
커밋
ef3f6febdf
2개의 변경된 파일6개의 추가작업 그리고 14개의 파일을 삭제
  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({