#
whycq
2023-09-22 af1482111b7cd95aabd3a0c55c153deb593cdb7b
#
1个文件已修改
4 ■■■■ 已修改文件
pages/out/checkOut.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/out/checkOut.vue
@@ -354,7 +354,7 @@
            comb() {
                let that = this;
                uni.request({
                    url: that.baseUrl + '/mobile/order/search/orderNo/auth',
                    url: that.baseUrl + '/mobile/order/search/batch/auth',
                    data: that.barcode,
                    method: 'POST',
                    header: {'token': uni.getStorageSync('token')},
@@ -363,7 +363,7 @@
                        let res = result.data
                        if (res.code === 200) {
                            that.dataList = []
                            this.barcode = ''
                            that.barcode = ''
                            that.messageText = "确认成功"
                            that.messageToggle('success')
                        } else if (res.code == 403) {