jason.lu há 6 anos atrás
pai
commit
74f3fc37dd
1 ficheiros alterados com 5 adições e 0 exclusões
  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(.......);
+});
+
  */