|
@@ -56,6 +56,13 @@ $(document).ready(function () {
|
|
|
confirmButtonColor: '#3085d6',
|
|
|
text: '請先輸入要查詢的手機號碼',
|
|
|
});
|
|
|
+
|
|
|
+ // 立即查詢按鈕控制
|
|
|
+ var buttonStyle = '<span class="font-weight-bold"> \
|
|
|
+ 立即查詢 <i class="ml-1 fas fa-sign-in-alt"></i> \
|
|
|
+ </span>'
|
|
|
+
|
|
|
+ $('#form_check_submit').html(buttonStyle);
|
|
|
} else { // 已輸入手機號碼
|
|
|
axios.get('https://ac.hhh.com.tw:8887/check', {
|
|
|
params: {
|