@@ -581,6 +581,7 @@
}, function (reason) {
$scope.toshare = false;
msg.error('分享失败');
+ msg.alert(reason);
});
}
if(type==1){
@@ -602,6 +603,7 @@
};
@@ -984,7 +984,7 @@
else if(img!='') {
var letterTemplate = '<div style="text-align: center;">' +
- '<img src="'+img+'" style="border-radius: 100%; width:100%; height: 100%;">' +
+ '<img src="'+img+'" style="width:100%; height: 100%;">' +
'<p>'+info+'</p>' +
'</div>';