From 8370bdd5f0326cbd403e3e2587684bbf877d35d7 Mon Sep 17 00:00:00 2001 From: ch Date: Thu, 26 May 2022 18:01:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/submit/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/order/submit/index.vue b/pages/order/submit/index.vue index f2724f4..a74beac 100644 --- a/pages/order/submit/index.vue +++ b/pages/order/submit/index.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-05-04 17:30:58 * @LastEditors: ch - * @LastEditTime: 2022-05-25 20:00:10 + * @LastEditTime: 2022-05-26 18:00:33 * @Description: file content --> @@ -48,7 +48,7 @@ export default { payVisible : false, payTimerTxt : '', payTimerStop : null, - productType : this.$Route.query.productType + productType : this.$route.query.productType } }, mounted(){