#
whycq
2022-09-23 66ec61e66cf31508c08b30a28ee0bb64e45f87bb
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: {} };