|
@@ -130,13 +130,10 @@
|
|
|
success: function(res){
|
|
|
console.log(res);
|
|
|
if (res.code == 0) {
|
|
|
- $("#collectShop").html(res.data.collect_shop);
|
|
|
- $("#collectGoods").html(res.data.collect_goods);
|
|
|
- $("#visitCount").html(res.data.visit_count);
|
|
|
- $("#orderTotal").html(res.data.order_total);
|
|
|
- $("#orderPayCount").html(res.data.order_pay_count);
|
|
|
- $("#goodsPayCount").html(res.data.goods_pay_count);
|
|
|
- $("#memberCount").html(res.data.member_count);
|
|
|
+
|
|
|
+ $("#orderTotal").html(res.data.sum);
|
|
|
+ $("#orderPayCount").html(res.data.count);
|
|
|
+
|
|
|
$(".ns-flow-time-today").html(res.data.time_range);
|
|
|
}else{
|
|
|
layer.msg(res.message);
|