Commit 6c2c7b01 authored by youjie's avatar youjie

no message

parent 3ae1ecb6
......@@ -621,6 +621,7 @@
if (res.resultCode == 1) {
uni.hideLoading();
this.orderData = res.data
this.OrderNo = res.data.OrderNo
this.peopleNum = Number(this.orderData.ManNum) + Number(this.orderData.ChildNum) +Number(this.orderData.BabyNum);
// #ifdef MP-AG
this.formatStatus(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment