luyanan преди 8 години
родител
ревизия
9fe0f5d073
променени са 1 файла, в които са добавени 12 реда и са изтрити 5 реда
  1. 12 5
      app/js/resourceShow.js

+ 12 - 5
app/js/resourceShow.js

@ -176,12 +176,19 @@ mui.plusReady(function() {
176 176
	//关键词标签点击进去搜索
177 177
	mui(".tagList").on("tap","li",function(){
178 178
		var tagText = this.getElementsByTagName("span")[0].innerText;
179
		console.log(tagText)
180
		plus.nativeUI.showWaiting();
181
		plus.webview.create("../html/searchListNew.html", 'searchListNew.html', {}, {
182
			key: tagText,
183
			/*qiFlag: 2*/
179
		mui.openWindow({
180
			url: '../html/searchListNew.html',
181
			id: '../html/searchListNew.html',
182
			show:{
183
		      autoShow:false,
184
		      aniShow:"fade-in",
185
		    },
186
			extras:{
187
		      key: tagText,
188
		      qiFlag: 2
189
		    }
184 190
		});
191

185 192
	})
186 193
	/*资源里面相关文章*/
187 194
	function relatedArticles() {