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(.......);
+});
+
  */