From 93acf8f3335b6ae587f8b83c24b820afabb0c1e6 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 29 May 2024 16:32:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=BF=80=E6=B4=BB=E9=A1=B5?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=BF=80=E6=B4=BB=E6=97=A5=E6=9C=9F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/trials/trials-list/components/activate-page.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-list/components/activate-page.vue b/src/views/trials/trials-list/components/activate-page.vue index 73156d1..68ca13c 100644 --- a/src/views/trials/trials-list/components/activate-page.vue +++ b/src/views/trials/trials-list/components/activate-page.vue @@ -184,7 +184,7 @@ export default { Object.keys(res.Result).forEach((key) => { this.data[key] = res.Result[key]; }); - this.form.PurchaseDuration = this.data.PurchaseDuration; + this.form.PurchaseDuration = this.data.PurchaseDuration * 12; } } catch (err) { console.log(err);