浏览代码

临时预约文件调整

shasha 4 天之前
父节点
当前提交
a6f33ff6c4

+ 2 - 2
pages/index/index.js

@@ -432,7 +432,7 @@ Page({
         }else if(info.type=='2'){
         }else if(info.type=='2'){
           // 临时预约
           // 临时预约
           wx.navigateTo({
           wx.navigateTo({
-            url: '/pages/temporary/add?orderId=' + info.id + '&orderName='+ info.orderName+'&orderNumber='+ info.orderNumber
+            url: '/pages/reservationTemp/add?orderId=' + info.id + '&orderName='+ info.orderName+'&orderNumber='+ info.orderNumber
           })
           })
         }else if(info.type=='3'){
         }else if(info.type=='3'){
           // 起卸预约
           // 起卸预约
@@ -539,7 +539,7 @@ Page({
       })
       })
     }else if(type=='2'){
     }else if(type=='2'){
       wx.navigateTo({
       wx.navigateTo({
-        url: '/pages/temporary/edit?id=' + id + '&index=' + index,
+        url: '/pages/reservationTemp/edit?id=' + id + '&index=' + index,
       })
       })
     }
     }
     
     

+ 1 - 1
pages/reservationTemp/add.js

@@ -1,4 +1,4 @@
-// pages/temporary/add.js
+// pages/reservationTemp/add.js
 const app = getApp()
 const app = getApp()
 Page({
 Page({
 
 

+ 1 - 1
pages/reservationTemp/add.less

@@ -1,4 +1,4 @@
-/* pages/temporary/add.wxss */
+/* pages/reservationTemp/add.wxss */
 .van-field__label {
 .van-field__label {
   width: 240rpx !important;
   width: 240rpx !important;
 }
 }

+ 1 - 1
pages/reservationTemp/add.wxml

@@ -1,4 +1,4 @@
-<!--pages/temporary/add.wxml-->
+<!--pages/reservationTemp/add.wxml-->
 <view class="container" style="padding-bottom:100px;">
 <view class="container" style="padding-bottom:100px;">
   <view class="height20"></view>
   <view class="height20"></view>
   <view>
   <view>

+ 1 - 1
pages/reservationTemp/add.wxss

@@ -1,4 +1,4 @@
-/* pages/temporary/add.wxss */
+/* pages/reservationTemp/add.wxss */
 .van-field__label {
 .van-field__label {
   width: 240rpx !important;
   width: 240rpx !important;
 }
 }

+ 1 - 1
pages/reservationTemp/edit.js

@@ -1,4 +1,4 @@
-// pages/temporary/edit.js
+// pages/reservationTemp/edit.js
 const app = getApp()
 const app = getApp()
 Page({
 Page({
 
 

+ 1 - 1
pages/reservationTemp/edit.less

@@ -1,4 +1,4 @@
-/* pages/temporary/edit.wxss */
+/* pages/reservationTemp/edit.wxss */
 .van-field__label {
 .van-field__label {
   width: 240rpx !important;
   width: 240rpx !important;
 }
 }

+ 1 - 1
pages/reservationTemp/edit.wxml

@@ -1,4 +1,4 @@
-<!--pages/temporary/edit.wxml-->
+<!--pages/reservationTemp/edit.wxml-->
 <view class="container" style="padding-bottom:100px;">
 <view class="container" style="padding-bottom:100px;">
   <view class="height20"></view>
   <view class="height20"></view>
   <view>
   <view>

+ 1 - 1
pages/reservationTemp/edit.wxss

@@ -1,4 +1,4 @@
-/* pages/temporary/edit.wxss */
+/* pages/reservationTemp/edit.wxss */
 .van-field__label {
 .van-field__label {
   width: 240rpx !important;
   width: 240rpx !important;
 }
 }