@@ -775,6 +775,11 @@ public class ViewUtil {
web.setTitle("赚钱就来小绵羊");
web.setThumb(image);
web.setDescription("更懂你的赚钱工具,超多福利,超多赏金,拿到你手软!");
+ switch (media){
+ case WEIXIN_CIRCLE:
+ web.setTitle(web.getDescription());
+ break;
+ }
ShareAction action = new ShareAction(activity);
action.setPlatform(media);
action.withMedia(web);