Преглед на файлове

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

guhongwei преди 2 години
родител
ревизия
be867e840a
променени са 1 файла, в които са добавени 7 реда и са изтрити 0 реда
  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;