yangchaowen 2 years ago
parent
commit
e4e4e8e3d4
2 changed files with 6 additions and 2 deletions
  1. 6 1
      pages.json
  2. 0 1
      pages/order/order.vue

+ 6 - 1
pages.json

@@ -376,7 +376,12 @@
 		        "navigationStyle" : "custom"
 		    }
 		},
-		
+		{
+		    "path" : "pages/writeoff/index",
+		    "style" : {
+		        "navigationBarTitleText" : "门店核销"
+		    }
+		},
         {
             "path" : "pages/favorite/favorite",
             "style" : {

+ 0 - 1
pages/order/order.vue

@@ -214,7 +214,6 @@
 				let result = await this.$api.request('/order/writeOff', 'POST', {
 					order_id: order_id,
 					access_token: access_token,
-					env_version: 'trial'
 				});
 				if(result) {
 					this.isShowWriteOffImage = true;