/var/www/hkosl.com/sunya/tc/mb_myact.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
       

<?php include 'header_after_login.php';?>


<div class="clearfix"></div>



<!-- content start ======================================== -->



        <div class="clearfix"></div>


        <div class="container content">

            <?php include 'membership_categorie_afterlogin.php';?>



            <div class="right_block fr">
                <h2 class="block_img_tit">
                    <img src="../images/img_list_tit_01.png" alt="" class="tit_img">
                    <small>會員專區&nbsp;&nbsp;/&nbsp;</small>
                    <span class="value">我的帳戶</span>
                </h2><!-- /.list_img_tit -->   


                <div class="clearfix mt_10p"></div>

                <div class="membertable">
                    <p>截至日期為:2018-12-24</p>
                    <p class="my_points">累計會員積分: <span>0</span> 分</p>
                    <p>即將到期積分:</p>
                    <table>
                        <tr>
                            <th><span>0</span>分將會於</th>
                            <th><span>0</span>分將會於</th>
                            <th><span>0</span>分將會於</th>
                        </tr>
                        <tr>
                            <td>2018-09-30 無效</td>
                            <td>2018-10-31 無效</td>
                            <td>2018-11-30 無效</td>
                        </tr>
                    </table>
                </div>

                <div class="txt_section">                                         

                    <p>上述資料僅供參考,所顯示之會員積分累計至截數日,並以上一次更新系統數字為準﹔並非實時計算之數字。<br/><br/></p>
                    
                    <p>
                    <span style="line-height: 15px; color:#ff6600;font-size:15px;">備註:</span><br>
                    - #累計會員積分紀錄以系統更新時間為準,並非顯示即時交易金額或分數。在網絡穩定的情況下,上述資料將會於交易後四至六星期內匯入會員帳戶。然而系統仍可能會因網絡不穩定或特殊情況而未能匯入資料。如發現異常情況,請致電 (852)2138 7921。因系統網絡不穩定或異常情況而阻礙系統匯入獎賞積分,所造成任何損失,本社概不負上責任。<br> <br>
                    - 累計會員積分用作於指定期間換領獎賞優惠。積分有效期為2年,所得的積分會於2年後同月的最後一日後無效。例子:2018年11月內所儲的積分會於2020年11月30日後無效;2018年3月內所儲的積分會於2020年3月31日後無效。<br><br>
                    - 於購物時曾享有之折扣優惠購物金額及會員積分,如因特殊原因及於本社同意下安排退回交易及退款,所享有的優惠及紀錄將被取消或要求退回。<br><br>
                    - 會員積分不能兌換現金或用作累計購物金額計算。
                    <br><br>
                    </p>

                    

                        
                       
                </div>

                <div class="clearfix dashed"></div>

    

            </div><!-- //.right_block// ends -->  



            <div class="clearfix"></div>



        </div><!-- //.container.content ends -->  


        <div class="clearfix"></div>



<!-- content end ======================================== -->



<div class="clearfix"></div>

<?php include 'footer.php';?>




<!-- some support ======================================== -->
<script type="text/javascript">
    $(document).ready(function() {
        /*reset NAV PRIMARY current item ======== */
        $('#nav_primary .lv01 > li:nth-child(5)').addClass('current');  
        $('#nav_primary .lv01 > li:nth-child(5) .lv02 > li:nth-child(1)').addClass('current');           

    });
</script>