|
@@ -115,9 +115,7 @@ function showThankyou() {
|
|
|
}
|
|
|
// 跳離頁面
|
|
|
$('.btn-exit').click(function() {
|
|
|
- // document.location = 'https://hhh.com.tw/';
|
|
|
- console.log('nnn');
|
|
|
- window.close('','_parent','');
|
|
|
+ document.location = 'https://hhh.com.tw/';
|
|
|
})
|
|
|
|
|
|
$('.btn-term-exit').click(function () {
|