From 8e095c1fd6164fafc7d5cfd144528a0d67afef7c Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期三, 22 三月 2023 17:31:15 +0800 Subject: [PATCH] 转发页面修改 --- pages/customer-page/customer-index/customer-index.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue index 3fb5769..32fbd19 100644 --- a/pages/customer-page/customer-index/customer-index.vue +++ b/pages/customer-page/customer-index/customer-index.vue @@ -61,7 +61,6 @@ <script> import card from '@/components/card/card.vue'; import { customerId } from '@/utils/status'; -import { todayDate } from '@/utils/util.js'; export default { components: { card @@ -148,7 +147,7 @@ // 杞彂 forwardClick(obj) { uni.navigateTo({ - url: `/pages/public-page/forward/forward?orderPlanId=${obj.id}&carNumSurplus1=${obj.carNumSurplus1}` + url: `/pages/public-page/forward/forward?orderPlanId=${obj.id}&carNumSurplus1=${obj.carNumSurplus1}&carNum=${obj.carNum}&cars2=${obj.cars2}` }); } } -- Gitblit v1.9.1