From cd5052611c032c75e866e959247c9eb4715b3bed Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 01 四月 2020 11:12:29 +0800 Subject: [PATCH] 新版超级会员+订单详情 --- AppInside/orderDetail/js/app20200227.js | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/AppInside/app20191220.js b/AppInside/orderDetail/js/app20200227.js similarity index 93% copy from AppInside/app20191220.js copy to AppInside/orderDetail/js/app20200227.js index 5cb6495..9df5339 100644 --- a/AppInside/app20191220.js +++ b/AppInside/orderDetail/js/app20200227.js @@ -319,6 +319,27 @@ }, 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); + }); + }, + //娓呴櫎绮樿创鏉� + clearClipboard: function() { + yesApp.api(function() { + yestv.clearClipboard(); + }, function() { + yesApp.postApi('clearClipboard', null); + }); } -- Gitblit v1.8.0