From 682ca9d7a7cd97ad02a9350b8cf8f931462c0a18 Mon Sep 17 00:00:00 2001 From: queenwuli <942534046@qq.com> Date: Fri, 18 Dec 2020 15:47:17 +0800 Subject: [PATCH] gx --- hive-app/pages/workbench/customerInfo.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/hive-app/pages/workbench/customerInfo.vue b/hive-app/pages/workbench/customerInfo.vue index 18302a2..27986ab 100644 --- a/hive-app/pages/workbench/customerInfo.vue +++ b/hive-app/pages/workbench/customerInfo.vue @@ -38,7 +38,6 @@ <navigator :url="url"> <button class="blue-btn sticky-footer">下一步</button> </navigator> - </view> </template> @@ -46,12 +45,12 @@ export default{ data(){ return{ - url: './selectProduct', + url: './selectProduct/index', } }, onLoad(options) { if(options.type==1){ - this.url = './selectProduct'; + this.url = './selectProduct/index'; } else { this.url = './selectService'; } -- Gitblit v1.9.1