测试提交代码

dev
杨杰 2 years ago
parent 504621d59e
commit bce9fe4062
  1. 7
      pages/home/oderDetails/oderDetails.vue

@ -118,9 +118,10 @@
onLoad(options) {
this.orderNo = options.ordesid;
this.getGasOrderDetail();
},
methods: {
},
methods: {
getGasOrderDetail() {
uni.showLoading({
title: '加载中'

Loading…
Cancel
Save