隐藏订单统计

This commit is contained in:
老叶
2022-03-25 16:09:22 +08:00
parent 1543632b23
commit 2212e682ff
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
const env = "d";
const env = "p";
const version = 1,
+2 -2
View File
@@ -43,13 +43,13 @@
</view>
<!-- 客户数据 / 订单数据 -->
<view class="mt40 bg-fff box-shadow-000-10-10 ulib-r10 overflowhidden">
<view class="fn-flex font-36 text-center">
<!-- <view class="fn-flex font-36 text-center">
<block wx:for='{{tab}}' wx:key='index'>
<view class="fn-flex-item pt20 pb20 {{ tabId == item.id?'':'bg-ffedeb'}}" data-id="{{item.id}}" bindtap="changeTab">
<view class="relative">{{item.title}}</view>
</view>
</block>
</view>
</view> -->
<view class="pl30 pb30" wx:if="{{tabId==1}}">
<view class="fn-flex fn-flex-wrap text-left">
<block wx:for='{{custom}}' wx:key='index'>
+2 -2
View File
@@ -63,7 +63,7 @@ Page({
}
this.getAppStatisticsHcust()
this.getAppStatisticsHorder()
//this.getAppStatisticsHorder()
//消息通讯 是否显示授权用户信息按钮
_.eventBus.on("isShowProfile", this, function(res){
@@ -472,7 +472,7 @@ Page({
});
this.getAppUserCal()
this.getAppStatisticsHcust()
this.getAppStatisticsHorder()
//this.getAppStatisticsHorder()
this.getAppTransferRemind()
this.getAppInventoryRemind()
this.getAppGoodsRemind()
+2 -2
View File
@@ -141,7 +141,7 @@
</view>
</view>
<!-- 订单数据 -->
<view class="mt40 inner30 pt40 bg-fff box-shadow-000-10-10 ulib-r10">
<!-- <view class="mt40 inner30 pt40 bg-fff box-shadow-000-10-10 ulib-r10">
<view class="relative">
<view class="font-36">订单数据</view>
<view class="absolute right-0 box-middle pt10 pb10 pl20 pr20 bg-ffedeb color-ff4a3a ulib-r10 font-22">累计订单总量 {{order_total}} 条</view>
@@ -151,7 +151,7 @@
<ec-canvas class="absolute top-0 bottom-0 left-0 right-0" ec="{{ ecBar }}"></ec-canvas>
</view>
</view>
</view>
</view> -->
</view>