guhongwei 4 년 전
부모
커밋
e939f41622
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/userCenter/basicInfo/index.vue

+ 1 - 1
src/views/userCenter/basicInfo/index.vue

@@ -295,7 +295,7 @@ export default {
     },
     creatQrCode() {
       var qrcode = new QRCode(this.$refs.qrCodeUrl, {
-        text: 'http://free.liaoningdoupo.com/api/auth/wxchat?redirect_uri=http://free.liaoningdoupo.com/platmobile/bind&type=1&uid=' + this.user.uid, // 需要转换为二维码的内容
+        text: 'http://free.liaoningdoupo.com/api/auth/wxchat?redirect_uri=http://free.liaoningdoupo.com/platmobile/bind/&type=1&uid=' + this.user.uid, // 需要转换为二维码的内容
         width: 100,
         height: 100,
         colorDark: '#000000',