收藏
回答

插件功能页不存在

问题类型 插件 AppID 插件版本号 AppID 操作系统 微信版本 基础库版本
Bug wx0e6ed4f51db9d078 1.1.3 wxaf35009675aa0b2a Android 8.0.26 2.25.4

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
回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容