摘要:
转载 原地址:https://www.tongpankt.com/7286 1 <?php 2 /** 3 * 抢购的处理逻辑 4 */ 5 6 include 'init.php'; 7 8 $TEMPLATE['type'] = 'buy'; 9 $TEMPLATE['pageTitle'] = 阅读全文
摘要:
1 <?php 2 /** 3 * 我的购物车 4 */ 5 6 include 'init.php'; 7 8 $TEMPLATE['type'] = 'cart'; 9 $TEMPLATE['pageTitle'] = '我的购物车'; 10 11 $carts_list = $goods_li 阅读全文