|
@@ -406,7 +406,7 @@ var _default =
|
|
|
list = that.list;
|
|
|
goodsList = [];
|
|
|
if (user && user._id) {
|
|
|
- _this2.$nextTick( /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee2() {var res, obj;return _regenerator.default.wrap(function _callee2$(_context2) {while (1) {switch (_context2.prev = _context2.next) {case 0:
|
|
|
+ that.$nextTick( /*#__PURE__*/_asyncToGenerator( /*#__PURE__*/_regenerator.default.mark(function _callee2() {var res, obj;return _regenerator.default.wrap(function _callee2$(_context2) {while (1) {switch (_context2.prev = _context2.next) {case 0:
|
|
|
|
|
|
obj = {
|
|
|
num: value.num,
|
|
@@ -425,10 +425,6 @@ var _default =
|
|
|
}) });});
|
|
|
|
|
|
that.$set(that, "list", goodsList);
|
|
|
- uni.showToast({
|
|
|
- title: "\u52A0\u5165\u8D2D\u7269\u8F66\u6210\u529F",
|
|
|
- icon: 'none' });
|
|
|
-
|
|
|
} else {
|
|
|
uni.showToast({
|
|
|
title: res.errmsg,
|
|
@@ -485,7 +481,7 @@ var _default =
|
|
|
var list = that.list;
|
|
|
var totalMoney = 0;
|
|
|
// 渲染结束执行下面方法
|
|
|
- this.$nextTick(function () {var _iterator9 = _createForOfIteratorHelper(
|
|
|
+ that.$nextTick(function () {var _iterator9 = _createForOfIteratorHelper(
|
|
|
list),_step9;try {for (_iterator9.s(); !(_step9 = _iterator9.n()).done;) {var val = _step9.value;var _iterator10 = _createForOfIteratorHelper(
|
|
|
val.list),_step10;try {for (_iterator10.s(); !(_step10 = _iterator10.n()).done;) {var as = _step10.value;
|
|
|
if (as.check == true) {
|