调用wx.cloud.uploadFile,报错wx is not define是为什么呢?

小程序 文章 2022-02-20 02:40 742 0 全屏看文

AI助手支持GPT4.0

调用wx.cloud.uploadFile,报错wx is not define是为什么呢?When calling wx.cloud.uploadFile, why is the error wx is not define reported?

调用wx.cloud.uploadFile,报错wx is not define是为什么呢?
myuploadFile(tempFilePath,successUp,failUp,i,length){        wx.cloud.uploadFile({            cloudPath:'filebase_app/'+new Date()+'/'+tempFilePath[i].name,            filePath:tempFilePath[i].path,            success:(res)=>{                successUp++                console.log(res.data)            },            fail:(err)=>{                failUp++                console.log(err)            },            complete:()=>{                i++                if(i==length){                    wx.showToast({                      title: successUp+'份上传完成',                    })                }                else{                    // this.myuploadFile(tempFilePath,successUp,failUp,i)                }            }        })    },

myuploadFile(tempFilePath,successUp,failUp,i,length){        wx.cloud.uploadFile({            cloudPath:'filebase_app/'+new Date()+'/'+tempFilePath[i].name,            filePath:tempFilePath[i].path,            success:(res)=>{                successUp++                console.log(res.data)            },            fail:(err)=>{                failUp++                console.log(err)            },            complete:()=>{                i++                if(i==length){                    wx.showToast({                      title: successUp+'份上传完成',                    })                }                else{                    // this.myuploadFile(tempFilePath,successUp,failUp,i)                }            }        })    },

回答:

吉💯:小程序被骗钱,小程序平台是不管的吗?
微盟:

在上面console看下wx对象呢?如果没有的话尝试传进这个方法里呢?

墨迹:

uploadfile的filepath参数访问临时地址时导致wx is not define

目前不知道原因

-EOF-

AI助手支持GPT4.0


国内超级便宜服务器

摸鱼人热门新闻聚合

钻级赞助商 我要加入

开发者在线工具

第三方支付技术请加QQ群

相关文章
引入vant组件库,构建npm完成,并勾选使用npm,使用时小程序页面空白?
公众号自定义菜单绑定小程序保存不了?
用户管理中按昵称搜索不到用户
同一主体下,订阅号已被注销,小程序已经微信认证过,现希望将服务号通过微信认证更改成和小程序同名?
小程序测试号,点击预览以后本人扫码可以预览,别人预览不了?权限我也已经给了
随便看看
微信小程序样式使用px兼容性会很差么? 614
能不能设置让某人看不到所有历史消息? 568
request合法域名 无法修改? 796
怎么改小程序名字? 539
申请小程序需要支付多少钱吗?还是免费? 768
webview中跳转第三方网站后,选择物品购买跳转支付宝支付页面一片空白,是白名单的问题吗? 769
带参数的二维码怎么本地测试? 579
小程序原生组件icon怎么改变里面图标的颜色? 1179
应用宝下载链接打开后一直转圈圈,这是什么原因? 1016
准备想做一个微信小程序商城,但是看必须要用Https? 541