|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
import 'dart:convert'; |
|
|
|
|
|
|
|
|
|
import 'package:ai_decimal_accuracy/ai_decimal_accuracy.dart'; |
|
|
|
|
import 'package:dio/dio.dart'; |
|
|
|
|
import 'package:flutter/cupertino.dart'; |
|
|
|
|
import 'package:flutter/gestures.dart'; |
|
|
|
@ -558,7 +557,9 @@ class _StoreOrderPage extends State<StoreOrderPage>
|
|
|
|
|
"numberOfPeople": numberOfPeople, |
|
|
|
|
}, |
|
|
|
|
); |
|
|
|
|
getParentInfo(); |
|
|
|
|
if(tableId >0){ |
|
|
|
|
getParentInfo(); |
|
|
|
|
} |
|
|
|
|
queryShopCar().then((value) { |
|
|
|
|
this.shopCarGoods = value; |
|
|
|
|
setState(() {}); |
|
|
|
|