Browse Source

no message

linwenxin 1 tháng trước cách đây
mục cha
commit
814513e6dd
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/common/utils/util.js

+ 2 - 0
src/common/utils/util.js

@@ -410,6 +410,7 @@ export const uploadImgFull = async function (file) {
       })
       .then(res => {
         uni.hideLoading()
+        alert(JSON.stringify(res.data))
         resolve(
           replaceStringInObject(
             res.data.data,
@@ -431,6 +432,7 @@ export const uploadImgFull = async function (file) {
       filePath: file,
       success(res) {
         uni.hideLoading()
+        alert(JSON.stringify(JSON.parse(res.data)))
         resolve(
           replaceStringInObject(
             JSON.parse(res.data).data,