如题:
xml:
{{time}}
js:
getVerificationCode: function() {
var that = this
if (that.data.sendCodeNewrequst.mobileAccount.length != '11' || that.data.timeColor == '#999999') {
return;
}
that.getcode();
},
安卓根本就不执行getVerificationCode()方法,wx.chooseImage 获取不到拍摄时间等媒体信息。之前是好的,突然就点击没用了
本文来自微信小程序开发者论坛 -微信小程序工厂 http://www.xcxgc.com,转载请保留,开发微信小程序、定制微信小程序来微信小程序工厂网。
网友回复
娇华**回复:
你好,试了下,安卓的text绑定bintap事件是没有问题的,请提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
张石**回复:
哈哈,不告诉你
mode=cover
朱志**回复:
换成view试下
本文网址:http://www.91bianli.com/kaifazhinan/62436.html