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); }); }