From fb1c5a08237980c28aafc9da83ea618b9b9cc9d6 Mon Sep 17 00:00:00 2001 From: xuyiming Date: Fri, 12 Jun 2020 15:58:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=B0=E8=B4=AD=E7=89=A9?= =?UTF-8?q?=E8=BD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/service-info/service-info.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/service-info/service-info.vue b/src/components/service-info/service-info.vue index 58a5bb4..366f59e 100644 --- a/src/components/service-info/service-info.vue +++ b/src/components/service-info/service-info.vue @@ -156,7 +156,7 @@ export default { duration: this.duration, // 申请时长 spec_id: this.specification.id, // 当为服务时,为服务规格 当为应用时 这里是部署方式的规格 1 部署 2开发 duration_method: this.type, // 计时方式 按年 按月 - is_subscribe: 1, // 是否订阅 + is_subscribe: 0, // 是否订阅 }) .then(({ data }) => { if (data.success == 1) { -- 2.26.0