gx
queenwuli
2020-12-18 682ca9d7a7cd97ad02a9350b8cf8f931462c0a18
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';
         }