瀏覽代碼

no message

yanjie 4 年之前
父節點
當前提交
9c6807e0b8
共有 2 個文件被更改,包括 6 次插入1 次删除
  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() {