- requestPayment能不能获取到fail?
wx.requestPayment({ timeStamp: resData.timeStamp, nonceStr: resData.nonceStr, package: resData.package, signType: resData.signType, paySign: resData.paySign, success(res) { }, fail(res) { console.log('fail', res) } }) 怎么获取到fail 的详细失败原因 或者 失败的code值 或者 失败文本
2021-06-28 - selectComponent返回null?
WXML <view class="echarts_box"> <ec-canvas id="mychart-dom-line" canvas-id="mychart" ec="{{ ec }}"></ec-canvas> </view> JS onReady: function () { // 获取组件 this.ecComponent = this.selectComponent('#mychart'); // this.init() console.log('this.ecComponent', this.ecComponent) }, JSON { "usingComponents": { "ec-canvas": "../../ec-canvas/ec-canvas", "van-popup": "@vant/weapp/popup/index", "van-datetime-picker": "@vant/weapp/datetime-picker/index", "van-picker": "@vant/weapp/picker/index" } } [图片] 不管我怎么写 返回的都是null
2021-05-31 - input属性中的disabled?
input中的属性 disabled 只能给布尔值吗? 可不可以绑定判断变量?例如: :disabled='{{!params.id && !params.hotelNumber}}'
2021-03-08 - wx.startHCE(Object object)?
wx.startHCE(Object object)中的aid_list是个什么?? 怎么获取 还是只是 aid_list: ['F222222222'],,这个值是怎么来的 wx.startHCE({ success (res) { wx.onHCEMessage(function(res) { 刷公交卡 接受不到任何回值,感觉貌似没有执行onHCEMessage if (res.messageType === 1) { wx.sendHCEMessage({data: buffer}) } }) } })
2020-08-12 - 微信小程序获取服务器时间?
做秒杀倒计时,用new Date(),获取的是系统时间,不准确,想知道微信小程序怎么获取服务器时间,类似 获取服务器时间 var now = new Date($.ajax({async: false}).getResponseHeader("Date")),求解
2019-10-11 - 轮播
[图片] 这块不管是false 还是 true , 为什么都是纵向啊???
2019-01-30 - 求解,这时候该怎么操作
[图片] 有些搞不懂
2018-12-24 - button
<button formType="submit" disabled='{{disabled}}' style='color:#ffffff'>{{Submit}}</button> disabled:这个属性中的值不管是false还是true都会被禁用,只能设置空值???
2018-12-20 - 文档
为什么今天文档打不开 https://developers.weixin.qq.com/miniprogram/dev/api/
2018-12-20