Browse Source

fix: 详情页弹窗调试2

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 3 tháng trước cách đây
mục cha
commit
aeabc70c82
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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)
   }