#
whycq
2022-09-23 1094bce955ecb3f83647a52f49e170a3fbc0c0b1
unpackage/dist/dev/app-plus/app-view.js
@@ -1404,7 +1404,14 @@
        },
        [_vm._v("clog")]
      ),
      _c("t-test", { attrs: { _i: 4 } })
      _c("t-test", {
        attrs: { _i: 4 },
        model: {
          value: _vm._$g(4, "v-model"),
          callback: function() {},
          expression: "matnr"
        }
      })
    ],
    1
  )
@@ -1765,10 +1772,34 @@
                }
              }
            },
            [_vm._v("button")]
            [_vm._v("btn")]
          ),
          _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 +1915,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 +1969,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", "placeholder"],
  data: function data() {
    return {
      wxsProps: {} };