Kaynağa Gözat

解决pcjssdk无效bug

jwyu 3 yıl önce
ebeveyn
işleme
44bc422bdf
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      pages/pc.vue

+ 1 - 1
pages/pc.vue

@@ -84,7 +84,7 @@ export default {
                 }
             }
             console.log('拼接字符串:',paramsObjStr);
-            this.url=`${pcBaseUrl}${mapObj.get(decodeURIComponent(options.xcxPath))||'/'}?${paramsObjStr}`
+            this.url=`${pcBaseUrl}${mapObj.get(decodeURIComponent(options.xcxPath))||'/'}?${paramsObjStr}#wechat_redirect`
         }
     },