<!DOCTYPE html>
|
<html>
|
<head>
|
<meta charset="UTF-8">
|
<meta name="viewport" content="width=device-width">
|
<title><?php echo $this->_var['page_title']; ?></title>
|
<meta name="Keywords" content="<?php echo $this->_var['keywords']; ?>" />
|
<meta name="Description" content="<?php echo $this->_var['description']; ?>" />
|
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
|
<link rel="stylesheet" type="text/css" href="themesmobile/68ecshopcom_mobile/css/public.css"/>
|
<link rel="stylesheet" type="text/css" href="themesmobile/68ecshopcom_mobile/css/goods.css"/>
|
|
</head>
|
<body>
|
|
|
|
|
|
<div class="main">
|
<div class="product_main">
|
|
<?php echo $this->_var['goods_desc']; ?>
|
|
</div>
|
<form method="post" action="freeorder.php" >
|
<div class="product_main">
|
|
<center> 添加收货地址:</center>
|
<ul style="margin-left:5px">
|
<li> 收货人:<input type="text" name="consignee" /> 用户id<?php echo $this->_var['uid']; ?></li>
|
<li> 电 话:<input type="text" name="mobile" />商品id<?php echo $this->_var['gid']; ?></li>
|
<li>地 址:<textarea name="address"></textarea> </li>
|
</ul>
|
<input type="hidden" name="uid" value="<?php echo $this->_var['uid']; ?>" />
|
<input type="hidden" name="gid" value="<?php echo $this->_var['gid']; ?>" />
|
<input type="submit" value="确定" />
|
</div>
|
</form>
|
|
</div>
|
|
|
</body>
|
</html>
|