浏览代码

调整文字提示信息

jack 8 年之前
父节点
当前提交
9a79bdedf2
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      app/html/attentions-list2.html
  2. 1 1
      app/html/attentions-list3.html
  3. 2 2
      app/js/resinforbrow.js

+ 1 - 1
app/html/attentions-list2.html

@ -21,7 +21,7 @@
21 21
			        <div class="nodata">
22 22
			            <div class="picbox"><span class="defpic" style="background-position:-10px 28px"></span></div>
23 23
			            <div class="txtbox">
24
			            	<p class="currword">抱歉!您还未关注过任何资源</p>
24
			            	<p class="currword">抱歉!您还未收藏过任何资源</p>
25 25
			                
26 26
			            </div>
27 27
			        </div>

+ 1 - 1
app/html/attentions-list3.html

@ -21,7 +21,7 @@
21 21
			        <div class="nodata">
22 22
			            <div class="picbox"><span class="defpic" style="background-position:-10px 28px"></span></div>
23 23
			            <div class="txtbox">
24
			            	<p class="currword">抱歉!您还未关注过任何资源</p>
24
			            	<p class="currword">抱歉!您还未收藏过任何文章</p>
25 25
			                
26 26
			            </div>
27 27
			        </div>

+ 2 - 2
app/js/resinforbrow.js

@ -343,7 +343,7 @@ mui.plusReady(function() {
343 343
					noExpert.style.display = "block";
344 344
					//resourceId = data.data;
345 345
					//console.log(resourceId)
346
					plus.nativeUI.toast("资源关注成功", toastStyle);
346
					plus.nativeUI.toast("收藏成功", toastStyle);
347 347
				}
348 348
			},
349 349
			error: function() {
@ -371,7 +371,7 @@ mui.plusReady(function() {
371 371
				if(data.success) {
372 372
					$this.style.display = "none";
373 373
					yesExpert.style.display = "block";
374
					plus.nativeUI.toast("取消关注资源", toastStyle);
374
					plus.nativeUI.toast("取消收藏", toastStyle);
375 375
				}
376 376
			},
377 377
			error: function(data) {