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.

15 lines
1.2 KiB

7 years ago
  1. <!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /><meta name="viewport" content="width=device-width,initial-scale=1.0">
  2. <title><?php echo $post["title"]; ?>_<?php echo sysconfig('CMS_WEBNAME'); ?></title><link rel="stylesheet" href="/css/wap.css" media="all"><script type="text/javascript" src="/js/jquery.min.js"></script></head><body>
  3. <header class="mheader-a"><h2 class="bt"><?php echo sysconfig('CMS_WEBNAME'); ?></h2><a href="javascript:;"><div class="phone-icon telphone"></div></a></header>
  4. @include('wap.common.header')
  5. <article class="mbanner-b mb10"><a href=""><img src="/images/banner.jpg"></a></article>
  6. <article class="mbox cinfo"><h1 class="tith"><?php echo $post["title"]; ?></h1>
  7. <div class="mabout-a"><p><strong>价格</strong><?php echo $post["price"]; ?></p>
  8. <p><strong>原价</strong><del><?php echo $post["origin_price"]; ?></del></p>
  9. <p><strong>销量</strong><?php echo $post["sales"]; ?></p>
  10. <?php echo $post["body"]; ?>
  11. <br>下一篇:<?php if($pre){ ?><a href="<?php echo get_front_url(array("id"=>$pre['id'],"type"=>'productdetail')); ?>"><?php echo $pre["title"]; ?></a><?php }else{echo '没有了';} ?></div></article>
  12. </body></html>