xuqiang hace 4 años
padre
commit
0a0583c989
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      src/pages/confirmorder.vue

+ 0 - 4
src/pages/confirmorder.vue

@@ -141,13 +141,9 @@ export default {
                 .then(res => {
                     this.hideLoading();
                     this.id = res.id;
-                    // wx.navigateBack('/pages/orderdetails?id=' + this.id, {
-                    //     delta: 2
-                    // });
                     wx.redirectTo({
                         url: '/pages/orderdetails?id=' + this.id
                     });
-                    // this.navigateTo('/pages/orderdetails?id=' + this.id);
                 })
                 .catch(e => {
                     this.hideLoading();