Kaynağa Gözat

Merge branch 'dev/v1.1.1_tsz' of jianyu/web into feature/v1.1.1

汤世哲 4 ay önce
ebeveyn
işleme
bfaf73910b
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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)
   }