Your Name 7 月之前
父節點
當前提交
2bbb277224

+ 1
- 1
application/admin/controller/Archives.php 查看文件

1338
             //$topid = Db::name('arctype')->where('id','=',$typeid)->value('topid');
1338
             //$topid = Db::name('arctype')->where('id','=',$typeid)->value('topid');
1339
             $cat = Db::name('arctype')->where(['id'=>$typeid])->find();
1339
             $cat = Db::name('arctype')->where(['id'=>$typeid])->find();
1340
             $vb = ['qkmc','zbdw','yxyz','zgdw','jb','gnkh','slzt','jytg'];
1340
             $vb = ['qkmc','zbdw','yxyz','zgdw','jb','gnkh','slzt','jytg'];
1341
-            $vbs = ['content_5','down','imgs','pagenum','content_4','zylm']; //保留两者
1341
+            $vbs = ['content_5','down','imgs','pagenum','content_4','zylm','wplj','tqm']; //保留两者
1342
             if((int)$cat['topid'] === 38){
1342
             if((int)$cat['topid'] === 38){
1343
                 //删除期刊
1343
                 //删除期刊
1344
                 foreach ($addonFieldExtList as $key=>$item){
1344
                 foreach ($addonFieldExtList as $key=>$item){

+ 41
- 3
template/mobile/view_zczygz_cl.htm 查看文件

31
     <div style="padding: 50px  15px 40px 15px; line-height: 22px; background-color: #393D49; color: #fff; font-weight: 300;">
31
     <div style="padding: 50px  15px 40px 15px; line-height: 22px; background-color: #393D49; color: #fff; font-weight: 300;">
32
 
32
 
33
         <fieldset class="layui-elem-field" style="width:100%;text-align: center;">
33
         <fieldset class="layui-elem-field" style="width:100%;text-align: center;">
34
+            <legend style="font-size: 17px;margin-left:0px;">网盘链接:</legend>
35
+            <div class="layui-field-box" style="text-align: center;">
36
+                {$eyou.field.wplj}
37
+            </div>
38
+        </fieldset>
39
+
40
+        {eyou:if condition='(!empty($eyou.field.tqm))'}
41
+        <fieldset class="layui-elem-field" style="width:100%;text-align: center;">
42
+            <legend style="font-size: 17px;margin-left:0px;">提取码:</legend>
43
+            <div class="layui-field-box" style="text-align: center;">
44
+                {$eyou.field.tqm}
45
+            </div>
46
+        </fieldset>
47
+        {/eyou:if}
48
+
49
+       <!-- <fieldset class="layui-elem-field" style="width:100%;text-align: center;">
34
             <legend style="font-size: 17px;margin-left:0px;">第一步: 扫一扫{eyou:global name='web_attrname_30' /}</legend>
50
             <legend style="font-size: 17px;margin-left:0px;">第一步: 扫一扫{eyou:global name='web_attrname_30' /}</legend>
35
             <div class="layui-field-box" style="text-align: center;">
51
             <div class="layui-field-box" style="text-align: center;">
36
                 <img src="{eyou:global name='web_attr_30' /}" style="width: 150px;"/>
52
                 <img src="{eyou:global name='web_attr_30' /}" style="width: 150px;"/>
43
 
59
 
44
                 <img src="{eyou:global name='web_attr_26' /}" style="width: 150px;"/>
60
                 <img src="{eyou:global name='web_attr_26' /}" style="width: 150px;"/>
45
             </div>
61
             </div>
46
-        </fieldset>
62
+        </fieldset>-->
47
     </div>
63
     </div>
48
 </div>
64
 </div>
49
 
65
 
94
                     type: 1
110
                     type: 1
95
                     ,title: false //不显示标题栏
111
                     ,title: false //不显示标题栏
96
                     ,closeBtn: false
112
                     ,closeBtn: false
97
-                    ,area: '300px;'
113
+                    ,area: '90%;'
98
                     ,shade: 0.8
114
                     ,shade: 0.8
99
                     ,id: 'LAY_layuipro' //设定一个id,防止重复弹出
115
                     ,id: 'LAY_layuipro' //设定一个id,防止重复弹出
100
                     //,btn: ['火速围观', '残忍拒绝']
116
                     //,btn: ['火速围观', '残忍拒绝']
101
-                    ,btn: ['关闭']
117
+                    ,btn: ['打开链接','复制链接','关闭']
102
                     ,btnAlign: 'c'
118
                     ,btnAlign: 'c'
103
                     ,moveType: 1 //拖拽模式,0或者1
119
                     ,moveType: 1 //拖拽模式,0或者1
104
                     ,content: $('#buy').html()
120
                     ,content: $('#buy').html()
108
                             href: 'http://www.layui.com/'
124
                             href: 'http://www.layui.com/'
109
                             ,target: '_blank'
125
                             ,target: '_blank'
110
                         });*/
126
                         });*/
