Browse Source

feature: 调整内链和外链跳转的域名权限问题

332777428@qq.com 3 tháng trước cách đây
mục cha
commit
2fc3abd70b
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      pages/pageA/index/index.js

+ 2 - 0
pages/pageA/index/index.js

@@ -908,6 +908,7 @@ Page({
   ///点击banner事件
   onTapBanner(e) {
     var item = e.currentTarget.dataset.item;
+    console.log("gadfeqreqrqr==000==" + JSON.stringify(item));
     try {
       if (constant.strings.isEmpty(item.forwardUrl)) {
         return;
@@ -915,6 +916,7 @@ Page({
       // 内链,暂时不支持
       if (item.forwardType == 0) {
         var param = "?param=" + item.forwardUrl;
+        console.log("gadfeqreqrqr==111==" + param);
         constant.routeUtil.jumpParam(constant.routePath.webview, param);
       }
       // 外链