公会申请-英语2区创建成功弹窗调整为菲律宾国家展示
This commit is contained in:
@@ -79,7 +79,7 @@ function translateFun() {
|
||||
|
||||
$('.submitSuccessfully .submitSuccessfully_in .but').click(function () {
|
||||
$('.submitSuccessfully').hide();
|
||||
if(partitionId == 16){
|
||||
if(partitionId == 16 && regionDesc == '菲律宾'){
|
||||
if (browser.android) {
|
||||
window.androidJsObj.openAppConcernedChat(92368)
|
||||
} else {
|
||||
@@ -209,7 +209,7 @@ function getToken(file, type) {
|
||||
}
|
||||
var erbanNo;
|
||||
var partitionId;
|
||||
|
||||
var regionDesc;
|
||||
// 自己信息接口
|
||||
function h5User() {
|
||||
showLoading()
|
||||
@@ -228,7 +228,8 @@ function h5User() {
|
||||
$('.inviterInfo .InviterId input').attr('disabled', 'disabled');
|
||||
}
|
||||
partitionId = res.data.partitionId;
|
||||
if (res.data.partitionId == 16) {
|
||||
regionDesc = res.data.regionDesc;
|
||||
if (res.data.partitionId == 16 && res.data.regionDesc == '菲律宾') {
|
||||
$('.text9').html(langReplace(localLang.createGuild.text9_new));
|
||||
$('.text10').text(langReplace(localLang.createGuild.text10_new));
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user