浏览代码

fix: 详情页弹窗调试2

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 3 月之前
父节点
当前提交
aeabc70c82
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/bind-phone-mobile/src/utils/appFn.js

+ 1 - 0
plugins/bind-phone-mobile/src/utils/appFn.js

@@ -29,6 +29,7 @@ export function appCallCopyText(text) {
  * @param title 窗口标题
  */
 export function appCallOpenWindow(link, title = '剑鱼标讯') {
+  console.log('appCallOpenWindowPhone', link, title)
   try {
     JyObj.openExternalLink(link, title)
   }