- 审核一下不通过?
帮看看,审核不通过,我就备份了我小孩的图片 [图片] [图片]
2020-07-19 - 云存储地址后面能加随机参数吗?
云存储地址后面能加随机参数吗?如下:云地址后面加了参数不显示,不加参数会显示旧图 "cloud://first1-gbopy.6669-first1-gbopy-1302463837/"+getApp().globalData.openid+"Title.jpg?a="+new Date().getTime() [图片]
2020-07-15 - 为什么我修改了云存储备份图,显示还是老图?
为什么我修改了云存储备份图,点击还是显示老图 [图片]
2020-07-15 - 为什么审核一直通不过?,我已删除了不合格的内容
为什么审核一直通不过?,我只是做一个名片,保管我们自已的二维码,方便查找。开发一个微信小程序就这么难吗?真的无语了,麻烦帮看看 账号:15074704856@139.com
2020-07-11 - 请问现在提交包含分享朋友圈代码不行吗?
请问现在提交包含分享朋友圈代码是不是不能通过审核通过审核? [图片]
2020-07-11 - 微信分享朋友圈,传多参数怎么传?
onShareTimeline:function(){ return { title: '我的名片', query: 'openid='+this.data.openid&"name="+this.data.name&"photo="+this.data.photo, } } 为什么我这样传多参数传不过,当传一个'openid='+this.data.openid就可传得过。
2020-07-10 - 为什么显示拒绝身份认证访问?
我在page外设了全页变量 const DB = wx.cloud.database().collection("list1") //连接数据库 在启动怎么连接不到数据库 onLoad: function (options) { openid=options.openid getApp().globalData.openid=openid console.log("openid是:",openid," options是:",options.openid) let thischa = this console.log(options) DB.doc(openid).get({ //这里连接为什么会的失败 success(res) { console.log("查到", res, "最抂", res.data._openid), //测试查全局变量 getApp().globalData.name=res.data.姓名 getApp().globalData.photo=res.data.手机号 getApp().globalData.openid=res.data._openid thischa.setData({ name: res.data.姓名, photo: res.data.手机号, name:options.id }) },fail(res){ console.log("查询失败",res) } }) }, 在log输出为: [图片] 请问这是什么原因呢????
2020-07-10 - 分享朋友圈传参数为什么传不进?
见代码,分享代码: onShareTimeline:function(){ return { title: '我的名片', query: '/pages/index/index?openid='+this.data.openid, //imageUrl: '/images/home.png', imageUrl:"cloud://first1-gbopy.6669-first1-gbopy-1302463837/"+getApp().globalData.openid+"Title.jpg", success: (res) => { console.log(res) // 分享成功 } } } 接收代码: onLoad: function (options) { console.log("openid是:",openid,"options是:",options) openid=options.data.openid getApp().globalData.openid=openid } log显示的接到到的是,参数为什么传不过云。不知是什么原因 [图片]
2020-07-09 - 我为云存储add修改以前的数据时报错,,不知是什么原因?
Error: errCode: -502001 database request fail | errMsg: [FailedOperation.DuplicateWrite] multiple write,duplicate key error collection
2020-07-09 - 我跟着一个视频教程来的,返复看了一模一样,自定义组件报错?
MiniProgramError Cannot read property 'name' of undefined TypeError: Cannot read property 'name' of undefined at Pe (http://127.0.0.1:23846/appservice/__dev__/WAService.js:2:1870610) at ze (http://127.0.0.1:23846/appservice/__dev__/WAService.js:2:1873778) at Module.t (http://127.0.0.1:23846/appservice/__dev__/WAService.js:2:1883433) at yt (http://127.0.0.1:23846/appservice/__dev__/WAService.js:2:2002231) at Kt (http://127.0.0.1:23846/appservice/__dev__/WAService.js:2:2024189) at http://127.0.0.1:23846/appservice/commponents/myheader/myheader.js:5:1 at require (http://127.0.0.1:23846/appservice/__dev__/WAService.js:2:2033046) at <anonymous>:50:7 at doWhenAllScriptLoaded (http://127.0.0.1:23846/appservice/appservice?t=1592751112977:1461:21) at HTMLScriptElement.scriptLoaded (http://127.0.0.1:23846/appservice/appservice?t=1592751112977:1477:5) console.error @ VM583:1 errorReport @ VM590 WAService.js:2 thirdErrorReport @ VM590 WAService.js:2 (anonymous) @ VM590 WAService.js:2 f @ VM590 WAService.js:2 o @ VM590 WAService.js:2 (anonymous) @ VM590 WAService.js:2 value @ VM590 WAService.js:2 (anonymous) @ VM590 WAService.js:2 doWhenAllScriptLoaded @ appservice?t=1592751112977:1461 scriptLoaded @ appservice?t=1592751112977:1477 script.onload @ appservice?t=1592751112977:1485 error (async) (anonymous) @ VM590 WAService.js:2 (anonymous) @ VM590 WAService.js:2 (anonymous) @ VM590 WAService.js:2 VM616:4 Sun Jun 21 2020 22:51:54 GMT+0800 (中国标准时间) sitemap 索引情况提示
2020-06-21