石广澎
2025-11-17 f28a4a64c825b02e32e79387e0a6763e934ce51d
pages/pay/login.vue
@@ -12,7 +12,7 @@
   export default {
      data() {
         return {
        platform: this.$utils.getPlat()
            platform: this.$utils.getPlat()
         };
      },
      onLoad(opt) {
@@ -24,6 +24,9 @@
         } 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}`
@@ -36,4 +39,4 @@
<style lang="scss">
</style>
</style>