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(){