@tmsfe/tms-core 0.0.79 → 0.0.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmsfe/tms-core",
3
- "version": "0.0.79",
3
+ "version": "0.0.80",
4
4
  "description": "tms运行时框架",
5
5
  "repository": {
6
6
  "type": "git",
@@ -163,7 +163,7 @@ function proxySubscribeMessage(): void {
163
163
  // eslint-disable-next-line
164
164
  options.fail = function(err: any) {
165
165
  helper.reportData('wx_requestSubscribeMessage_fail', tmplIds, err.errMsg);
166
- originalFail.fail(this, err);
166
+ originalFail.call(this, err);
167
167
  };
168
168
  originalApi.call(this, options);
169
169
  },