瀏覽代碼

build: H5新增备注

zhengxy 2 年之前
父節點
當前提交
3cc060c359
共有 4 個文件被更改,包括 3 次插入2 次删除
  1. 1 1
      qwh5/dist/index.html
  2. 1 1
      qwh5/dist/js/app.371f1e65.js
  3. 0 0
      qwh5/dist/js/extend.f4ea8d61.js
  4. 1 0
      qwh5/src/views/extend.vue

File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/index.html


File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/js/app.371f1e65.js


qwh5/dist/js/extend.232dea1a.js → qwh5/dist/js/extend.f4ea8d61.js


+ 1 - 0
qwh5/src/views/extend.vue

@@ -29,6 +29,7 @@ const getUserInfo = () => {
29 29
     Toast.clear();
30 30
     if (res.rst) {
31 31
       if (getQueryString('jumpLink')) {
32
+        // 注:测试参数拼接如果修改,playletGroupH5.vue 中 handleGetPlayletGroup() 处参数拼接也要同步修改
32 33
         let jumpLink = decodeURIComponent(getQueryString('jumpLink'))
33 34
         if (jumpLink.indexOf('?') != -1) {
34 35
           let url = jumpLink + '&params=' + res.rst.external_userid + '&userId=' + res.rst.external_userid;