crh-jssdk 1.0.43 → 1.0.44
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.
|
@@ -133,14 +133,14 @@ exports.default = {
|
|
|
133
133
|
*/
|
|
134
134
|
goWebview: function (params) {
|
|
135
135
|
return __awaiter(this, void 0, void 0, function () {
|
|
136
|
-
var url, _a, needTitle, _b, isWt,
|
|
136
|
+
var url, _a, needTitle, _b, isWt, error_3;
|
|
137
137
|
return __generator(this, function (_c) {
|
|
138
138
|
switch (_c.label) {
|
|
139
139
|
case 0:
|
|
140
140
|
url = params.url, _a = params.needTitle, needTitle = _a === void 0 ? true : _a, _b = params.isWt, isWt = _b === void 0 ? false : _b;
|
|
141
141
|
_c.label = 1;
|
|
142
142
|
case 1:
|
|
143
|
-
_c.trys.push([1,
|
|
143
|
+
_c.trys.push([1, 6, , 7]);
|
|
144
144
|
if (!isWt) return [3 /*break*/, 5];
|
|
145
145
|
if (!utils_1.ios) return [3 /*break*/, 2];
|
|
146
146
|
window.location.href = url;
|
|
@@ -153,24 +153,13 @@ exports.default = {
|
|
|
153
153
|
_c.label = 4;
|
|
154
154
|
case 4: return [2 /*return*/];
|
|
155
155
|
case 5:
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
window.location.href = "client://hxsecurity.frame.router/5032?url=".concat(url, "&rp_flag_push_to_stack_directly=1&isHiddenNavigationBar=1&isHiddenBottomBar=1&isNeedWtLogin=1");
|
|
159
|
-
return [2 /*return*/];
|
|
156
|
+
window.location.href = "client.html?action=buildInSdk^h5Url=".concat(url, "^isHiddenNavigationBar=").concat(needTitle ? 1 : 0, "^isHiddenBottomBar=1^isNeedWtLogin=1");
|
|
157
|
+
return [3 /*break*/, 7];
|
|
160
158
|
case 6:
|
|
161
|
-
gotoUrl = "client.html?action=ymtz^webid=9995^url=".concat(url, "^isHiddenNavigationBar=").concat(needTitle ? 1 : 0, "^isHiddenBottomBar=1^isNeedWtLogin=1");
|
|
162
|
-
console.log("gotoUrl", gotoUrl);
|
|
163
|
-
console.log("gotoUrl----11", "client.html?action=ymtz^webid=9995^url=".concat(encodeURIComponent(url), "^isHiddenNavigationBar=").concat(needTitle ? 1 : 0, "^isHiddenBottomBar=1^isNeedWtLogin=1"));
|
|
164
|
-
return [4 /*yield*/, utils_1.dyqhzqBridge.bridgeCallHandler("Promise", "gotoNextPage", {
|
|
165
|
-
url: gotoUrl,
|
|
166
|
-
})];
|
|
167
|
-
case 7: return [2 /*return*/, _c.sent()];
|
|
168
|
-
case 8: return [3 /*break*/, 10];
|
|
169
|
-
case 9:
|
|
170
159
|
error_3 = _c.sent();
|
|
171
160
|
console.error("东亚前海跳转客户端页面失败:", error_3);
|
|
172
161
|
return [2 /*return*/, { success: false }];
|
|
173
|
-
case
|
|
162
|
+
case 7: return [2 /*return*/];
|
|
174
163
|
}
|
|
175
164
|
});
|
|
176
165
|
});
|