From 66ec61e66cf31508c08b30a28ee0bb64e45f87bb Mon Sep 17 00:00:00 2001 From: whycq <you@example.com> Date: 星期五, 23 九月 2022 00:16:14 +0800 Subject: [PATCH] # --- unpackage/dist/dev/app-plus/app-view.js | 39 +++++++++++++++++++++++++++++++++------ 1 files changed, 33 insertions(+), 6 deletions(-) diff --git a/unpackage/dist/dev/app-plus/app-view.js b/unpackage/dist/dev/app-plus/app-view.js index 60b55af..d7204ea 100644 --- a/unpackage/dist/dev/app-plus/app-view.js +++ b/unpackage/dist/dev/app-plus/app-view.js @@ -1767,8 +1767,32 @@ }, [_vm._v("button")] ), - _c("y-input", { attrs: { _i: 3 } }), - _c("y-input", { attrs: { _i: 4 } }) + _c("y-input", { + attrs: { _i: 3 }, + on: { + input: function($event) { + return _vm.$handleViewEvent($event) + } + }, + model: { + value: _vm._$g(3, "v-model"), + callback: function() {}, + expression: "matnr" + } + }), + _c("y-input", { + attrs: { _i: 4 }, + on: { + input: function($event) { + return _vm.$handleViewEvent($event) + } + }, + model: { + value: _vm._$g(4, "v-model"), + callback: function() {}, + expression: "locno" + } + }) ], 1 ) @@ -1884,11 +1908,14 @@ "placeholder-style": "font-size:28rpx", _i: 4 }, + on: { + input: function($event) { + return _vm.$handleViewEvent($event) + } + }, model: { value: _vm._$g(4, "v-model"), - callback: function($$v) { - _vm.$handleVModelEvent(4, $$v) - }, + callback: function() {}, expression: "val" } }) @@ -1935,7 +1962,7 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.default = void 0;var _default = { - name: "y-input", props: ["title", "inputVal"], + name: "y-input", props: ["title", "value"], data: function data() { return { wxsProps: {} }; -- Gitblit v1.9.1