Skip to content

Commit 47194cd

Browse files
committed
fix: 订阅流量信息中无用量时 不展示
1 parent 52d4a21 commit 47194cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store-front-end",
3-
"version": "2.15.76",
3+
"version": "2.15.77",
44
"private": true,
55
"scripts": {
66
"dev": "vite --host",

src/components/SubListItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ const flow = computed(() => {
447447
firstLine: t("subPage.subItem.noFlow"),
448448
secondLine: ``,
449449
};
450-
} else if (target.status === "success") {
450+
} else if (target.status === "success" && target.data?.usage) {
451451
let {
452452
planName,
453453
appUrl,

0 commit comments

Comments
 (0)