yanjie 4 anos atrás
pai
commit
9c6807e0b8
2 arquivos alterados com 6 adições e 1 exclusões
  1. 2 1
      pages.json
  2. 4 0
      pages/common_tools/my_consulting/consultingInfo.vue

+ 2 - 1
pages.json

xqd
@@ -338,7 +338,8 @@
 				{
 					"path": "my_consulting/consultingInfo",
 					"style": {
-						"navigationBarTitleText": "咨询详情"
+						"navigationBarTitleText": "咨询详情",
+						"enablePullDownRefresh": true
 					}
 				},
 				{

+ 4 - 0
pages/common_tools/my_consulting/consultingInfo.vue

xqd
@@ -94,6 +94,10 @@
 		},
 		onShow() {
 
+		},
+		onPullDownRefresh() {
+			this.getordersInfo()
+			uni.stopPullDownRefresh()
 		},
 		methods: {
 			gosuggest() {