完成迭代1.10.0
This commit is contained in:
@@ -193,11 +193,11 @@ $('.box .hone').click(function () {
|
||||
if (idOrPhone) {
|
||||
$('.idLogin').show();
|
||||
$('.phone').hide();
|
||||
$('.box .hone').text('Peko手機號登錄');
|
||||
$('.box .hone').text('piko手機號登錄');
|
||||
} else {
|
||||
$('.phone').show();
|
||||
$('.idLogin').hide();
|
||||
$('.box .hone').text('Peko賬號登錄');
|
||||
$('.box .hone').text('piko賬號登錄');
|
||||
}
|
||||
})
|
||||
// 打開選擇區號
|
||||
|
Reference in New Issue
Block a user