YanaDH 7 年之前
父节点
当前提交
8b93699a9f
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 2 0
      miaomiao/www/js/controllers/home.js
  2. 1 1
      miaomiao/www/js/controllers/my.js

+ 2 - 0
miaomiao/www/js/controllers/home.js

xqd xqd
@@ -581,6 +581,7 @@
                     }, function (reason) {
                         $scope.toshare = false;
                         msg.error('分享失败');
+                        msg.alert(reason);
                     });
                 }
                 if(type==1){
@@ -602,6 +603,7 @@
                     }, function (reason) {
                         $scope.toshare = false;
                         msg.error('分享失败');
+                        msg.alert(reason);
                     });
                 }
             };

+ 1 - 1
miaomiao/www/js/controllers/my.js

xqd
@@ -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>';
                     }