jason.lu 6 年之前
父節點
當前提交
74f3fc37dd
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      sourcecode/h5app/vue/src/connector/simple-demo.js

+ 5 - 0
sourcecode/h5app/vue/src/connector/simple-demo.js

@@ -293,5 +293,10 @@ function fileServerDeal(lst, fileServerURL, lstId) {
     }).always(fileServerRet);
 }
 
+
+BasicFunction.getSigned(['checkJsApi', '...', '...'], function(){
+    wx.ready(.......);
+});
+
  */