From 7113b4f2dd47a313c6fbc85c21f4756da42b212a Mon Sep 17 00:00:00 2001 From: queenwuli <942534046@qq.com> Date: Mon, 11 Jan 2021 17:06:18 +0800 Subject: [PATCH] gx --- hive-app/pages/workbench/selectService/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hive-app/pages/workbench/selectService/index.vue b/hive-app/pages/workbench/selectService/index.vue index a17d266..ad8d172 100644 --- a/hive-app/pages/workbench/selectService/index.vue +++ b/hive-app/pages/workbench/selectService/index.vue @@ -64,7 +64,7 @@ </view> <view class="flex justify-between font-12 mt-10"> <text>有效期至: {{item.invalidTime}}<text class="red" v-if="item.isInvalid==1">({{item.isInvalid | formatIsInvalid}})</text></text> - <text>剩余总次数:{{item.count}}</text> + <text v-if="item.isCourse === 'Y'">剩余总次数:{{item.count}}</text> </view> </view> <no-record :isShow="!comboList.length" size="mini" txt="暂无套餐" class="no-record"></no-record> @@ -124,7 +124,7 @@ }, methods:{ openShoppingCart(){ - this.$refs.shopCart.show() + this.$refs.shopCart.toggle() }, // 搜索 search(val){ @@ -254,7 +254,7 @@ border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; box-shadow:0 6px 6px rgba(237,234,244,0.5); - padding-bottom: 5px; + padding:10px 0 1px; } .content{ padding: 10px 10px 65px; @@ -328,6 +328,6 @@ font-size: 14px; } .no-record{ - margin: 20px 0; + margin: 20px 0!important; } </style> -- Gitblit v1.9.1