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'; }