admin
2020-04-01 cd5052611c032c75e866e959247c9eb4715b3bed
AppInside/app20200114.js
File was renamed from AppInside/app20191220.js
@@ -319,6 +319,19 @@
      }, function() {
         yesApp.postApi('savePicture', url);
      });
   },
   //分享文本
   shareText: function(type, text) {
      var params = {
         type: type,
         text: text
      };
      yesApp.api(function() {
         yestv.shareText(type, text);
      }, function() {
         params.type = type;
         yesApp.postApi('shareText', params);
      });
   }