127
+
128
+                        var btn = layero.find('.layui-layer-btn');
129
+                        btn.find('.layui-layer-btn0').attr({
130
+                            href: '{$eyou.field.wplj}'
131
+                            ,target: '_blank'
132
+                        });
133
+                        btn.find('.layui-layer-btn1').click(function(){
134
+                            let text = "{$eyou.field.wplj}";
135
+                            let longPressTimer = null;
136
+
137
+                            // 复制方法
138
+                            // 关键
139
+                            navigator.clipboard
140
+                                .writeText(text)
141
+                                .then(() => {
142
+                                    window.alert("复制成功");
143
+                                })
144
+                                .catch((error) => {
145
+                                    window.alert("复制失败", error);
146
+                                });
147
+                        });
148
+
111
                     }
149
                     }
112
                 });
150
                 });
113
             }
151
             }

+ 4
- 1
template/pc/components/detail/cl.htm 查看文件

74
                                     <i>¥</i>
74
                                     <i>¥</i>
75
                                     <span class="more2_info_price_txt">{$eyou.field.users_price}.<span class="more2_info_price_txt-decimal">00</span>
75
                                     <span class="more2_info_price_txt">{$eyou.field.users_price}.<span class="more2_info_price_txt-decimal">00</span>
76
                                      </span>
76
                                      </span>
77
+                            <span style="color:red;">👍<font style="font-weight: bold;">限时免费赠送</font></span>
77
                                 </span>
78
                                 </span>
79
+
80
+
78
                     </p>
81
                     </p>
79
 
82
 
80
                     <p class="site"><font>购买须知:</font>  本产品为电子档文件,属虚拟产品,付款后请联系客服领取,一经售出概不退换!</p>
83
                     <p class="site"><font>购买须知:</font>  本产品为电子档文件,属虚拟产品,付款后请联系客服领取,一经售出概不退换!</p>
104
                     </p>
107
                     </p>
105
 
108
 
106
                     <a class="btn transition layui-btn-s" target="_self" data-method="notice" href="javascript:;" >
109
                     <a class="btn transition layui-btn-s" target="_self" data-method="notice" href="javascript:;" >
107
-                        购买产品
110
+                        点击领取
108
                         <i class="fa fa-chevron-circle-right"></i>
111
                         <i class="fa fa-chevron-circle-right"></i>
109
                     </a>
112
                     </a>
110
 
113
 

+ 39
- 6
template/pc/view_zczygz_cl.htm 查看文件

25
 
25
 
26
 <div id="buy" style="display: none;">
26
 <div id="buy" style="display: none;">
27
     <div style="padding: 50px  15px 40px 15px; line-height: 22px; background-color: #393D49; color: #fff; font-weight: 300;">
27
     <div style="padding: 50px  15px 40px 15px; line-height: 22px; background-color: #393D49; color: #fff; font-weight: 300;">
28
+
28
         <fieldset class="layui-elem-field" style="width:100%;text-align: center;">
29
         <fieldset class="layui-elem-field" style="width:100%;text-align: center;">
