小程序
小游戏
企业微信
微信支付
扫描小程序码分享
5 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
触发onShow应该是正常的,建议你在调用chooseImage时,定义一个变量判断是否处于选择图片状态,如果false再去执行onShow里的内容
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
wx.chooseImage({
count: 1,
sizeType: ['compressed'],
sourceType: ['camera'],
success: function (res) {
wx.showLoading({
title: '上传中',
})
const filePath = res.tempFilePaths[0]
filename = that.data.array[that.data.index]
// 上传图片
const cloudPath = "yzyb/" + filename + "铁塔类型" + filePath.match(/\.[^.]+?$/)[0]
wx.cloud.uploadFile({
cloudPath,
filePath,
success: res => {
console.log('[上传文件] 成功:', res)
app.globalData.fileID = res.fileID
app.globalData.cloudPath = cloudPath
app.globalData.imagePath = filePath
},
fail: e => {
console.error('[上传文件] 失败:', e)
wx.showToast({
icon: 'none',
title: '上传失败',
complete: () => {
wx.hideLoading()
that.setData({
paizhaofalg:false
}
console.error(e)
这么啥的bug,一直都不修复吗?
原来是这个问题,我没仔细查,正要发帖。因为调用这个接口在Android端和IOS端的表现不一样
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
对的,存在这个问题
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
触发onShow应该是正常的,建议你在调用chooseImage时,定义一个变量判断是否处于选择图片状态,如果false再去执行onShow里的内容
wx.chooseImage({
count: 1,
sizeType: ['compressed'],
sourceType: ['camera'],
success: function (res) {
wx.showLoading({
title: '上传中',
})
const filePath = res.tempFilePaths[0]
filename = that.data.array[that.data.index]
// 上传图片
const cloudPath = "yzyb/" + filename + "铁塔类型" + filePath.match(/\.[^.]+?$/)[0]
wx.cloud.uploadFile({
cloudPath,
filePath,
success: res => {
console.log('[上传文件] 成功:', res)
app.globalData.fileID = res.fileID
app.globalData.cloudPath = cloudPath
app.globalData.imagePath = filePath
},
fail: e => {
console.error('[上传文件] 失败:', e)
wx.showToast({
icon: 'none',
title: '上传失败',
})
},
complete: () => {
wx.hideLoading()
that.setData({
paizhaofalg:false
})
}
})
},
fail: e => {
console.error(e)
}
})
},
这么啥的bug,一直都不修复吗?
原来是这个问题,我没仔细查,正要发帖。因为调用这个接口在Android端和IOS端的表现不一样
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
对的,存在这个问题