jack 8 anni fa
parent
commit
3b1c4c7c04
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      app/js/resourceShow.js

+ 2 - 2
app/js/resourceShow.js

@ -378,9 +378,9 @@ mui.plusReady(function() {
378 378
	});
379 379
	//感兴趣的资源详情
380 380
	mui('#likeResource').on('tap', 'li', function() {
381
		var webviewShow=resouId = this.getAttribute("data-id");
381
		var resouId = this.getAttribute("data-id");
382 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 384
			resourceId: resouId
385 385
		});
386 386
		webviewShow.addEventListener("loaded", function() {