jack 8 年之前
父節點
當前提交
3b1c4c7c04
共有 1 個文件被更改,包括 2 次插入2 次删除
  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() {