From 092f25bd24aa6cb17dd7ec13b4de110a8cc38cd4 Mon Sep 17 00:00:00 2001 From: amtfmmd <1873688397@qq.com> Date: Tue, 12 Jan 2021 17:29:08 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E8=AF=B4=E6=98=8E=E8=B0=83=E6=95=B4,?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=8F=92=E4=BB=B6=E6=A0=BC=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eduwanyue_web/public/static/js/admin.js | 2 +- .../admin_htcyltd/admin/main/data_view.html | 90 +++++++++---------- .../admin_htcyltd/admin/main/index.html | 20 ++--- 3 files changed, 56 insertions(+), 56 deletions(-) diff --git a/eduwanyue_web/public/static/js/admin.js b/eduwanyue_web/public/static/js/admin.js index fb835072c..8228cb748 100644 --- a/eduwanyue_web/public/static/js/admin.js +++ b/eduwanyue_web/public/static/js/admin.js @@ -590,7 +590,7 @@ layui.use(['layer', 'form', 'laydate'], function() { laydate.render({ elem: this, type: 'datetime', - format: 'yyyy-MM-dd HH:mm' + format: 'yyyy-MM-dd HH:mm:ss' }); }); } diff --git a/eduwanyue_web/themes/admin_htcyltd/admin/main/data_view.html b/eduwanyue_web/themes/admin_htcyltd/admin/main/data_view.html index d793b17f7..06a2b8952 100644 --- a/eduwanyue_web/themes/admin_htcyltd/admin/main/data_view.html +++ b/eduwanyue_web/themes/admin_htcyltd/admin/main/data_view.html @@ -279,51 +279,51 @@ diff --git a/eduwanyue_web/themes/admin_htcyltd/admin/main/index.html b/eduwanyue_web/themes/admin_htcyltd/admin/main/index.html index a1cdf5301..a55f86cad 100644 --- a/eduwanyue_web/themes/admin_htcyltd/admin/main/index.html +++ b/eduwanyue_web/themes/admin_htcyltd/admin/main/index.html @@ -181,44 +181,44 @@ $(function(){ $('#icon-wenhao_11').mouseover(function(){ var that = this; - layer.tips('筛选时间内,与前一天对比新增的用户数', that,{tips: 1,time:100*1000}); + layer.tips('筛选时间内,与前一天对比新增的学生和老师', that,{tips: 1,time:100*1000}); }) $('#icon-wenhao_12').mouseover(function(){ var that = this; - layer.tips('筛选时间内, 访问过系统的用户数', that,{tips: 1,time:100*1000}); + layer.tips('筛选时间内, web端访问过系统课程的学生', that,{tips: 1,time:100*1000}); }) $('#icon-wenhao_13').mouseover(function(){ var that = this; - layer.tips('筛选时间内, 访问过系统的用户数', that,{tips: 1,time:100*1000}); + layer.tips('筛选时间内, 访问过系统的老师和学生', that,{tips: 1,time:100*1000}); }) $('#icon-wenhao_14').mouseover(function(){ var that = this; - layer.tips('筛选时间内, 所有的付费用户数', that,{tips: 1,time:100*1000}); + layer.tips('筛选时间内, 所有的付费学生', that,{tips: 1,time:100*1000}); }) $('#icon-wenhao_15').mouseover(function(){ var that = this; - layer.tips('筛选时间内, 所有的付费用户数', that,{tips: 1,time:100*1000}); + layer.tips('筛选时间内, 所有的付费学生', that,{tips: 1,time:100*1000}); }) $('#icon-wenhao_1').mouseover(function(){ var that = this; - layer.tips('新付费用户-用户数:筛选时间之前没有在系统付过费,在筛选时间内在系统首次结算的用户数量
老付费用户-用户数:筛选时间内,在系统内有结算,且首次结算是在筛选时间之前的用户数', that,{tips: 1,time:100*1000}); + layer.tips('新付费用户-用户数:筛选时间之后学生付费用户
老付费用户-用户数:筛选时间之前的学生付费用户', that,{tips: 1,time:100*1000}); }) $('#icon-wenhao_2').mouseover(function(){ var that = this; - layer.tips('新付费用户-用户数占比:筛选时间内,新付费用户数 / 全部付费用户数
老付费用户-用户数占比:筛选时间内,老付费用户数 / 全部付费用户数', that,{tips: 1,time:100*1000}); + layer.tips('新付费用户-用户数占比:新付费用户数 / 全部用户数(老师和学生)
老付费用户-用户数占比:筛选时间内,老付费用户数 / 全部用户数(老师和学生)', that,{tips: 1,time:100*1000}); }) $('#icon-wenhao_3').mouseover(function(){ var that = this; - layer.tips('全部付费用户-客单价:筛选时间内,全部付费用户的结算金额/用户数
新付费用户-客单价:筛选时间内,新付费用户的结算金额/新付费用户数
老付费用户-客单价:筛选时间内,老付费用户的结算金额/老付费用户数', that,{tips: 1,time:100*1000}); + layer.tips('全部付费用户-客单价:总学生付费金额/总学生数
新付费用户-客单价:新学生结算金额/老学生数
老付费用户-客单价:老付费学生结算金额/老学生数', that,{tips: 1,time:100*1000}); }) $('#icon-wenhao_4').mouseover(function(){ var that = this; - layer.tips('全部付费用户-结算金额(元):筛选时间内,全部付费用户的结算金额之和
新付费用户-结算金额(元):筛选时间内,新付费用户的结算金额之和老付费用户-结算金额(元):筛选时间内,老付费用户成功结算订单的金额之和', that,{tips: 1,time:100*1000}); + layer.tips('全部付费用户-结算金额(元):全部学生的结算金额之和
新付费用户-结算金额(元):新学生的结算金额之和
老付费用户-结算金额(元):老学生结算金额之和', that,{tips: 1,time:100*1000}); }) $('#icon-wenhao_5').mouseover(function(){ var that = this; - layer.tips('全部付费用户-访问-结算转化率:筛选时间内,全部付费用户数/系统访客数
新付费用户-访问-结算转化率:筛选时间内,新付费用户数/系统访客数中无购买记录的访客数
老付费用户-访问-结算转化率:筛选时间内,老付费用户数/访问过系统的付费用户数', that,{tips: 1,time:100*1000}); + layer.tips('全部付费用户-结算转化率:有付费订单即为100% 否则为0
新付费用户-结算转化率:有付费订单即为100% 否则为0
老付费用户-结算转化率:有付费订单即为100% 否则为0', that,{tips: 1,time:100*1000}); }) $('.icon-wenhao').mouseout(function(){ -- Gitee From 49036272e93e454ef141275b5536ff54f978cafc Mon Sep 17 00:00:00 2001 From: amtfmmd <1873688397@qq.com> Date: Tue, 12 Jan 2021 17:29:51 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E8=AF=B4=E6=98=8E=E8=B0=83=E6=95=B4,?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=8F=92=E4=BB=B6=E6=A0=BC=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eduwanyue_web/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eduwanyue_web/version b/eduwanyue_web/version index e6d5cb833..e4c0d46e5 100644 --- a/eduwanyue_web/version +++ b/eduwanyue_web/version @@ -1 +1 @@ -1.0.2 \ No newline at end of file +1.0.3 \ No newline at end of file -- Gitee