个人案例
- 正周
我的小店
正周的小店扫码体验
- 001兼职网一兼职求职找工作
兼职求职找工作
001兼职扫码体验
- 焦虑心理测试
焦虑自测小程序
焦虑抑郁自测扫码体验
打开绑定页面,页面底部有点击选项(下图↓)。 [图片] 具体请参考文章 https://mp.weixin.qq.com/s/h1F0grc8eixO1Y2zoOe7ng
视频号绑定公众号之后,如果想要更换绑定公众号该怎么操作?这是最近被我司主播小姐姐问到的一个问题 微信视频号绑定了公众号之后,可以换绑公众号吗? 可以换绑的话,具体怎么操作呢?
2021-07-05参考文档https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/qr-code/wxacode.getUnlimited.html
小程序 二维码参数如何取得?云开发函数 取得小程序二维码,scene 下面的设置对么? 预想动作是,当扫描二维码进入到 recruitDetail 页面的onload 方法里面 用e.postId 取得这个参数 await cloud.openapi.wxacode.getUnlimited({ scene: `postId=${id}`, width: 1280, page: 'Userpackage/recruitDetail/recruitDetail' })
2021-07-03看看这个支持类目 https://developers.weixin.qq.com/miniprogram/product/live/access-requirement.html
小程序直播可以卖厨房的刀具吗?小程序直播可以卖厨房的刀具吗?
2021-07-03详见文章https://developers.weixin.qq.com/community/develop/doc/000ca68a068ce851db795835a56009?_at=1625225317079
流量主资金多久结算什么流程?上月13号左右开通的流量主 看平台上说分别是下月1和15号 今天已经7月2号了 为什么我的资金状态还是 未结算呢?有没有懂的大佬 告知一下呢
2021-07-02后台设置好菜单就行了
请问微信公众号,个人页面的服务功如何开通?[图片]
2021-07-02没看到过相关资料。
小程序总包能否扩容?小程序总包如何申请扩容
2021-07-02setData
怎么把onload内的经纬度显示在text上?onLoad: function (options) { wx.getLocation({ type:'wgs84', //type:'gcj02', success:function(res){ const latitude=res.latitude; const longitude=res.longitude; this.data.a=res.latitude; console.log(res.latitude,res.longitude); //console.log(res); }, }) },一直用不来把经纬度调出来放到text上,恳请大佬帮忙下。 按照楼下一位老哥的完整代码修改了,但是报错Cannot read property 'setData' of undefined;at yy/cc/cc onLoad function;at api getLocation success callback function TypeError: Cannot read property 'setData' of undefine 。 onLoad: function (options) { wx.getLocation({ type:'wgs84', //type:'gcj02', success:function(res){ // const latitude=res.latitude; // const longitude=res.longitude; this.setData({ latitude:res.latitude, longitude:res.longitude }) console.log(res.latitude,res.longitude); //console.log(res); }, }) },//js文件 {{latitude}}//wxml 已经解决,感谢感谢大佬的帮忙。
2021-07-01微信开放平台是需要认证的。 具体可参考链接https://kf.qq.com/faq/170824URbmau170824r2uY7j.html
微信开放平台新建移动应用,账号认证主体是什么?微信开放平台新建移动应用,账号认证主体是什么,要怎么认证?
2021-07-01看看这里是否有帮助 https://kf.qq.com/product/wxkfpt.html#hid=2555
通过APPID如何找回微信开放平台账号?以前的开发人员离职,账号丢失。appId:wx773ff6b729534942
2021-07-01http://xxxx.dev.xxxxx.com?a=1&b=2&c=3
普通链接二维码地址怎么增加动态参数啊,跳转不过去?http://xxxx.dev.xxxxx.com我这边设置这个地址 怎么往后配置参数啊 怎么都不行
2021-07-01