From 938b068c5fbb1d2a0f9e805b23380d2a5a67c357 Mon Sep 17 00:00:00 2001 From: li-guang <153605324@qq.com> Date: Tue, 22 Dec 2020 14:48:12 +0800 Subject: [PATCH] 会员的皮肤检测 --- 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