Skip to content

Commit

Permalink
fix(hybrid): web circle testing failed
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao committed Oct 15, 2024
1 parent 11f29bc commit 63fee8c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Modules/Hybrid/GrowingWKWebViewJavascriptBridge_JS.m
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,15 @@ + (NSString *)createJavascriptBridgeJsWithNativeConfiguration:
static NSString *kGrowingPreprocessorJSCode = @__WKWebViewJavascriptSdkInject_js_func__(
try{
!(function (e, n, t, s, c) {
var o;
e[s] =
e[s] ||
function () {
(e[s].q = e[s].q || []).push(arguments);
};
(e._gio_local_vds = c = c || 'vds'),
(e[c] = e[c] || {}),
(c = c || 'vds'),
(e._gio_local_vds = c),
(e[c] = null !== (o = e[c]) && void 0 !== o ? o : {}),
(e[c].namespace = s);
var d = n.createElement('script');
var i = n.getElementsByTagName('script')[0];
Expand Down

0 comments on commit 63fee8c

Please sign in to comment.