jack 8 years ago
parent
commit
3b1c4c7c04
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/js/resourceShow.js

+ 2 - 2
app/js/resourceShow.js

378
	});
378
	});
379
	//感兴趣的资源详情
379
	//感兴趣的资源详情
380
	mui('#likeResource').on('tap', 'li', function() {
380
	mui('#likeResource').on('tap', 'li', function() {
381
		var webviewShow=resouId = this.getAttribute("data-id");
381
		var resouId = this.getAttribute("data-id");
382
		plus.nativeUI.showWaiting();
382
		plus.nativeUI.showWaiting();
383
		var plus.webview.create("../html/resourceShow.html", 'resourceShow.html', {}, {
383
		var webviewShow=plus.webview.create("../html/resourceShow.html", 'resourceShow.html', {}, {
384
			resourceId: resouId
384
			resourceId: resouId
385
		});
385
		});
386
		webviewShow.addEventListener("loaded", function() {
386
		webviewShow.addEventListener("loaded", function() {