bhq@iemsoft.cn
2018-11-27 e2b48dac099e43f4b3243cdf19a7522e4b5eccbe
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
<!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>