这个问题解决了吗?
我来提个需求:别人给我转发了一个小程序,带着特定的path和query参数别人给我转发了一个小程序,带着特定的path和query参数。ta给我转发这个小程序,肯定是希望我在小程序里做一些特定的事情,所以带了一些特定的path和query参数。但是,但是,这个小程序我刚才已经用了,它还在后台运行。那这个时候我点开ta给我的转发,却得不到那些path和query参数,也就做不了ta要我做的事情。——————这是一个非常严重的错误。希望腾讯的人员能充分重视这个问题。
2020-01-16系统主题字体>font-family [图片]
font-family真机无效font-family:'微软雅黑' 在开发工具可以,在真机上所有的字体都是一样的
2018-11-29变量用等号,对象用冒号如 let a = 1 let json ={ a: 1 }
急求解答小程序开发过程中,变量后面有时用冒号,有时用等于号,二者有何区别;另外,变量后面是数字的该用冒号还是等于号?求大神告知
2018-11-21navigateTo 是跳转子页面#35
在app.js中,调用wx.navigateTo()无效需要实现一个功能,载入小程序的时候,判断是否显示公告&活动,并跳转activity页面。 由于首页今天可能是A页面,过几天又变成B页面(需求就是这样……),无法在此页面判断,只好写在app.js里。 app.js wx.navigateTo({ url: 'pages/activity/activity' }) 这个无效啊~ 请问是什么情况……
2018-09-18是不是?的原因 ?x-oss-process=style/original_img
image网络图片IOS有的图片显示不了[图片] [图片] <image src='https://file.paipaiworld.com/icon/message.png?x-oss-process=style/original_img'></image> <image src='https://file.paipaiworld.com/icon/search.png?x-oss-process=style/original_img'></image> 求解决 急....
2018-07-19失去焦点要设置val
input无法获取值的问题input 用bindinput方法能正常获取值,在每次获取值之后会显示出来。最后发现如果我是使用手写输入,在手写输入最后一个字的时候完成,但是不点击确定,直接点击输入框外的空白地方,内容有显示,但是实际值没有获取得到。这算BUG吗[图片][图片]
2018-07-10你把中间的加号换成逗号试试
两个字符串完全一样,判断却不相等两个字符串完全一样,判断却不相等 console.log("==========================onShow()"); var sectionText = that.data.sectionText; var sectionText2 = that.data.sectionText2; console.log(sectionText.constructor); console.log(sectionText2.constructor); console.log("that.data.sectionText=" + that.data.sectionText); console.log("that.data.sectionText2=" + that.data.sectionText2); console.log("that.data.sectionText.length=" + that.data.sectionText.length); console.log("that.data.sectionText2.length=" + that.data.sectionText2.length); console.log("that.data.sectionText != that.data.sectionText2=" + that.data.sectionText.trim() != that.data.sectionText2.trim()); console.log("that.data.sectionText == that.data.sectionText2=" + that.data.sectionText == that.data.sectionText2); console.log("sectionText != sectionText2=" + sectionText != sectionText2); console.log("encodeURIComponent(sectionText)=" + encodeURIComponent(sectionText)); console.log("encodeURIComponent(sectionText2)=" + encodeURIComponent(sectionText2)); console.log("encodeURIComponent(sectionText) == encodeURIComponent(sectionText2)=" + encodeURIComponent(sectionText) == encodeURIComponent(sectionText2)); house.js? [sm]:113 ==========================onShow() house.js? [sm]:116 ƒ String() { [native code] } house.js? [sm]:116 ƒ String() { [native code] } house.js? [sm]:117 that.data.sectionText=碧桂园 house.js? [sm]:118 that.data.sectionText2=碧桂园 house.js? [sm]:119 that.data.sectionText.length=3 house.js? [sm]:120 that.data.sectionText2.length=3 house.js? [sm]:121 true house.js? [sm]:122 false house.js? [sm]:123 true house.js? [sm]:124 encodeURIComponent(sectionText)=%E7%A2%A7%E6%A1%82%E5%9B%AD house.js? [sm]:125 encodeURIComponent(sectionText2)=%E7%A2%A7%E6%A1%82%E5%9B%AD house.js? [sm]:126 false house.js? [sm]:130 true
2018-07-10js写跳转 ,跳转之前先判断 例如 goPay(){ if (this.data.isLogin) { //判断时候登录 wx.navigateTo({ url: '../login/login', }) } }
禁止使用navigator功能有个需求是满足条件时使用navigator跳转,不满足条件时禁用这个功能,有没有小伙伴有解决的方法??
2018-07-05catchtap
小程序 双循环 点击事件 无效小程序用了双循环渲染数据,在第二层循环添加bindtap就无效了,有没有什么解决办法呢?
2018-07-03/** * 生命周期函数--监听页面卸载 */ onUnload: function () { },
如何监听导航上面的返回按钮,点击返回按钮自定义返回事件?如何监听导航上面的返回按钮,点击返回自定义返回事儿? [图片]
2018-07-03