This commit is contained in:
xiaoyu
2024-07-05 19:50:47 +08:00
parent 35b87e6cba
commit cde5a7572c
9 changed files with 285 additions and 543 deletions
+1
View File
@@ -125,6 +125,7 @@
.height-190{height:190rpx;box-sizing:border-box;}
.height-240{height:240rpx;box-sizing:border-box;}
.height-400{height:400rpx;box-sizing:border-box;}
.height-450{height:450rpx;box-sizing:border-box;}
.height-500{height:500rpx;box-sizing:border-box;}
.height-600{height:600rpx;box-sizing:border-box;}
.height-800{height:800rpx;box-sizing:border-box;}
+1
View File
@@ -73,6 +73,7 @@ api = {
appStatisticsStats: "app/statistics/stats", //获取渠道经理数据分析入口数据
appStatisticsStats_days: "app/statistics/stats_days", //获取渠道经理数据分析数据
appStatisticsStats_customer: "app/statistics/stats_customer", //获取渠道经理数据分析数据
appStatisticsStats_customer_pid: "app/statistics/stats_customer_pid", //客户数据二级
appUserResetbiz: "app/user/resetbiz", //更新用户店铺id
+7
View File
@@ -348,6 +348,13 @@ apiQuery.getAppStatisticsCust = function(params){
})
}
//客户数据二级
apiQuery.appStatisticsStats_customer_pid = function (params) {
return new Promise(function (resolve, reject) {
HttpRequest(false, Config.api.appStatisticsStats_customer_pid, 2, params, "GET", resolve, reject)
})
}
//获取渠道订单统计
apiQuery.getAppStatisticsOrders = function(params){
return new Promise(function (resolve, reject) {