Sfoglia il codice sorgente

分享资源文章

luyanan 8 anni fa
parent
commit
1ae7aa9f11
3 ha cambiato i file con 10 aggiunte e 5 eliminazioni
  1. 3 3
      app/css/app.css
  2. 4 1
      app/js/articleShow.js
  3. 3 1
      app/js/resourceShow.js

+ 3 - 3
app/css/app.css

@ -1023,7 +1023,7 @@ footer.chatFooter .mui-icon-paperplane {font-size: 16px;word-break: keep-all;lin
1023 1023
.showDetail .showMain{font-size:15px;color:#333;line-height:28px;/*text-indent: 2em;*/}
1024 1024
.showDetail .showMain img{max-width: 100%;/*margin-left:-32px;*/}
1025 1025
.showDetail .showMain p{margin-bottom:10px;font-size:15px;color:#333;}
1026
.showDetail .showMain *{ -webkit-user-select:text;}
1026
.showDetail .showMain *{ -webkit-user-select:text; word-break: break-all;}
1027 1027
ul.tagList{padding:0;margin:18px 0 8px;overflow: hidden;}
1028 1028
ul.tagList>li{list-style:none;float: left;margin-right:10px;margin-bottom:10px;padding:4px 12px;color: #666;background:#EFEFEF;}
1029 1029
ul.tagList>li .h2Font{color: #666; -webkit-user-select:text;}
@ -1058,10 +1058,10 @@ ul.tagList>li .h2Font{color: #666; -webkit-user-select:text;}
1058 1058
.commentBlock .operateSpan{margin:8px 0 0;color:#9d9ea8;font-size: 13px;color: #999;cursor: pointer;}
1059 1059
.commentBlock .madiaInfo .h2Font{ -webkit-user-select:text;}
1060 1060
/*资源文章底部操作栏*/
1061
.mui-bar-tab.footbox .artfoot.mui-row{padding:2px 15px;text-align: center;}
1061
.mui-bar-tab.footbox .artfoot.mui-row{padding:2px 15px 0;text-align: center;}
1062 1062
.mui-bar-tab.footbox .artfoot.mui-row>[class*=mui-col-]{}
1063 1063
.mui-bar-tab.footbox .artfoot.mui-row .mui-col-xs-8{text-align:left;margin-left:0;}
1064
.mui-bar-tab.footbox .artfoot.mui-row .consultdiv{margin: -2px 0 0 -15px;font-size: 16px;background: #ff9900;color:#fff;line-height: 47px;}
1064
.mui-bar-tab.footbox .artfoot.mui-row .consultdiv{margin: -2px 0 0 -15px;font-size: 16px;background: #ff9900;color:#fff;line-height: 49px;}
1065 1065
.mui-bar-tab.footbox .artfoot.mui-row .inputShow{width:90%;border:1px solid #E0E0E0;border-radius:4px;margin:6px 0 0;height: 32px;}
1066 1066
.mui-bar-tab.footbox .artfoot.mui-row .inputShow span{color:#999;font-size: 14px;line-height: 30px;padding-left: 10px;}
1067 1067
.mui-bar-tab.footbox .artfoot.mui-row textarea{margin:6px 0 0;font-size:14px;line-height: 20px;height: 80px;width: 100%;margin-bottom:0;padding: 8px 10px;

+ 4 - 1
app/js/articleShow.js

@ -818,7 +818,10 @@ mui.plusReady(function() {
818 818
		};
819 819
		share.send(msg, function() {
820 820
			plus.nativeUI.closeWaiting();
821
			shareAddIntegral(4);
821
			if(plus.storage.getItem('userid')) {
822
				shareAddIntegral(3);
823
			}
824
			
822 825
		}, function(e) {
823 826
			console.log(JSON.stringify(e))
824 827
			plus.nativeUI.closeWaiting();

+ 3 - 1
app/js/resourceShow.js

@ -678,7 +678,9 @@ mui.plusReady(function() {
678 678
		};
679 679
		share.send(msg, function() {
680 680
			plus.nativeUI.closeWaiting();
681
			shareAddIntegral(2);
681
			if(plus.storage.getItem('userid')) {
682
				shareAddIntegral(2);
683
			}
682 684
		}, function(e) {
683 685
			plus.nativeUI.closeWaiting();
684 686
			if(e.code == -2) {