| | |
| | | uPopup: function () { |
| | | return Promise.all(/*! import() | node-modules/uview-ui/components/u-popup/u-popup */[__webpack_require__.e("common/vendor"), __webpack_require__.e("node-modules/uview-ui/components/u-popup/u-popup")]).then(__webpack_require__.bind(null, /*! uview-ui/components/u-popup/u-popup.vue */ 485)) |
| | | }, |
| | | uToast: function () { |
| | | return __webpack_require__.e(/*! import() | node-modules/uview-ui/components/u-toast/u-toast */ "node-modules/uview-ui/components/u-toast/u-toast").then(__webpack_require__.bind(null, /*! uview-ui/components/u-toast/u-toast.vue */ 698)) |
| | | }, |
| | | } |
| | | } catch (e) { |
| | | if ( |
| | |
| | | // |
| | | // |
| | | // |
| | | // |
| | | // |
| | | // |
| | | // |
| | | // |
| | | // |
| | | // |
| | | var _default = { |
| | | data: function data() { |
| | | return { |
| | |
| | | this.getDetails(); |
| | | } |
| | | uni.$on('add', function (data) { |
| | | _this.list.unshift(data.model); |
| | | if (JSON.stringify(_this.list).indexOf(data.model.idCard) !== -1) { |
| | | _this.$refs.uToast.show({ |
| | | type: 'default', |
| | | message: "[".concat(data.model.name, "]\u4EBA\u5458\u8EAB\u4EFD\u8BC1\u91CD\u590D") |
| | | }); |
| | | } else { |
| | | _this.list.unshift(data.model); |
| | | } |
| | | }); |
| | | }, |
| | | methods: { |