这个平台的大厅银行默认有对接阿里云短信验证码,如无需短信验证码,在
/assets/base/res/client.zip解压出来文件,找到/client/src/plaza/views/ClientScene.lua文件,在422行把:
function ClientScene:addBankLayer()
if not yl.CUSTOM_TEST and (not GlobalUserItem.szBindMobile or GlobalUserItem.szBindMobile == “”) then
QueryDialog:create(“您需要绑定手机,才能使用银行功能,点击 “确定” 进行绑定。”, function(ok)
改成:
function ClientScene:addBankLayer()
if yl.CUSTOM_TEST and ( GlobalUserItem.szBindMobile or GlobalUserItem.szBindMobile == “”) then
QueryDialog:create(“您需要绑定手机,才能使用银行功能,点击 “确定” 进行绑定。”, function(ok)
原文链接:https://www.xbym.vip/?p=2518,转载请注明出处。


评论0