|
@ -208,7 +208,7 @@ mui.ready(function() {
|
208
|
208
|
string += '<img class="resImg headRadius" src="../images/default-resource.jpg">'
|
209
|
209
|
}
|
210
|
210
|
string += '</div><div class="mui-media-body" style="width:60%">'
|
211
|
|
string += '<span class="listtit">' + $data[i].resourceName + '<div class="updatebox updatebox2" style="top:24px;"><em class="mui-icon mui-icon-compose updatebtn"></em></div></span>'
|
|
211
|
string += '<span class="listtit">' + $data[i].resourceName + '<div class="updatebox updatebox2" style="top:24px;"><em class="mui-icon mui-icon-compose updatebtn" style="display:none;"></em></div></span>'
|
212
|
212
|
string += '<p class="listtit2">' + $data[i].supportedServices + '</p>'
|
213
|
213
|
string += '<p class="listtit3 resbrief">'
|
214
|
214
|
if($data[i].descp) {
|
|
@ -283,10 +283,11 @@ mui.ready(function() {
|
283
|
283
|
mui("#resourceList").on("tap", "li", function() {
|
284
|
284
|
var resouId = this.getAttribute("resouId");
|
285
|
285
|
var nwaiting = plus.nativeUI.showWaiting();
|
286
|
|
var web = plus.webview.create("../html/resinforupdate.html", "resinforupdate.html", {}, {
|
287
|
|
resourceId: resouId,
|
288
|
|
reFlag:0
|
289
|
|
}); //后台创建webview并打开show.html
|
|
286
|
var web = plus.webview.create("../html/resinforbrow.html",'resinforbrow.html',{},{resourceId:resouId})
|
|
287
|
// var web = plus.webview.create("../html/resinforupdate.html", "resinforupdate.html", {}, {
|
|
288
|
// resourceId: resouId,
|
|
289
|
// reFlag:0
|
|
290
|
// }); //后台创建webview并打开show.html
|
290
|
291
|
web.addEventListener("loaded", function() {
|
291
|
292
|
|
292
|
293
|
}, false);
|