- 如何取消绑定无法登录的小程序关联?
手机号身份证和微信绑定了小程序,是多年前在原公司捣鼓的,但已经离职,无法取得联系也无法登录操作,怎么才能取消跟这些小程序的绑定关系? [图片] ,[图片] ,[图片]
2022-08-24 - 如何解决tabbar.list[0].pagepath 不应该包含'?'
我使用的编译工具:微信web开发者工具 我的操作系统:win7旗舰版64x 编译时的设备:iphone6 wifi 版本库:我不知道从哪里查看,我是个编程门外汉。 今天从一个叫即速的网站上自己弄了一个小程序,已经打包代码也下载下来了,但是在使用web开发者工具的时候提示编译错误。 从console看到有四条红色字体提示: [图片] 以下是复制过来的app.json的代码: [代码]{[代码][代码] [代码][代码]"pages": ["pages\/page10000\/page10000","pages\/bindCellphone\/bindCellphone","pages\/advanceSearch\/advanceSearch"],[代码][代码] [代码][代码]"window": {[代码][代码] [代码][代码]"enablePullDownRefresh": false[代码][代码] [代码][代码]},[代码][代码] [代码][代码]"tabBar": {"borderStyle":"white","color":"#666666","selectedColor":"#FF0000","backgroundColor":"#00FFFF","list":[{"iconPath":"images\/592bd756c49bf.png","selectedIconPath":"images\/592bd756c4a16.png","text":"好货抢不停","pagePath":"pages\/https:\/\/weidian.com\/?userid=845832271&wfr=wxp&historyBack=true\/https:\/\/weidian.com\/?userid=845832271&wfr=wxp&historyBack=true"},{"iconPath":"images\/592bd7571e659.png","selectedIconPath":"images\/592bd7571e6ae.png","text":"预定团购","pagePath":"pages\/https:\/\/open.weixin.qq.com\/connect\/oauth2\/authorize?appid=wxdb36171d170a48ff&redirect_uri=http:\/\/yxt.ly4sw.com\/LyShopProject\/Web\/Shop\/commodityMobileAction_mallList.action?paramList=306015@,0@,0@,4@,sn&response_type=code&scope=snsapi_base&state=123#wechat_redirect\/https:\/\/open.weixin.qq.com\/connect\/oauth2\/authorize?appid=wxdb36171d170a48ff&redirect_uri=http:\/\/yxt.ly4sw.com\/LyShopProject\/Web\/Shop\/commodityMobileAction_mallList.action?paramList=306015@,0@,0@,4@,sn&response_type=code&scope=snsapi_base&state=123#wechat_redirect"},{"iconPath":"images\/592bd75752b85.png","selectedIconPath":"images\/592bd75752bde.png","text":"维修预约","pagePath":"pages\/https:\/\/open.weixin.qq.com\/connect\/oauth2\/authorize?appid=wxdb36171d170a48ff&redirect_uri=http:\/\/yxt.ly4sw.com\/checkAppointmentAction_weiWang.action?entcode=306015&response_type=code&scope=snsapi_base&state=123#wechat_redirect\/https:\/\/open.weixin.qq.com\/connect\/oauth2\/authorize?appid=wxdb36171d170a48ff&redirect_uri=http:\/\/yxt.ly4sw.com\/checkAppointmentAction_weiWang.action?entcode=306015&response_type=code&scope=snsapi_base&state=123#wechat_redirect"},{"iconPath":"images\/592bd757a46ef.png","selectedIconPath":"images\/592bd757a4749.png","text":"我要投诉","pagePath":"pages\/https:\/\/open.weixin.qq.com\/connect\/oauth2\/authorize?appid=wxdb36171d170a48ff&redirect_uri=http:\/\/yxt.ly4sw.com\/Web\/FbComplaints\/fbComplaintsAction_mbCpFindById.action?entcode=306015&response_type=code&scope=snsapi_base&state=123#wechat_redirect\/https:\/\/open.weixin.qq.com\/connect\/oauth2\/authorize?appid=wxdb36171d170a48ff&redirect_uri=http:\/\/yxt.ly4sw.com\/Web\/FbComplaints\/fbComplaintsAction_mbCpFindById.action?entcode=306015&response_type=code&scope=snsapi_base&state=123#wechat_redirect"}]},[代码][代码] [代码][代码]"networkTimeout": {[代码][代码] [代码][代码]"request": 10000,[代码][代码] [代码][代码]"connectSocket": 10000,[代码][代码] [代码][代码]"uploadFile": 10000,[代码][代码] [代码][代码]"downloadFile": 10000[代码][代码] [代码][代码]},[代码][代码] [代码][代码]"debug": false[代码][代码]}[代码]谁能帮帮我,请问我该怎么办?
2017-05-29