30
+            <legend style="font-size: 17px;margin-left:0px;">网盘链接:</legend>
31
+            <div class="layui-field-box" style="text-align: center;">
32
+                {$eyou.field.wplj}
33
+            </div>
34
+        </fieldset>
35
+
36
+        {eyou:if condition='(!empty($eyou.field.tqm))'}
37
+            <fieldset class="layui-elem-field" style="width:100%;text-align: center;">
38
+                <legend style="font-size: 17px;margin-left:0px;">提取码:</legend>
39
+                <div class="layui-field-box" style="text-align: center;">
40
+                    {$eyou.field.tqm}
41
+                </div>
42
+            </fieldset>
43
+        {/eyou:if}
44
+
45
+
46
+        <!--<fieldset class="layui-elem-field" style="width:100%;text-align: center;">
29
             <legend style="font-size: 17px;margin-left:0px;">第一步: 扫一扫{eyou:global name='web_attrname_30' /}</legend>
47
             <legend style="font-size: 17px;margin-left:0px;">第一步: 扫一扫{eyou:global name='web_attrname_30' /}</legend>
30
             <div class="layui-field-box" style="text-align: center;">
48
             <div class="layui-field-box" style="text-align: center;">
31
                 <img src="{eyou:global name='web_attr_30' /}" style="width: 150px;"/>
49
                 <img src="{eyou:global name='web_attr_30' /}" style="width: 150px;"/>
38
 
56
 
39
                 <img src="{eyou:global name='web_attr_26' /}" style="width: 150px;"/>
57
                 <img src="{eyou:global name='web_attr_26' /}" style="width: 150px;"/>
40
             </div>
58
             </div>
41
-        </fieldset>
59
+        </fieldset>-->
42
     </div>
60
     </div>
43
 </div>
61
 </div>
44
 
62
 
89
                     type: 1
107
                     type: 1
90
                     ,title: false //不显示标题栏
108
                     ,title: false //不显示标题栏
91
                     ,closeBtn: false
109
                     ,closeBtn: false
92
-                    ,area: '300px;'
110
+                    ,area: '600px;'
93
                     ,shade: 0.8
111
                     ,shade: 0.8
94
                     ,id: 'LAY_layuipro' //设定一个id,防止重复弹出
112
                     ,id: 'LAY_layuipro' //设定一个id,防止重复弹出
95
                     //,btn: ['火速围观', '残忍拒绝']
113
                     //,btn: ['火速围观', '残忍拒绝']
96
-                    ,btn: ['关闭']
114
+                    ,btn: ['打开链接','复制链接','关闭']
97
                     ,btnAlign: 'c'
115
                     ,btnAlign: 'c'
98
                     ,moveType: 1 //拖拽模式,0或者1
116
                     ,moveType: 1 //拖拽模式,0或者1
99
                     ,content: $('#buy').html()
117
                     ,content: $('#buy').html()
100
                     ,success: function(layero){
118
                     ,success: function(layero){
101
-                        /*var btn = layero.find('.layui-layer-btn');
119
+                        var btn = layero.find('.layui-layer-btn');
102
                         btn.find('.layui-layer-btn0').attr({
120
                         btn.find('.layui-layer-btn0').attr({
103
-                            href: 'http://www.layui.com/'
121
+                            href: '{$eyou.field.wplj}'
104
                             ,target: '_blank'
122
                             ,target: '_blank'
105
-                        });*/
123
+                        });
124
+                        btn.find('.layui-layer-btn1').click(function(){
125
+                            let text = "{$eyou.field.wplj}";
126
+                            let longPressTimer = null;
127
+
128
+                            // 复制方法
129
+                            // 关键
130
+                            navigator.clipboard
131
+                                .writeText(text)
132
+                                .then(() => {
133
+                                    window.alert("复制成功");
134
+                                })
135
+                                .catch((error) => {
136
+                                    window.alert("复制失败", error);
137
+                                });
138
+                        });
106
                     }
139
                     }
107
                 });
140
                 });
108
             }
141
             }

Loading…
取消
儲存