收藏
回答

小程序 打卡 拍照上传,为啥偶尔会出现 黑图?

小程序 打卡  拍照上传,为啥偶尔会出现 黑图?

代码

  const ctx = wx.createCameraContext()

      ctx.takePhoto({

        quality: 'high', 

        success: (res) => {    

          wx.uploadFile({ 

            url: App.data.host_path + '********',

            filePath: res.tempImagePath,

            name: 'file',

            formData: {

              'rosterId': that.data.userid

            },

            success(res) {        

              let dares = JSON.parse(res.data)

              wx.hideLoading({

                complete: (res_hide) => {

                  console.log(dares.code)          

                  if (dares.code == '0000'{

                    wx.showModal({

                      title: '提示',

                      content: '签到成功',

                      confirmText: '查看',

                      cancelText: '不查看',

                      success: (res) => {

                        if (res.confirm{

                                               

                        } else {

                          return

                        }

                      }

                    })

                  } else {

                    wx.showToast({

                      title: dares.msg,

                      icon: 'none',

                      duration: 2000

                    })

                       

                  }

                },

              })

            },

            fail: (res) => {

              wx.hideLoading({

                complete: (res_hide) => {

                  wx.showToast({

                    title: '上传失败',

                    icon: 'none',

                    duration: 2000

                  })

                },

              })

            }

          })

  

        }

      })


代码 运行 没有异常


后台获取图片偶尔出现这种


回答关注问题邀请回答
收藏

3 个回答

  • ~如既往
    ~如既往
    2022-08-24

    你这个问题解决了吗是什么原因呢 我上传图片也出现了这个问题


    2022-08-24
    有用
    回复
  • this
    this
    2020-10-19

    那你拍的是黑图么

    2020-10-19
    有用
    回复 1
    • 六月
      六月
      2020-10-19
      不是,
      2020-10-19
      回复
  • 阿威呀🙄
    阿威呀🙄
    2020-10-19

    你这个提问的代码看了头晕

    2020-10-19
    有用
    回复
登录 后发表内容
问题标签