Comparing version 1.24.0 to 1.24.1
@@ -436,3 +436,3 @@ "use strict"; | ||
_e.sent(); | ||
return [4 /*yield*/, ((_d = (_c = that === null || that === void 0 ? void 0 : that.render) === null || _c === void 0 ? void 0 : _c.apply) === null || _d === void 0 ? void 0 : _d.call(_c, this, opts))]; | ||
return [4 /*yield*/, ((_d = (_c = that === null || that === void 0 ? void 0 : that.renderView) === null || _c === void 0 ? void 0 : _c.apply) === null || _d === void 0 ? void 0 : _d.call(_c, this, opts))]; | ||
case 3: | ||
@@ -447,3 +447,3 @@ _e.sent(); | ||
(_d = (_c = that === null || that === void 0 ? void 0 : that.onReadyAsync) === null || _c === void 0 ? void 0 : _c.apply) === null || _d === void 0 ? void 0 : _d.call(_c, this, opts); | ||
(_f = (_e = that === null || that === void 0 ? void 0 : that.render) === null || _e === void 0 ? void 0 : _e.apply) === null || _f === void 0 ? void 0 : _f.call(_e, this, opts); | ||
(_f = (_e = that === null || that === void 0 ? void 0 : that.renderView) === null || _e === void 0 ? void 0 : _e.apply) === null || _f === void 0 ? void 0 : _f.call(_e, this, opts); | ||
} | ||
@@ -450,0 +450,0 @@ return readyResult; |
{ | ||
"name": "mipp-ali", | ||
"version": "1.24.0", | ||
"version": "1.24.1", | ||
"description": "小程序ts", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -281,3 +281,3 @@ import clone from "rfdc"; | ||
await that?.onReadyAsync?.apply?.(this, opts); | ||
await that?.render?.apply?.(this, opts); | ||
await that?.renderView?.apply?.(this, opts); | ||
return readyResult; | ||
@@ -287,3 +287,3 @@ })(); | ||
that?.onReadyAsync?.apply?.(this, opts); | ||
that?.render?.apply?.(this, opts); | ||
that?.renderView?.apply?.(this, opts); | ||
} | ||
@@ -290,0 +290,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
684700