| | |
| | | export default { |
| | | data() { |
| | | return { |
| | | platform: this.$utils.getPlat() |
| | | platform: this.$utils.getPlat() |
| | | }; |
| | | }, |
| | | onLoad(opt) { |
| | |
| | | } else if (this.platform == 5) { |
| | | window.location.href = |
| | | `https://openauth.alipay.com/oauth2/publicAppAuthorize.htm?app_id=${config.ali_appid}&scope=auth_base&redirect_uri=${redirect_uri}&state=STATE` |
| | | } else if (this.platform == 15) { |
| | | window.location.href = |
| | | `https://qr.95516.com/qrcGtwWeb-web/api/userAuth?version=1.0.0&redirectUrl=${redirect_uri}` |
| | | } else { |
| | | uni.reLaunch({ |
| | | url: `/pages/pay/scanpay?cid=${opt.cid}` |
| | |
| | | |
| | | <style lang="scss"> |
| | | |
| | | </style> |
| | | </style> |