From 3afe8b22730a18e2510da436ef142432228643a4 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 29 十一月 2023 12:59:07 +0800
Subject: [PATCH] #
---
pages/home/home.vue | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/pages/home/home.vue b/pages/home/home.vue
index d247db6..9f64fda 100644
--- a/pages/home/home.vue
+++ b/pages/home/home.vue
@@ -4,7 +4,7 @@
<t-test @input="show" v-model="matnr"></t-test>
<button size="mini" @click="consoleLog">clog</button>
- <t-test :value="locno"></t-test>
+ <t-test v-model="matnr"></t-test>
</view>
</template>
@@ -20,15 +20,11 @@
},
methods: {
dianji() {
- this.nihao +=1
- console.log(this.nihao);
+ this.matnr =''
},
consoleLog() {
- console.log(this.nihao);
},
show() {
- this.nihao = this.matnr
- console.log(this.matnr,this.locno);
}
}
}
--
Gitblit v1.9.1