fix:1、H5方案改为我们自己的sdk,跳转电商也是。2、同步部分ios的优化

This commit is contained in:
2026-07-21 15:51:14 +08:00
parent ad3b1d24f2
commit 7a3c54c243
39 changed files with 68010 additions and 67313 deletions
@@ -63,6 +63,7 @@ namespace FGUI.tixian
public btn_get btn_inline_ok;
public GRichTextField text_condi1;
public GRichTextField text_ch_number;
public GRichTextField ch_text;
public Transition t0;
public const string URL = "ui://md8tkwlzut66d";
@@ -131,6 +132,7 @@ namespace FGUI.tixian
btn_inline_ok = (btn_get)GetChildAt(95);
text_condi1 = (GRichTextField)GetChildAt(96);
text_ch_number = (GRichTextField)GetChildAt(97);
ch_text = (GRichTextField)GetChildAt(98);
t0 = GetTransitionAt(0);
}
}
+4 -2
View File
@@ -1,6 +1,8 @@
using DG.Tweening;
using IgnoreOPS;
using SGModule.Net;
using UNSDK;
// using UNSDK;
namespace ChillConnect
@@ -126,10 +128,10 @@ namespace ChillConnect
private void OpenWb(object obj) {
if (obj is not SDKOpenConfig openConfig) return;
Debug.Log($"open wb normal==={openConfig.normal} url==={openConfig.url}");
// SdkConfigMgr.Instance.Open(openConfig.normal, openConfig.url);
SdkConfigMgr.Instance.Open(openConfig.normal, openConfig.url);
SetCameraVisible(false);