把代码和报错信息截图贴出来啊
微信分享小程序返回码未-1,是什么情况?微信分享小程序 可以拉起微信 但是点击分享后 直接闪出微信分享页 返回码未-1
2021-05-19也许是你网络不好,也许是腾讯服务器卡爆了~~~谁知道呢
推文保存不了,一直显示自检中怎么办?保存按钮一直在打圈圈,我试过以下解决方法,均无用! 1.开机重新打开谷歌浏览器,再保存 2.用别人的电脑打开谷歌浏览器保存 3.一行一行复制文字(输入前几行没问题,后面开始突然打圈圈) 4.尝试了在同个公众号内,保存其他文章,其他文章可以保存,唯独这一篇不行,莫非有什么违规字?
2021-05-19模板ID已经废弃了,写了还会报错 [图片]
在微信开发统一服务消息中 form_id 是什么意思?[图片] 这个form_id 这个字段在 是什么意思 怎么一直是没有找到的
2021-05-19客服叫你来找社区搜索?客服工号报一下,我感觉可以投诉了~
我是管理员,已离职,邮箱被公司占用,公司账号已冻结。联系不上公司?要怎么办已在微信上面联系客服, 客服叫我来找社区搜索?
2021-05-08[图片]
swiper 从最后一个滑到第一个 然后动态 设置current无效?录屏视频地址:https://www.yuque.com/u1326924/frols7/cma0u3 通过current和circular来控制展示的swiper ,一次只展示三个滑块,数据总题数是3n+1时,滑到最后一题,人为的修改了current=2,需要的效果:会跳到第三个滑块,实际展示的却是第一个滑块,这个修改current没有起到效果。 [图片] [图片] 代码片段: currentChange(e) { if(e.mp.detail.source === "touch") { let i = e.mp.detail.current; let qsIndex = this.swiperList[i].index; this.curIndex = qsIndex; this.setSwipers(i); } }, // i 0/1/2 swiper 位置; swiperQuestions:所有数据; curIndex: 总数列表; setSwipers(i = 0) { let qsIndex = this.curIndex; let nextQs = this.swiperQuestions[qsIndex + 1]; let preQs = this.swiperQuestions[qsIndex - 1]; if(qsIndex>0 && qsIndex= 0) { this.swiperList.unshift(this.swiperQuestions[qsIndex - 2]); this.cur = 2; } else { this.cur = 1; }; } this.$forceUpdate(); // 当前为第一个或最后一个时 禁止衔接滑动 wx.nextTick(() => { this.circular = false; console.log('禁止循环滑动'); }); console.log('^^^^^^^^^^^^^^^^^^^^^^^'); for (let j = 0; j < this.swiperList.length; j++) { console.log(this.swiperList[j].noText + (j===this.cur?' 当前':'')); } console.log('----------------------'); } }
2021-05-08这后端是php?[图片]
微信小程序上传图片时,无法访问到服务器?始终显示下面结果 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>系统发生错误</title> <meta name="robots" content="noindex,nofollow" /> <style> /* Base */ body { color: #333; font: 16px Verdana, "Helvetica Neue", helvetica, Arial, 'Microsoft YaHei', sans-serif; margin: 0; padding: 0 20px 20px; } h1{ margin: 10px 0 0; font-size: 28px; font-weight: 500; line-height: 32px; } h2{ color: #4288ce; font-weight: 400; padding: 6px 0; margin: 6px 0 0; font-size: 18px; border-bottom: 1px solid #eee; } h3{ margin: 12px; font-size: 16px; font-weight: bold; } abbr{ cursor: help; text-decoration: underline; text-decoration-style: dotted; } a{ color: #868686; cursor: pointer; } a:hover{ text-decoration: underline; } .line-error{ background: #f8cbcb; } .echo table { width: 100%; } .echo pre { padding: 16px; overflow: auto; font-size: 85%; line-height: 1.45; background-color: #f7f7f7; border: 0; border-radius: 3px; font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; } .echo pre > pre { padding: 0; margin: 0; } /* Exception Info */ .exception { margin-top: 20px; } .exception .message{ padding: 12px; border: 1px solid #ddd; border-bottom: 0 none; line-height: 18px; font-size:16px; border-top-left-radius: 4px; border-top-right-radius: 4px; font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑"; } .exception .code{ float: left; text-align: center; color: #fff; margin-right: 12px; padding: 16px; border-radius: 4px; background: #999; } .exception .source-code{ padding: 6px; border: 1px solid #ddd; background: #f9f9f9; overflow-x: auto; } .exception .source-code pre{ margin: 0; } .exception .source-code pre ol{ margin: 0; color: #4288ce; display: inline-block; min-width: 100%; box-sizing: border-box; font-size:14px; font-family: "Century Gothic",Consolas,"Liberation Mono",Courier,Verdana; padding-left: 56px; } .exception .source-code pre li{ border-left: 1px solid #ddd; height: 18px; line-height: 18px; } .exception .source-code pre code{ color: #333; height: 100%; display: inline-block; border-left: 1px solid #fff; font-size:14px; font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑"; } .exception .trace{ padding: 6px; border: 1px solid #ddd; border-top: 0 none; line-height: 16px; font-size:14px; font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑"; } .exception .trace ol{ margin: 12px; } .exception .trace ol li{ padding: 2px 4px; } .exception div:last-child{ border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } /* Exception Variables */ .exception-var table{ width: 100%; margin: 12px 0; box-sizing: border-box; table-layout:fixed; word-wrap:break-word; } .exception-var table caption{ text-align: left; font-size: 16px; font-weight: bold; padding: 6px 0; } .exception-var table caption small{ font-weight: 300; display: inline-block; margin-left: 10px; color: #ccc; } .exception-var table tbody{ font-size: 13px; font-family: Consolas,"Liberation Mono",Courier,"微软雅黑"; } .exception-var table td{ padding: 0 6px; vertical-align: top; word-break: break-all; } .exception-var table td:first-child{ width: 28%; font-weight: bold; white-space: nowrap; } .exception-var table td pre{ margin: 0; } /* Copyright Info */ .copyright{
2021-04-14存在 app.globalData 里面
wx.getUserInfo换成wx.getUserProfile之后,只能使用按钮来调用了吗?原来onshow()每次都会调用wx.getUserInfo,这样如果授权过的用户就不用再点击登陆按钮而是直接到用户信息界面了。现在改版之后,难道我要用一个数据库把用户的信息都存起来自己传吗?
2021-04-08要啥交代啊,想多了吧,哈哈哈,跟腾讯讲这些,接口说改就改,说废弃就废弃,你一条小小朋友圈 [图片]
自动删除我发的朋友圈2021.03.24晚11.16分发了一个文字朋友圈,2021.03.25早上九点56分我在看朋友圈没有了,没有了你敢信? 麻烦后台查一下是不是某位开发同学触碰了什么数据库 这个问题很严重 由于是不经意间发现的没有抓log 而且也不清楚什么时候可以复现,希望测试同学能够提单子供开发同学好好研究一下这个问题
2021-03-25感觉一样啊, block 不就是变块级元素吗 inline-block就是行内块 虽然我没怎么用,小程序还是尽量用弹性布局吧 display:flex
微信小程序 display: block什么效果?求教:微信小程序 display: block什么效果? display其他属性是有什么用的,效果?求教
2021-03-13[图片]
今天微信工作人员都去植树了?话说今天小程序的审核怎么如此的慢?
2021-03-12