Browse Source

fix: 详情页弹窗调试

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 3 months ago
parent
commit
2b19cf9d43
1 changed files with 1 additions and 0 deletions
  1. 1 0
      apps/mobile/src/utils/callFn/appFn.js

+ 1 - 0
apps/mobile/src/utils/callFn/appFn.js

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