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}` }); } }