|
在解包的客户端文件内Client/Script/Ui/Windows找到Login.lua z4 i$ P1 H; Y# b) j9 V
+ V. |3 g% Y* r( t3 ~' @帮助
- X- s! Y0 [* R7 U1 o" D- 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,
- 0 f! ]5 o9 G$ U, @3 r) y$ [8 }+ W
; i, X( ~0 L* F" B
[color=rgb(51, 102, 153) !important]复制代码! ^! q) x/ x' `4 C$ C" H7 k
& {! |( K2 T6 X& a( Z联系客服
! S Z. h) U8 _0 O/ Z. }: ^0 m- if version_xm then
- function tbLogin.tbOnClick:BtnService()
- Sdk:OpenUrl("目标网址")
- end
8 v2 h& ]0 X$ K. t. G/ S/ Z* j5 \2 T. [
& Z1 D$ I) j+ `4 z[color=rgb(51, 102, 153) !important]复制代码: j; p9 g0 c. B8 d$ L4 g. o. T
将Sdk:OpenUrl("目标地址")修改为你的网站地址就可以了。4 G9 b# K8 [. M' k) y
|
|