Browse Source

Merge branch 'master' of Software/android-cloud-H5 into develop

zengzhixiang 2 years ago
parent
commit
7c36d3ce63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/screenAndroid/WXtrialInterface.html

+ 1 - 1
static/screenAndroid/WXtrialInterface.html

@@ -376,7 +376,7 @@
       Module.onRuntimeInitialized = function () {
         isFinish = true;
       };
-      function connect() {
+      function connect(type) {
         $.ajax({
           url: baseUrl + '/api/resources/user/cloud/connect',
           type: 'post',