Bez popisu
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.

new_detail.htm 625B

1234567891011121314151617181920212223242526
  1. <?php
  2. $doc_aid = $aid;
  3. $route_param = request()->route();
  4. $tid = $route_param['tid']?(int)$route_param['tid']:0;
  5. $aid = $route_param['aid']?(int)$route_param['aid']:0;
  6. $tagid = $route_param['tagid']?(int)$route_param['tagid']:0;
  7. $is_mobile = isMobile();
  8. $web_domain = request()->domain();
  9. $web_url = request()->url();
  10. $number = $aid;
  11. $tgid = $eyou['field']['product_tag_id'];
  12. //var_dump($number);
  13. ?>
  14. {eyou:sql sql="select id,aid,number from ey_seo_number where type=10 and aid=$tgid" cachetime='3600' empty=''}
  15. {eyou:php}
  16. $tag_number = $field['number'];
  17. {/eyou:php}
  18. {/eyou:sql}