|
|
@@ -249,7 +249,9 @@ export default {
|
|
|
content: '确认开单?',
|
|
|
success: function (res) {
|
|
|
if (res.confirm) {
|
|
|
+ uni.showLoading({mask:true})
|
|
|
createOrder(options).then(res => {
|
|
|
+ uni.hideLoading()
|
|
|
that.removeFromSaveDirect()
|
|
|
const { data: { id } } = res
|
|
|
let url = `/admin/billing/result?orderId=${id}`;
|