From 9ea5f12713c8b379dafe4173292abaac12bc04c2 Mon Sep 17 00:00:00 2001 From: li-guang <153605324@qq.com> Date: Fri, 18 Dec 2020 10:41:24 +0800 Subject: [PATCH] 订单的页面 --- hive-app/pages/workbench/customerInfo.vue | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/hive-app/pages/workbench/customerInfo.vue b/hive-app/pages/workbench/customerInfo.vue index 825386c..7077475 100644 --- a/hive-app/pages/workbench/customerInfo.vue +++ b/hive-app/pages/workbench/customerInfo.vue @@ -35,7 +35,9 @@ <text class="font-14 gray">东莞店</text> </view> </view> - <button class="blue-btn btn" @click="linkTo('./selectProduct')">下一步</button> + <navigator url="./selectProduct/index"> + <button class="blue-btn btn">下一步</button> + </navigator> </view> </template> @@ -45,11 +47,6 @@ return{} }, methods:{ - linkTo(val){ - uni.navigateTo({ - url:val - }) - } } } </script> -- Gitblit v1.9.1