You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
614 B
19 lines
614 B
<!DOCTYPE wml PUBLIC '-//WAPFORUM//DTD WML 1.1//EN' 'http://www.wapforum.org/DTD/wml_1.1.xml'>
|
|
<wml>
|
|
<head><meta http-equiv='Cache-Control' content='max-age=0'/></head>
|
|
<card id='ecshop' title='ECShop_WAP'>
|
|
<p align='left'>
|
|
用户中心<br/>
|
|
--------------<br/>
|
|
<a href='user.php?act=order_list'>我的订单</a><br/>
|
|
--------------<br/>
|
|
商城推荐产品<br/>
|
|
{foreach from=$best_goods item=best_data}
|
|
<a href='goods.php?id={$best_data.id}'>{$best_data.name}</a>[{$best_data.shop_price}]<br/>
|
|
{/foreach}
|
|
--------------<br/>
|
|
<a href='index.php'>返回首页</a>
|
|
{$footer}
|
|
</p>
|
|
</card>
|
|
</wml>
|