From cd5052611c032c75e866e959247c9eb4715b3bed Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期三, 01 四月 2020 11:12:29 +0800
Subject: [PATCH] 新版超级会员+订单详情

---
 AppInside/app20200114.js |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/AppInside/app20191220.js b/AppInside/app20200114.js
similarity index 96%
rename from AppInside/app20191220.js
rename to AppInside/app20200114.js
index 5cb6495..3fd1f79 100644
--- a/AppInside/app20191220.js
+++ b/AppInside/app20200114.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);
+		});
 	}
 
 

--
Gitblit v1.8.0