个人案例
你好,你的显示了吗?我的也出现这种情况
用户满意度为什么不显示?刚开始的时候小程序资料页有显示用户满意度,以后误删了,现在又有了,但是小程序没有显示。这是怎么回事?[图片]
2020-09-21打不开提示什么?
PC浏览器、微信开发者工具都可以打开,手机微信中服务号的H5页面打不开?PC端 Chrome 和 firefox 都可以打开,使用微信开发者工具也可以打开,但是在手机微信中(服务号)无法打开H5页面。我的是 Angular 开发的前端,前端时间一直运行正常,昨天下午前端页面新增了一个页面编译后上传到服务器,当时看了没问题,晚上10点发现页面打不开,到现在也无法打开。。。我要哭了。这是什么问题 ?我服务器中使用了 ngixn ,其中还有反向代理的 Springboot 的 jar 项目。下面贴出 nginx 的配置,配置文件已经在 CentOS7中使用 vim 重新编辑了一遍,怕有因为在WINDOWS下编辑导致的空格、换行问题,配置内容没有更改,只是重新将空行和空格敲了一遍,然后使用 nginx -s reload 仍然没有解决 (没有报语法错误),十万火急求救。 user nginx; worker_processes 4; error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; events { worker_connections 1024; } http { include /etc/nginx/mime.types; default_type application/octet-stream; log_format main '$remote_addr - $host - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"'; access_log /var/log/nginx/access.log main; sendfile on; #tcp_nopush on; keepalive_timeout 65; #gzip on; server{ listen 80; listen 443 ssl; server_name www.我的域名.club; ssl_certificate 1_www.我的域名.club_bundle.crt; ssl_certificate_key 2_www.我的域名.club.key; ssl_session_cache shared:SSL:1m; ssl_session_timeout 5m; ssl_ciphers HIGH:!aNULL:!MD5; ssl_protocols TLSv1 TLSv1.1 TLSv1.2; ssl_prefer_server_ciphers on; #root /projfe; location /wxpadfe { alias /projfe/wxpadfe; index index.html; try_files $uri $uri/ /index.html; } location /atoolsfe { alias /projfe/atoolsfe; index index.html; try_files $uri $uri/ /index.html; } location /test { alias /projfe/test; index index.html; } location /zorrodemo { alias /projfe/zorrodemo; index index.html; try_files $uri $uri/ /index.html; } location /wxpadbe { proxy_pass http://127.0.0.1:7070; } location /atoolsbe { proxy_pass http://127.0.0.1:7073; } #error_page 404 /index.html; #location = /index.html { #root /projfe/wxpadfe; #} } include /etc/nginx/conf.d/*.conf; }
2020-09-17看你的数据结构应该是不是应该是这样 fabuData: res.data 还有就是请求是异步的,你的打印语句是在哪?
为什么self.setData不能赋值,获取不到接品的值?onLoad: function (options) { var self = this; wx.request({ url: url, method: 'GET', headers: { 'Content-Type': 'application/json' }, success: function (res) { wx.hideLoading(); self.setData({ fabuData: res.data.data, }); } }); }, [图片] 获取不到 数据格式 [图片]
2020-09-16备案后,需要等几天,我看你这个是刚备案的
yunyedengye.com域名已经备案,小程序无法添加到服务器域名,请帮忙看看?一直提示未备案,但是备案已经通过了啊,麻烦看一下,谢谢!
2020-08-28可能链接被微信屏蔽了,之前遇到过这种情况
发布到朋友圈的链接只有自己能看到,别人看不到,请问链接哪里出了问题?链接地址:https://m.yuanfudao.com/ada-epimetheus-report/contest-report.html?markingId=16646 感觉里面没有违规内容,请帮忙核实一下 微信号:damienguo 时间:8.26晚 22点
2020-08-28需要自定义tabbar,源码参考: https://github.com/qichongfeng/xiaochengxu
小程序tabbar 栏设置中间按钮凸起[图片] 类似图上的效果,
2020-08-26tab凸起源码: https://github.com/qichongfeng/xiaochengxu
微信自定义custom-tab-bar组件能实现中间图标凸起吗?需求是中间的图标凸起,在开发工具倒腾了半天,实现了,但是真机上没法实现,不知道为啥难道无法实现? 微信开发工具[图片] 真机[图片]
2020-08-26应该只能一个一个的发布
公司申请了10个微信小程序,但代码是一套,能否一次性10个都发布了;而不是一个一个的发布?公司申请了10个微信小程序,但代码是一套,能否一次性10个都发布了;而不是一个一个的发布?
2020-08-06上代码
input输入框无法清空?今晚突然出现了input值无法通过按钮清空的问题,不知道什么原因……
2020-08-05openid和当前的微信号相关,和手机号应该是没有关系
wx.login可以获取其他手机号的openId吗?[图片] 最近想通过 open-type="getPhoneNumber",绑定其他手机号,来更改wx.login获取的openid一直没有变,所以wx.login的openid是和手机号无关的吗
2020-08-05