모바일 : 쿠폰 새 창 스크립트 제거
This commit is contained in:
@ -31,10 +31,14 @@ $cp_count = get_shop_member_coupon_count($member['mb_id'], true);
|
||||
</ul>
|
||||
</div>
|
||||
<ul class="my_pocou">
|
||||
<li class="my_cou">보유쿠폰<a href="<?php echo G5_SHOP_URL; ?>/coupon.php" target="_blank" class="win_coupon"><?php echo number_format($cp_count); ?></a></li>
|
||||
<li class="my_point">보유포인트
|
||||
<a href="<?php echo G5_BBS_URL; ?>/point.php" target="_blank" class="win_point"><?php echo number_format($member['mb_point']); ?>점</a></li>
|
||||
|
||||
<li class="my_cou">
|
||||
보유쿠폰
|
||||
<a href="<?php echo G5_SHOP_URL; ?>/coupon.php" target="_blank" class="win_coupon"><?php echo number_format($cp_count); ?></a>
|
||||
</li>
|
||||
<li class="my_point">
|
||||
보유포인트
|
||||
<a href="<?php echo G5_BBS_URL; ?>/point.php" target="_blank" class="win_point"><?php echo number_format($member['mb_point']); ?>점</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="my_info">
|
||||
<div class="my_info_wr">
|
||||
@ -125,14 +129,6 @@ $cp_count = get_shop_member_coupon_count($member['mb_id'], true);
|
||||
</div>
|
||||
|
||||
<script>
|
||||
$(function() {
|
||||
$(".win_coupon").click(function() {
|
||||
var new_win = window.open($(this).attr("href"), "win_coupon", "left=100,top=100,width=700, height=600, scrollbars=1");
|
||||
new_win.focus();
|
||||
return false;
|
||||
});
|
||||
});
|
||||
|
||||
function member_leave()
|
||||
{
|
||||
return confirm('정말 회원에서 탈퇴 하시겠습니까?')
|
||||
|
||||
Reference in New Issue
Block a user