|
@@ -156,9 +156,21 @@ function searchspan(v) {
|
|
|
}
|
|
|
|
|
|
} else {
|
|
|
- $(".save").hide();
|
|
|
- layx.destroy('loadId');
|
|
|
- layx.msg('没有更多内容了',{dialogIcon:'warn', position:'cc'});
|
|
|
+ if(c.cwxx){
|
|
|
+ $(".save").hide();
|
|
|
+ layx.destroy('loadId');
|
|
|
+ layx.msg(c.cwxx, {
|
|
|
+ dialogIcon: 'warn',
|
|
|
+ position: 'cc'
|
|
|
+ });
|
|
|
+ }else{
|
|
|
+ $(".save").hide();
|
|
|
+ layx.destroy('loadId');
|
|
|
+ layx.msg('没有更多内容了', {
|
|
|
+ dialogIcon: 'warn',
|
|
|
+ position: 'cc'
|
|
|
+ });
|
|
|
+ }
|
|
|
}
|
|
|
if(typeof c.exdata != "undefined")
|
|
|
{
|