|
@@ -218,6 +218,28 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
var _api = _interopRequireDefault(__webpack_require__(/*! @/static/js/api.js */ 142));function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}function ownKeys(object, enumerableOnly) {var keys = Object.keys(object);if (Object.getOwnPropertySymbols) {var symbols = Object.getOwnPropertySymbols(object);if (enumerableOnly) symbols = symbols.filter(function (sym) {return Object.getOwnPropertyDescriptor(object, sym).enumerable;});keys.push.apply(keys, symbols);}return keys;}function _objectSpread(target) {for (var i = 1; i < arguments.length; i++) {var source = arguments[i] != null ? arguments[i] : {};if (i % 2) {ownKeys(Object(source), true).forEach(function (key) {_defineProperty(target, key, source[key]);});} else if (Object.getOwnPropertyDescriptors) {Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));} else {ownKeys(Object(source)).forEach(function (key) {Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));});}}return target;}function _defineProperty(obj, key, value) {if (key in obj) {Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true });} else {obj[key] = value;}return obj;}function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {try {var info = gen[key](arg);var value = info.value;} catch (error) {reject(error);return;}if (info.done) {resolve(value);} else {Promise.resolve(value).then(_next, _throw);}}function _asyncToGenerator(fn) {return function () {var self = this,args = arguments;return new Promise(function (resolve, reject) {var gen = fn.apply(self, args);function _next(value) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value);}function _throw(err) {asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err);}_next(undefined);});};}
|
|
|
var that = '';var _default =
|
|
|
{
|
|
@@ -229,8 +251,10 @@ var that = '';var _default =
|
|
|
idNumber: '',
|
|
|
eamil: '',
|
|
|
address: '',
|
|
|
- just_img: [],
|
|
|
- back_img: [] } };
|
|
|
+ fileList1: [],
|
|
|
+ fileList2: [],
|
|
|
+ fileList3: [],
|
|
|
+ fileList4: [] } };
|
|
|
|
|
|
|
|
|
},
|
|
@@ -242,45 +266,29 @@ var that = '';var _default =
|
|
|
deletePic: function deletePic(event) {
|
|
|
// that.userInfo.imgList.splice(event.index, 1)
|
|
|
console.log(event);
|
|
|
- if (event == 1) {
|
|
|
- that.just_img = [];
|
|
|
- } else {
|
|
|
- that.back_img = [];
|
|
|
- }
|
|
|
+ this["fileList".concat(event.name)].splice(event.index, 1);
|
|
|
},
|
|
|
// 新增图片
|
|
|
- afterRead: function afterRead(event) {var _this = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee() {var imgList, lists, imgListLen, i, result, item;return _regenerator.default.wrap(function _callee$(_context) {while (1) {switch (_context.prev = _context.next) {case 0:
|
|
|
- imgList = [];
|
|
|
- // 当设置 multiple 为 true 时, file 为数组格式,否则为对象格式
|
|
|
- if (event == 1) {
|
|
|
- imgList = that.just_img;
|
|
|
- } else {
|
|
|
- imgList = that.back_img;
|
|
|
- }
|
|
|
+ afterRead: function afterRead(event) {var _this = this;return _asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee() {var lists, fileListLen, i, result, item;return _regenerator.default.wrap(function _callee$(_context) {while (1) {switch (_context.prev = _context.next) {case 0:
|
|
|
lists = [].concat(event.file);
|
|
|
- imgListLen = imgList.length;
|
|
|
+ fileListLen = _this["fileList".concat(event.name)].length;
|
|
|
lists.map(function (item) {
|
|
|
- imgList.push(_objectSpread(_objectSpread({},
|
|
|
+ _this["fileList".concat(event.name)].push(_objectSpread(_objectSpread({},
|
|
|
item), {}, {
|
|
|
status: 'uploading',
|
|
|
message: '上传中' }));
|
|
|
|
|
|
});
|
|
|
- i = 0;case 6:if (!(i < lists.length)) {_context.next = 16;break;}_context.next = 9;return (
|
|
|
- _this.uploadFilePromise(lists[i].url));case 9:result = _context.sent;
|
|
|
- item = imgList[imgListLen];
|
|
|
- imgList.splice(imgListLen, 1, Object.assign(item, {
|
|
|
+ i = 0;case 4:if (!(i < lists.length)) {_context.next = 14;break;}_context.next = 7;return (
|
|
|
+ _this.uploadFilePromise(lists[i].url));case 7:result = _context.sent;
|
|
|
+ item = _this["fileList".concat(event.name)][fileListLen];
|
|
|
+ _this["fileList".concat(event.name)].splice(fileListLen, 1, Object.assign(item, {
|
|
|
status: 'success',
|
|
|
message: '',
|
|
|
url: result }));
|
|
|
|
|
|
- imgListLen++;case 13:i++;_context.next = 6;break;case 16:
|
|
|
+ fileListLen++;case 11:i++;_context.next = 4;break;case 14:case "end":return _context.stop();}}}, _callee);}))();
|
|
|
|
|
|
- if (event == 1) {
|
|
|
- that.just_img = imgList;
|
|
|
- } else {
|
|
|
- that.back_img = imgList;
|
|
|
- }case 17:case "end":return _context.stop();}}}, _callee);}))();
|
|
|
},
|
|
|
// 上传图片
|
|
|
uploadFilePromise: function uploadFilePromise(url) {
|