Pārlūkot izejas kodu

Merge branch 'master' of http://git.cc-lotus.info/pointToNetwork/point-app

guhongwei 2 gadi atpakaļ
vecāks
revīzija
be867e840a
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  1. 7 0
      pagesMy/dough/index.vue

+ 7 - 0
pagesMy/dough/index.vue

@@ -101,6 +101,13 @@
 			that.watchLogin()
 		},
 		methods: {
+			// 输入框
+			toInput(e) {
+				const that = this;
+				if (e.detail.value) that.$set(that.searchInfo, `name`, e.detail.value);
+				that.clearPage();
+				that.search();
+			},
 			// 选择选项卡
 			tabsChange(e) {
 				const that = this;