mirror of
https://github.com/certd/certd.git
synced 2026-05-14 12:07:32 +08:00
fix: 修复创建流水线无法选择通知的bug
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
</div>
|
||||
<div class="get-show">
|
||||
<template v-if="item.type === 'plus'">
|
||||
<span class="mr-5">
|
||||
<span v-if="todayOrderCount.showVipTotal" class="mr-5">
|
||||
已有
|
||||
<span class="color-red"> {{ todayOrderCount.vipTotal }}</span>
|
||||
位伙伴支持
|
||||
@@ -274,6 +274,7 @@ const todayOrderCount = computed(() => {
|
||||
vipTotal: countInfo?.vipTotal || 0,
|
||||
orderCount: orderCount,
|
||||
bg: lastStage.bg,
|
||||
showVipTotal: showVipTotal,
|
||||
});
|
||||
if (lastStage.orderCount > 0) {
|
||||
stages.push(lastStage);
|
||||
|
||||
Reference in New Issue
Block a user