- 你好,线上报错有点多,错误信息 requestPayment:fail cancel
这个信息看着像是用户取消,但是报的有点多,麻烦看下这几个单子有无异常 tradeMsg={"timeStamp":"1663120432","package":"prepay_id=wx1409535204038108007033915190290000","appId":"wx0e6ed4f51db9d078","signType":"HMAC-SHA256","":""} tradeMsg={"timeStamp":"1663114923","package":"prepay_id=wx140822032415461c6e4d65b02628f30000","appId":"wx0e6ed4f51db9d078","signType":"HMAC-SHA256"} {\"timeStamp\":\"1663119987\",\"package\":\"prepay_id=wx140946275004820f6dee8bc1a284570000\",\"appId\":\"wx0e6ed4f51db9d078\",\"signType\":\"HMAC-SHA256\"}
2022-09-14 - 插件功能页不存在
https://developers.weixin.qq.com/miniprogram/dev/framework/plugin/functional-pages/request-payment.html 支付取消后,重新进入功能页,支付成功会跳以下错误页面 [图片] // js handlePay() { const { fee, paymentArgs, currencyType, version } = this.data.args wx.requestPluginPayment({ fee, paymentArgs, currencyType, version, success: this.paySuccess.bind(this), fail: this.payFail.bind(this) }) } //wxml
2022-08-29 - 输入框type为idcard时,做格式化不会立即生效,失焦才生效
https://developers.weixin.qq.com/miniprogram/dev/component/input.html 在bindinput事件中对身份证号进行格式化(6 8 4的形式),中间的空格不会立即显示,数字都连在一起。 等失焦后才显示格式化的数据
2021-12-29