|
@ -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() {
|