crh-jssdk 1.0.14 → 1.0.16

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.
@@ -141,12 +141,13 @@ exports.default = {
141
141
  _c.label = 1;
142
142
  case 1:
143
143
  _c.trys.push([1, 3, , 4]);
144
- pageId = utils_1.ios ? "5032" : "2804";
144
+ pageId = utils_1.ios ? "2792" : "9995";
145
145
  gotoUrl = "client.html?action=ymtz^webid=".concat(pageId, "^url=").concat(url, "^isHiddenNavigationBar=").concat(needTitle ? 1 : 0, "^isHiddenBottomBar=1^isNeedWtLogin=1");
146
146
  if (isWt) {
147
147
  gotoUrl = url;
148
148
  }
149
149
  if (utils_1.ios) {
150
+ console.log("goWebview ios 入参", gotoUrl);
150
151
  window.location.href = gotoUrl;
151
152
  return [2 /*return*/];
152
153
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crh-jssdk",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
4
4
  "description": "crh-jssdk",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {