|
在解包的客户端文件内Client/Script/Ui/Windows找到Login.lua
3 U# |# d/ q+ z) H# b$ i+ P- y0 L0 c( P1 j& j5 G
帮助! N* P }7 f( J
- BtnHelp = function(self)
- if Sdk:IsMsdk() then
- if IOS then
- Sdk:OpenUrl("https://kf.qq.com/touch/scene_faq.html?scene_id=kf1386")
- else
- Sdk:OpenUrl("https://kf.qq.com/touch/scene_faq.html?scene_id=kf1384")
- end
- elseif version_xm then
- Sdk:OpenUrl("目标地址")
- end
- end,
- 8 N) C8 C, g: K) P' ?- r7 v% R
) |# {# \( `4 Q4 [5 t3 G d2 L, n[color=rgb(51, 102, 153) !important]复制代码( R' l9 K1 M2 b, l- Y/ z% @: ^
% K5 t' J e$ D- F
联系客服; H5 x3 ~% G1 D4 ~9 s. U* i9 W% L
- if version_xm then
- function tbLogin.tbOnClick:BtnService()
- Sdk:OpenUrl("目标网址")
- end
- 4 \% h% {5 [, L K8 z; A: y+ t# t2 p
* I' o) s6 V( B# s/ }$ n% `. k[color=rgb(51, 102, 153) !important]复制代码# e1 g; ~) o# S& w% s9 r9 u h
将Sdk:OpenUrl("目标地址")修改为你的网站地址就可以了。. y8 R2 Z- }+ D6 i3 r
|
|