Your Name 1 тиждень тому
джерело
коміт
3158bea22b
2 змінених файлів з 32 додано та 13 видалено
  1. 5
    3
      app/shop/controller/Index.php
  2. 27
    10
      app/shop/view/index/stat.html

+ 5
- 3
app/shop/controller/Index.php Переглянути файл

68
 
68
 
69
         /*
69
         /*
70
          * 判断站点是否存在
70
          * 判断站点是否存在
71
+         * 只能用js
71
          */
72
          */
72
-        $url = "http://localhost";
73
+        /*$url = "http://localhost/?time=".time();
73
         $res = file_get_contents($url);
74
         $res = file_get_contents($url);
74
-        //dump($res);
75
+        dump($res);
75
         $is_inPage = 1;
76
         $is_inPage = 1;
76
         if (strpos($res,"没有找到站点") !== false) {
77
         if (strpos($res,"没有找到站点") !== false) {
77
             $is_inPage = 0;
78
             $is_inPage = 0;
78
-        }
79
+        }*/
80
+        $is_inPage = 1;
79
 
81
 
80
         /*
82
         /*
81
          * 执行初始化操作
83
          * 执行初始化操作

+ 27
- 10
app/shop/view/index/stat.html Переглянути файл

122
     </div>
122
     </div>
123
     <div class="layui-row layui-col-space15">
123
     <div class="layui-row layui-col-space15">
124
 
124
 
125
+        <script>
126
+            $(function () {
127
+                /*var Url = "http://localhost";
128
+                $.ajax({
129
+                    url: Url,
130
+                    type: 'GET',
131
+                    dataType: "jsonp",
132
+                    jsonp: "callback",
133
+                    jsonpCallback:"success_jsonpCallback",
134
+                    complete: function(response){
135
+                        console.log(response);
136
+                    }
137
+                });*/
138
+            });
139
+        </script>
140
+
141
+
125
         {if $is_in_page == 0}
142
         {if $is_in_page == 0}
126
         <div class="layui-card">
143
         <div class="layui-card">
127
             <div class="layui-card-header">提示:</div>
144
             <div class="layui-card-header">提示:</div>
149
                         {else/}
166
                         {else/}
150
                         <span class="red">涨:<span class="text-style">{$res.data.order_num.change_add}</span>
167
                         <span class="red">涨:<span class="text-style">{$res.data.order_num.change_add}</span>
151
                         {/if}
168
                         {/if}
152
-                    
169
+
153
                     </span> </p>
170
                     </span> </p>
154
                     <div class="data-all">累计成交订单<div class="text-style">{$res.data.order_num.all_num}</div></div>
171
                     <div class="data-all">累计成交订单<div class="text-style">{$res.data.order_num.all_num}</div></div>
155
                 </div>
172
                 </div>
170
                         {else/}
187
                         {else/}
171
                         <span class="red">涨:<span class="text-style">{$res.data.order_price.change_add}</span>
188
                         <span class="red">涨:<span class="text-style">{$res.data.order_price.change_add}</span>
172
                         {/if}
189
                         {/if}
173
-                    
190
+
174
                     </span> </p>
191
                     </span> </p>
175
                     <div class="data-all">累计营业额<div class="text-style">{$res.data.order_price.all_price}</div></div>
192
                     <div class="data-all">累计营业额<div class="text-style">{$res.data.order_price.all_price}</div></div>
176
                 </div>
193
                 </div>
191
                         {else/}
208
                         {else/}
192
                         <span class="red">涨:<span class="text-style">{$res.data.add_user_num.change_add}</span>
209
                         <span class="red">涨:<span class="text-style">{$res.data.add_user_num.change_add}</span>
193
                         {/if}
210
                         {/if}
194
-                    
211
+
195
                     </span> </p>
212
                     </span> </p>
196
                     <div class="data-all">累计进店人数<div class="text-style">{$res.data.add_user_num.all_num}</div></div>
213
                     <div class="data-all">累计进店人数<div class="text-style">{$res.data.add_user_num.all_num}</div></div>
197
                 </div>
214
                 </div>
212
                         {else/}
229
                         {else/}
213
                         <span class="red">涨:<span class="text-style">{$res.data.visit_user_num.change_add}</span>
230
                         <span class="red">涨:<span class="text-style">{$res.data.visit_user_num.change_add}</span>
214
                         {/if}
231
                         {/if}
215
-                    
232
+
216
                     </span> </p>
233
                     </span> </p>
217
                     <div class="data-all">累计商品浏览人数<div class="text-style">{$res.data.visit_user_num.all_num}</div></div>
234
                     <div class="data-all">累计商品浏览人数<div class="text-style">{$res.data.visit_user_num.all_num}</div></div>
218
                 </div>
235
                 </div>
290
                     <div class="layui-tab-content" style="padding: 0 15px;">
307
                     <div class="layui-tab-content" style="padding: 0 15px;">
291
 
308
 
292
                         <table id="goods-lists" lay-filter="goods-lists"></table>
309
                         <table id="goods-lists" lay-filter="goods-lists"></table>
293
-        
294
-        
310
+
311
+
295
                         <script type="text/html" id="goods-info">
312
                         <script type="text/html" id="goods-info">
296
                             <div style="text-align: left;">
313
                             <div style="text-align: left;">
297
                                 <img src="{{ d.image }}" style="height:50px;width: 50px" class="image-show layui-col-md4">
314
                                 <img src="{{ d.image }}" style="height:50px;width: 50px" class="image-show layui-col-md4">
298
                                 <p>商品名称:{{d.name}}</p>
315
                                 <p>商品名称:{{d.name}}</p>
299
                             </div>
316
                             </div>
300
                         </script>
317
                         </script>
301
-        
318
+
302
                     </div>
319
                     </div>
303
                 </div>
320
                 </div>
304
             </div>
321
             </div>
314
                     <div class="layui-tab-content" style="padding: 0 15px;">
331
                     <div class="layui-tab-content" style="padding: 0 15px;">
315
 
332
 
316
                         <table id="goods-lists2" lay-filter="goods-lists2"></table>
333
                         <table id="goods-lists2" lay-filter="goods-lists2"></table>
317
-        
318
-        
334
+
335
+
319
                         <script type="text/html" id="goods-info">
336
                         <script type="text/html" id="goods-info">
320
                             <div style="text-align: left;">
337
                             <div style="text-align: left;">
321
                                 <img src="{{ d.image }}" style="height:50px;width: 50px" class="image-show layui-col-md4">
338
                                 <img src="{{ d.image }}" style="height:50px;width: 50px" class="image-show layui-col-md4">
322
                                 <p>商品名称:{{d.name}}</p>
339
                                 <p>商品名称:{{d.name}}</p>
323
                             </div>
340
                             </div>
324
                         </script>
341
                         </script>
325
-        
342
+
326
                     </div>
343
                     </div>
327
                 </div>
344
                 </div>
328
             </div>
345
             </div>

Завантаження…
Відмінити
Зберегти