Browse Source

Signed-off-by: xiezongxing <xx123456>

xiezongxing 2 năm trước cách đây
mục cha
commit
fafb9a8651
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/order/order.vue

+ 1 - 1
pages/order/order.vue

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