Açıklama Yok
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.

view_zczygz_cl.htm 6.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. {eyou:assign name='page' value='cl_detail' /}
  2. {eyou:include file='/template/pc/common/main/param.htm' /}
  3. {eyou:include file='/template/pc/common/include/top.htm' /}
  4. {eyou:include file='/template/pc/common/other/background.htm' /}
  5. {eyou:include file='/template/pc/common/include/header.htm' /}
  6. <div id="cl_detail">
  7. <div id="mask"></div>
  8. {eyou:include file='/template/pc/components/nav/style_1.htm' /}
  9. <?php
  10. /* echo "<pre>";
  11. var_dump($eyou['field']);
  12. echo "</pre>";*/
  13. ?>
  14. <div class="container">
  15. {eyou:include file='/template/pc/components/detail/cl.htm' /}
  16. </div>
  17. </div>
  18. {eyou:include file='/template/pc/common/include/footer.htm' /}
  19. {eyou:include file='/template/pc/common/other/share.htm' /}
  20. {eyou:include file='/template/pc/common/include/bottom.htm' /}
  21. <div id="buy" style="display: none;">
  22. <div style="padding: 50px 15px 40px 15px; line-height: 22px; background-color: #393D49; color: #fff; font-weight: 300;">
  23. <fieldset class="layui-elem-field" style="width:100%;text-align: center;">
  24. <legend style="font-size: 17px;margin-left:0px;">网盘链接:</legend>
  25. <div class="layui-field-box" style="text-align: center;">
  26. {$eyou.field.wplj}
  27. </div>
  28. </fieldset>
  29. {eyou:if condition='(!empty($eyou.field.tqm))'}
  30. <fieldset class="layui-elem-field" style="width:100%;text-align: center;">
  31. <legend style="font-size: 17px;margin-left:0px;">提取码:</legend>
  32. <div class="layui-field-box" style="text-align: center;">
  33. {$eyou.field.tqm}
  34. </div>
  35. </fieldset>
  36. {/eyou:if}
  37. <!--<fieldset class="layui-elem-field" style="width:100%;text-align: center;">
  38. <legend style="font-size: 17px;margin-left:0px;">第一步: 扫一扫{eyou:global name='web_attrname_30' /}</legend>
  39. <div class="layui-field-box" style="text-align: center;">
  40. <img src="{eyou:global name='web_attr_30' /}" style="width: 150px;"/>
  41. </div>
  42. </fieldset>
  43. <fieldset class="layui-elem-field" style="width:100%;text-align: center;">
  44. <legend style="font-size: 17px;margin-left:0px;">第二步: 付款截图发送客服领取</legend>
  45. <div class="layui-field-box" style="text-align: center;">
  46. <img src="{eyou:global name='web_attr_26' /}" style="width: 150px;"/>
  47. </div>
  48. </fieldset>-->
  49. </div>
  50. </div>
  51. <script>
  52. layui.use('layer', function(){ //独立版的layer无需执行这一句
  53. var $ = layui.jquery, layer = layui.layer; //独立版的layer无需执行这一句
  54. //触发事件
  55. var active = {
  56. setTop: function(){
  57. var that = this;
  58. //多窗口模式,层叠置顶
  59. layer.open({
  60. type: 2 //此处以iframe举例
  61. ,title: '当你选择该窗体时,即会在最顶端'
  62. ,area: ['390px', '260px']
  63. ,shade: 0
  64. ,maxmin: true
  65. ,offset: [ //为了演示,随机坐标
  66. Math.random()*($(window).height()-300)
  67. ,Math.random()*($(window).width()-390)
  68. ]
  69. ,content: 'http://layer.layui.com/test/settop.html'
  70. ,btn: ['继续弹出', '全部关闭'] //只是为了演示
  71. ,yes: function(){
  72. $(that).click();
  73. }
  74. ,btn2: function(){
  75. layer.closeAll();
  76. }
  77. ,zIndex: layer.zIndex //重点1
  78. ,success: function(layero){
  79. layer.setTop(layero); //重点2
  80. }
  81. });
  82. }
  83. ,confirmTrans: function(){
  84. //配置一个透明的询问框
  85. layer.msg('大部分参数都是可以公用的<br>合理搭配,展示不一样的风格', {
  86. time: 20000, //20s后自动关闭
  87. btn: ['明白了', '知道了', '哦']
  88. });
  89. }
  90. ,notice: function(){
  91. //示范一个公告层
  92. layer.open({
  93. type: 1
  94. ,title: false //不显示标题栏
  95. ,closeBtn: false
  96. ,area: '600px;'
  97. ,shade: 0.8
  98. ,id: 'LAY_layuipro' //设定一个id,防止重复弹出
  99. //,btn: ['火速围观', '残忍拒绝']
  100. ,btn: ['打开链接','复制链接','关闭']
  101. ,btnAlign: 'c'
  102. ,moveType: 1 //拖拽模式,0或者1
  103. ,content: $('#buy').html()
  104. ,success: function(layero){
  105. var btn = layero.find('.layui-layer-btn');
  106. btn.find('.layui-layer-btn0').attr({
  107. href: '{$eyou.field.wplj}'
  108. ,target: '_blank'
  109. });
  110. btn.find('.layui-layer-btn1').click(function(){
  111. let text = "{$eyou.field.wplj}";
  112. let longPressTimer = null;
  113. // 复制方法
  114. // 关键
  115. navigator.clipboard
  116. .writeText(text)
  117. .then(() => {
  118. window.alert("复制成功");
  119. })
  120. .catch((error) => {
  121. window.alert("复制失败", error);
  122. });
  123. });
  124. }
  125. });
  126. }
  127. ,offset: function(othis){
  128. var type = othis.data('type')
  129. ,text = othis.text();
  130. layer.open({
  131. type: 1
  132. ,offset: type //具体配置参考:http://www.layui.com/doc/modules/layer.html#offset
  133. ,id: 'layerDemo'+type //防止重复弹出
  134. ,content: '<div style="padding: 20px 100px;">'+ text +'</div>'
  135. ,btn: '关闭全部'
  136. ,btnAlign: 'c' //按钮居中
  137. ,shade: 0 //不显示遮罩
  138. ,yes: function(){
  139. layer.closeAll();
  140. }
  141. });
  142. }
  143. };
  144. $('.layui-btn-s').on('click', function(){
  145. var othis = $(this), method = othis.data('method');
  146. active[method] ? active[method].call(this, othis) : '';
  147. });
  148. });
  149. </script>