@ -426,9 +426,12 @@
if (res.code == 200) {
that.tui.toast("核销成功",1500)
} else {
that.tui.toast(res.message)
uni.showModal({
title: '提示',
content: res.message,
showCancel:false
});
}
//
}).catch((res) => {})
@ -319,7 +319,7 @@
</view>
<view class="delivery-list-wrap">
<view class="empty-delivery" v-if="deliveryItem.length <= 0">
<view class="empty-delivery-icon">校园</view>