li-guang
2020-12-18 82c48f3b548145d0cb3c652c47ed4def1e3e4c77
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';
         }