729 lines
28 KiB
PHP
729 lines
28 KiB
PHP
<?php if (!defined("RUNTIME")) exit(); /*a:5:{s:64:"C:\lewis\phpstudy_pro\WWW\foxcms\app\admin\view\apply\index.html";i:1732932220;s:59:"C:\lewis\phpstudy_pro\WWW\foxcms\app\admin\view\foxcms.html";i:1732932220;s:56:"C:\lewis\phpstudy_pro\WWW\foxcms\app\admin\view\css.html";i:1732932220;s:64:"C:\lewis\phpstudy_pro\WWW\foxcms\app\admin\view\footed-copy.html";i:1732932220;s:59:"C:\lewis\phpstudy_pro\WWW\foxcms\app\admin\view\script.html";i:1732932220;}*/ ?>
|
|
<!DOCTYPE html>
|
|
<html lang="cn">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title><?php echo xn_cfg('base.sys_name'); ?></title>
|
|
<link rel="stylesheet" href="<?php echo htmlentities($staticPath); ?>css/foxui-1.32.min.css" />
|
|
<link rel="stylesheet" href="<?php echo htmlentities($staticPath); ?>css/common.min.css" />
|
|
<link rel="stylesheet" href="<?php echo htmlentities($staticPath); ?>css/admin_common.css" />
|
|
|
|
<link rel="stylesheet" href="<?php echo htmlentities($staticPath); ?>css/app.min.css" />
|
|
|
|
</head>
|
|
<body>
|
|
<div class="foxcms-container basic-set-page-container apply-page-container">
|
|
<div class="foxcms-header">
|
|
<div class="foxcms-logo">
|
|
<img style="width: 100px;" src="/static/images/foxcms_logo.svg">
|
|
</div>
|
|
<div class="foxcms-modal">
|
|
<?php if($clickName): ?>
|
|
<p><?php echo htmlentities($clickName); ?></p>
|
|
<?php else: ?>
|
|
<button class="foxui-text" onclick="window.history.go(-1)">
|
|
<i class="foxui-icon-fanhui-o"></i>
|
|
<span>返回</span>
|
|
</button>
|
|
<?php endif; ?>
|
|
</div>
|
|
<div class="foxcms-bar">
|
|
<div class="foxcms-bar-left">
|
|
<ul class="foxui-breadcrumb">
|
|
<?php if(is_array($breadcrumb) || $breadcrumb instanceof \think\Collection || $breadcrumb instanceof \think\Paginator): if( count($breadcrumb)==0 ) : echo "" ;else: foreach($breadcrumb as $key=>$vo): ?>
|
|
<li class="foxui-breadcrumb-item">
|
|
<a href="<?php echo htmlentities($vo['url']); ?>"><?php echo htmlentities($vo['title']); ?></a>
|
|
</li>
|
|
<?php endforeach; endif; else: echo "" ;endif; ?>
|
|
</ul>
|
|
</div>
|
|
<div class="foxcms-bar-right">
|
|
|
|
<div class="foxui-dropdown lang-select">
|
|
<?php if(sizeof($otherLangs) > 0): ?>
|
|
<button class="foxui-dropdown-handle foxui-dropdown-icon lang-btn" data-trigger="hover" data-lang="<?php echo htmlentities($curlang['lang']); ?>"><?php echo htmlentities($curlang['name']); ?></button>
|
|
<div class="foxui-dropdown-menu">
|
|
<ul class="foxui-dropdown-slide">
|
|
<?php foreach($otherLangs as $key=>$vo): ?>
|
|
<li class="foxui-dropdown-item" data-id="<?php echo htmlentities($vo['id']); ?>" data-lang="<?php echo htmlentities($vo['lang']); ?>" onclick="langHandover(this)"><?php echo htmlentities($vo['name']); ?></li>
|
|
<?php endforeach; ?>
|
|
</ul>
|
|
</div>
|
|
<?php else: ?>
|
|
<button class="foxui-dropdown-handle foxui-dropdown-icon lang-btn display-none" data-trigger="hover" data-lang="<?php echo htmlentities($curlang['lang']); ?>"><?php echo htmlentities($curlang['name']); ?></button>
|
|
<?php endif; ?>
|
|
</div>
|
|
|
|
<div class="item icon index">
|
|
<i class="foxui-icon-shouye-o"></i>
|
|
</div>
|
|
<div class="item role">
|
|
<div class="foxui-dropdown">
|
|
<button class="foxui-text foxui-dropdown-handle foxui-dropdown-icon" data-trigger="hover" id="barService">
|
|
<i class="foxui-icon-kefu-o"></i>
|
|
</button>
|
|
</div>
|
|
<div class="foxui-dropdown dropdown">
|
|
<button class="foxui-text foxui-dropdown-handle foxui-dropdown-icon" data-trigger="hover"><?php echo session("admin_auth.nickname"); ?></button>
|
|
<div class="foxui-dropdown-menu">
|
|
<ul class="foxui-dropdown-slide">
|
|
<li class="foxui-dropdown-item" data-id="1">个人中心</li>
|
|
<li class="foxui-dropdown-item" data-id="2">修改密码</li>
|
|
<li class="foxui-dropdown-item" data-id="3">更新缓存</li>
|
|
<li class="foxui-divided" data-id="4"></li>
|
|
<li class="foxui-dropdown-item" data-id="5">退出系统</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="item icon logout">
|
|
<a onclick="logout()"><i class="foxui-icon-tuichu-o"></i></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="foxcms-main">
|
|
<div class="foxcms-nav">
|
|
<ul>
|
|
<?php if(is_array($menu) || $menu instanceof \think\Collection || $menu instanceof \think\Paginator): if( count($menu)==0 ) : echo "" ;else: foreach($menu as $key=>$vo): ?>
|
|
<li>
|
|
<a class="<?php if($pid == $vo['id']): ?>active<?php endif; ?>" href="<?php echo htmlentities($vo['name']); ?>">
|
|
<i class="foxui-<?php echo htmlentities($vo['icon']); ?>"></i>
|
|
<span><?php echo htmlentities($vo['title']); ?></span>
|
|
</a>
|
|
</li>
|
|
<?php endforeach; endif; else: echo "" ;endif; ?>
|
|
</ul>
|
|
</div>
|
|
<?php if(sizeof($chileMenus) > 0): ?>
|
|
<div class="foxcms-menu-nav" style="<?php echo htmlentities($fox_menu); ?>">
|
|
<div class="foxcms-menu-nav-inner" id="foxMenuFrame">
|
|
|
|
<ul class="foxui-menu foxui-type-vertical">
|
|
<?php if(is_array($chileMenus) || $chileMenus instanceof \think\Collection || $chileMenus instanceof \think\Paginator): if( count($chileMenus)==0 ) : echo "" ;else: foreach($chileMenus as $key=>$cm): if(empty($cm['_data']) != true): ?>
|
|
<li class="foxui-menu-submenu">
|
|
<div class="foxui-menu-handle foxui-menu-icon is-active">
|
|
<span><?php echo htmlentities($cm['title']); ?></span>
|
|
</div>
|
|
<div class="foxui-menu-menu" style="display: block">
|
|
<ul class="foxui-menu-slide">
|
|
<?php if(is_array($cm['_data']) || $cm['_data'] instanceof \think\Collection || $cm['_data'] instanceof \think\Paginator): if( count($cm['_data'])==0 ) : echo "" ;else: foreach($cm['_data'] as $key=>$ccm): if(empty($ccm['_data']) != true): ?>
|
|
<li class="foxui-menu-submenu">
|
|
<div class="foxui-menu-handle foxui-menu-icon is-active">
|
|
<span><?php echo htmlentities($ccm['title']); ?></span>
|
|
</div>
|
|
<div class="foxui-menu-menu" style="display: block">
|
|
<ul class="foxui-menu-slide">
|
|
<?php if(is_array($ccm['_data']) || $ccm['_data'] instanceof \think\Collection || $ccm['_data'] instanceof \think\Paginator): if( count($ccm['_data'])==0 ) : echo "" ;else: foreach($ccm['_data'] as $key=>$cccm): if($clickId == $cccm['id']): ?>
|
|
<li class="foxui-menu-item is-active"><?php echo htmlentities($cccm['title']); ?></li>
|
|
<?php else: ?>
|
|
<li class="foxui-menu-item">
|
|
<a href="<?php echo htmlentities($cccm['name']); ?>?columnId=<?php echo htmlentities($cccm['id']); ?>"><?php echo htmlentities($cccm['title']); ?></a>
|
|
</li>
|
|
<?php endif; ?>
|
|
<?php endforeach; endif; else: echo "" ;endif; ?>
|
|
</ul>
|
|
</div>
|
|
</li>
|
|
<?php else: ?>
|
|
<li class="foxui-menu-item <?php if($clickId == $ccm['id']): ?>is-active<?php endif; ?>">
|
|
<a href="<?php echo htmlentities($ccm['name']); ?>?columnId=<?php echo htmlentities($ccm['id']); ?>"><?php echo htmlentities($ccm['title']); ?></a>
|
|
</li>
|
|
<?php endif; ?>
|
|
<?php endforeach; endif; else: echo "" ;endif; ?>
|
|
</ul>
|
|
</div>
|
|
</li>
|
|
<?php else: ?>
|
|
<li class="foxui-menu-item <?php if($clickId == $cm['id']): ?>is-active<?php endif; ?>">
|
|
<a href="<?php echo htmlentities($cm['name']); ?>?columnId=<?php echo htmlentities($cm['id']); ?>"><?php echo htmlentities($cm['title']); ?></a>
|
|
</li>
|
|
<?php endif; ?>
|
|
<?php endforeach; endif; else: echo "" ;endif; ?>
|
|
</ul>
|
|
</div>
|
|
<div class="foxcms-menu-nav-fold">
|
|
<i class="foxui-icon-zuizuo"></i>
|
|
</div>
|
|
</div>
|
|
<?php endif; ?>
|
|
<div class="foxcms-article foxui-scroll-container has-content-footer">
|
|
<div class="foxcms-content">
|
|
|
|
<div class="foxcms-content-inner">
|
|
<!-- page content -->
|
|
<div class="apply-content">
|
|
<div class="content-top-operation">
|
|
<div class="left">
|
|
<h1>应用中心</h1>
|
|
<p>应用插件持续上架中,满足您的各类数字化场景</p>
|
|
</div>
|
|
<div class="right">
|
|
<div class="foxui-input-group">
|
|
<label>应用名称:</label>
|
|
<input class="foxui-size-small" placeholder="应用名称" value="" name="name"/>
|
|
</div>
|
|
<div class="btn-box">
|
|
<button class="foxui-solid-primary foxui-size-small" name="search">搜索</button>
|
|
<button class="foxui-text-primary foxui-size-small reset-btn" name="reset">重置</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="section">
|
|
<div class="foxui-tabs foxui-type-card">
|
|
<div class="foxui-tabs-header">
|
|
<div class="foxui-tabs-item is-active">我的应用</div>
|
|
<div class="foxui-tabs-item ">云上应用</div>
|
|
<div class="foxui-tabs-item">扩展应用</div>
|
|
<div class="foxui-tabs-item">已停用应用</div>
|
|
</div>
|
|
<div class="foxui-tabs-content foxui-margin-top-40">
|
|
<div class="foxui-tabs-pane">
|
|
<div class="foxui-row foxui-gutter-7 my-apply loading-container">
|
|
|
|
</div>
|
|
</div>
|
|
<div class="foxui-tabs-pane">
|
|
<div class="foxui-row foxui-gutter-7 cloud-apply">
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="foxui-tabs-pane">
|
|
<div class="foxui-row foxui-gutter-7 extend-apply">
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="foxui-tabs-pane">
|
|
<div class="foxui-row foxui-gutter-7 stop-apply">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="foxcms-content-copy">
|
|
<p>
|
|
<span>Copyright © 2021-<?php echo isset($nowtime) ? htmlentities($nowtime) : '现在'; ?></span>
|
|
<strong>FOXCMS</strong>
|
|
<span>版权所有</span>
|
|
</p>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<script src="<?php echo htmlentities($staticPath); ?>js/jquery-3.6.0.min.js"></script>
|
|
<script src="<?php echo htmlentities($staticPath); ?>js/tinymce/tinymce.min.js"></script>
|
|
<script src="<?php echo htmlentities($staticPath); ?>js/echarts.min.js"></script>
|
|
<script src="<?php echo htmlentities($staticPath); ?>js/foxui-1.32.min.js"></script>
|
|
<script>
|
|
//全局上传文件端口
|
|
var UPLOAD_FILE_URL = "<?php echo url('upload_files/upload'); ?>";
|
|
//图片粘贴下载
|
|
var UPIMG_URL = "<?php echo url('upload_files/upimg'); ?>";
|
|
var SERVER_URL = "/";
|
|
//配置的后台路径
|
|
var ADMIN_PATH = "/" + "<?php echo config('adminconfig.admin_path'); ?>";
|
|
//静态文件路径
|
|
var STATIC_PATH ="<?php echo config('adminconfig.static_path'); ?>";
|
|
//退出地址
|
|
var LOGOUT_PATH = "<?php echo logout_url(); ?>";
|
|
//栏目模型地址
|
|
var GETCOLUMMODELS_PATH = "<?php echo getColumModels_url(); ?>";
|
|
//个人中心
|
|
var ADMINEDIT_PATH = "<?php echo adminEdit_url(); ?>";
|
|
//更新缓存
|
|
var LOGINCLEARCACHE_PATH = "<?php echo loginClearCache_url(); ?>";
|
|
//修改密码
|
|
var ADMINUPDATEPASSWORD_PATH = "<?php echo adminUpdatePassword_url(); ?>";
|
|
//循环生成静态html
|
|
var SEOALLSITE_PATH = "<?php echo seoAllSite_url(); ?>";
|
|
//单独静态生成
|
|
var SEOADDDATABUILDDETAIL_PATH = "<?php echo seoAddDataBuildDetail_url(); ?>";
|
|
//单独静态栏目生成
|
|
var SINGLEALLSITE_PATH = "<?php echo singleAllSite_url(); ?>";
|
|
//删除幻灯片
|
|
var SLIDEDELETE_PATH = "<?php echo slideDelete_url(); ?>";
|
|
//编辑幻灯片
|
|
var SLIDEEDIT_PATH = "<?php echo slideEdit_url(); ?>";
|
|
//后台首页地址
|
|
var HOME_PATH = "<?php echo url('Index/index'); ?>";
|
|
//切换语言
|
|
var HANDOVER_LANG_PATH = "<?php echo url('handoverLang'); ?>";
|
|
</script>
|
|
<script src="<?php echo htmlentities($staticPath); ?>js/rich_text.js"></script>
|
|
<script>
|
|
|
|
foxui.imagesManager.init({
|
|
paginationOption: {
|
|
type: 'solid',
|
|
size: 'small',
|
|
pageSize: 10,
|
|
pageNum: 7,
|
|
pageSizeList: [10, 20, 30, 50],
|
|
isShowJump: true,
|
|
isShowTotal: true,
|
|
isShowSize: true
|
|
},
|
|
url: "<?php echo url('PicManager/picManager'); ?>",
|
|
});
|
|
|
|
foxui.videoManager.init({
|
|
paginationOption: {
|
|
type: 'solid',
|
|
size: 'small',
|
|
pageSize: 10,
|
|
pageNum: 7,
|
|
pageSizeList: [10, 20, 30, 50],
|
|
isShowJump: true,
|
|
isShowTotal: true,
|
|
isShowSize: true,
|
|
},
|
|
url: "<?php echo url('VideoManager/videoManager'); ?>",
|
|
});
|
|
</script>
|
|
<script src="<?php echo htmlentities($staticPath); ?>js/common.js"></script>
|
|
<script src="<?php echo htmlentities($staticPath); ?>js/admin_common.js"></script>
|
|
|
|
<script>
|
|
//搜索
|
|
$("button[name='search']").on('click', function() {
|
|
let datas = {
|
|
'name': $("input[name='name']").val()
|
|
};
|
|
initData(datas);
|
|
});
|
|
//重置
|
|
$("button[name='reset']").on('click', function() {
|
|
$('input[name="name"]').val("");
|
|
});
|
|
|
|
//运行初始化
|
|
let bcid = $("input[name='bcid']").val();
|
|
let datas = {
|
|
};
|
|
initData(datas);
|
|
function initData(datas){
|
|
$.ajax({
|
|
type: "post",
|
|
url: 'index',
|
|
dataType: "json",
|
|
data: datas,
|
|
success: function(res) {
|
|
if (res.code == 1 && res.data) {
|
|
let myApply = ``;
|
|
let dataList = res.data;
|
|
dataList.forEach(row => {
|
|
let statusHtml = ``;
|
|
let operateHtml = ``;
|
|
let detailHtml = ``;
|
|
let typeHtml = `<div class="mark blue-linear">${row.type_desc}</div>`;
|
|
if(row.operate_status == 0){
|
|
//免费
|
|
statusHtml = `<span class="foxui-size-mini foxui-text-primary" onclick="installPlugin(event, ${row.id})">安装</span>`;
|
|
}else if(row.operate_status == 2){
|
|
//付费
|
|
statusHtml = `<span class="foxui-size-mini foxui-text-primary" onclick="buyPlugin(event, ${row.id})">购买</span>`;
|
|
}else if(row.operate_status == 1){
|
|
//已安装
|
|
statusHtml = `<span class="<span class="foxui-color-success">已安装</span>`;
|
|
if(row.type == 0){
|
|
typeHtml = "";
|
|
detailHtml = `<span class="foxui-color-secondary">系统内置</span>`;
|
|
}else {
|
|
operateHtml = `<a href="javascript:void(0)" onclick="updateStatus(event, ${row.id})">停用</a>`;
|
|
detailHtml = `<a href="">查看详情</a>`;
|
|
}
|
|
}
|
|
|
|
myApply += `
|
|
<div class="foxui-col-xs-6 foxui-col-sm-6">
|
|
<a href="${row.path}">
|
|
<div class="app-item foxui-padding-12 foxui-bg-white">
|
|
<div class="app-body">
|
|
<div class="foxui-display-flex foxui-align-items-center">
|
|
<div class="app-pic">
|
|
${row.iconHtml}
|
|
</div>
|
|
<div class="app-text">
|
|
<h4 class="foxui-ellipsis-1">
|
|
<strong class="foxui-color-primary">${row.name}</strong>
|
|
<span class="foxui-color-secondary">V${row.version}</span>
|
|
</h4>
|
|
<p class="foxui-color-secondary foxui-ellipsis-1">${row.describe}</p>
|
|
</div>
|
|
</div>
|
|
${typeHtml}
|
|
</div>
|
|
<div class="app-foot foxui-display-flex foxui-justify-content-between">
|
|
<div class="foxui-display-flex foxui-align-items-center">
|
|
<i class="foxui-icon-zhengque-f foxui-color-success foxui-margin-right-4"></i>
|
|
${statusHtml}
|
|
</div>
|
|
<div class="foxui-display-flex foxui-align-items-center">
|
|
${operateHtml}
|
|
${detailHtml}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
|
|
`;
|
|
});
|
|
$(".my-apply").empty().html(myApply);
|
|
}
|
|
$('.my-apply').removeClass('loading-container');
|
|
},
|
|
error: function(res) {
|
|
$('.my-apply').removeClass('loading-container');
|
|
}
|
|
});
|
|
}
|
|
|
|
function uninstallIndex(event, id) {
|
|
event.preventDefault();
|
|
window.location.href = "uninstallIndex?id="+id;
|
|
}
|
|
</script>
|
|
|
|
<script>
|
|
// 云插件库
|
|
function pluginData(datas){
|
|
$.ajax({
|
|
type: "post",
|
|
url: 'pluginIndex',
|
|
dataType: "json",
|
|
data: datas,
|
|
success: function(res) {
|
|
if (res.code == 1 && res.data) {
|
|
let applyContent = ``;
|
|
let dataList = res.data.data;
|
|
let total = res.data.total;
|
|
$('.cloud-count').text(total);
|
|
dataList.forEach(row => {
|
|
let statusHtml = ``;
|
|
let operateHtml = ``;
|
|
let detailHtml = ``;
|
|
let typeHtml = `<div class="mark blue-linear">${row.type_desc}</div>`;
|
|
if(row.operate_status == 0){
|
|
//免费
|
|
statusHtml = `<i class="foxui-icon-tishi-o foxui-color-warning foxui-margin-right-4"></i>
|
|
<span class="foxui-size-mini foxui-text-primary" onclick="installIndex(event, ${row.id})">待安装</span>`;
|
|
detailHtml = `<a href="${row.link}" target="_blank">查看详情</a>`;
|
|
}else if(row.operate_status == 2){
|
|
//付费
|
|
statusHtml = `<i class="foxui-icon-cuowu-f foxui-color-danger foxui-margin-right-4"></i>
|
|
<span class="foxui-size-mini foxui-text-primary" onclick="buyPlugin(event, ${row.id})">未购买</span>`;
|
|
}else if(row.operate_status == 1){
|
|
//已安装
|
|
statusHtml = `<i class="foxui-icon-zhengque-f foxui-color-success foxui-margin-right-4"></i>
|
|
<span class="<span class="foxui-color-success">已安装</span>`;
|
|
if(row.type == 0){
|
|
typeHtml = "";
|
|
detailHtml = `<span class="foxui-color-secondary">系统内置</span>`;
|
|
}else {
|
|
detailHtml = `<a href="${row.link}" target="_blank">查看详情</a>`;
|
|
}
|
|
}else if(row.operate_status == 3){
|
|
row.path = "javascript:void(0)";
|
|
statusHtml = `<i class="foxui-icon-zhengque-f foxui-color-placeholder foxui-margin-right-4"></i>
|
|
<span class="foxui-color-placeholder">已停用</span>`;
|
|
}
|
|
applyContent += `
|
|
<div class="foxui-col-xs-6 foxui-col-sm-6">
|
|
<a href="${row.path}">
|
|
<div class="app-item foxui-padding-12 foxui-bg-white">
|
|
<div class="app-body">
|
|
<div class="foxui-display-flex foxui-align-items-center">
|
|
<div class="app-pic">
|
|
${row.iconHtml}
|
|
</div>
|
|
<div class="app-text">
|
|
<h4 class="foxui-ellipsis-1">
|
|
<strong class="foxui-color-primary">${row.name}</strong>
|
|
<span class="foxui-color-secondary">V${row.version}</span>
|
|
</h4>
|
|
<p class="foxui-color-secondary foxui-ellipsis-1">${row.describe}</p>
|
|
</div>
|
|
</div>
|
|
${typeHtml}
|
|
</div>
|
|
<div class="app-foot foxui-display-flex foxui-justify-content-between">
|
|
<div class="foxui-display-flex foxui-align-items-center">
|
|
${statusHtml}
|
|
</div>
|
|
<div class="foxui-display-flex foxui-align-items-center">
|
|
${operateHtml}
|
|
${detailHtml}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
|
|
`;
|
|
});
|
|
$(".cloud-apply").empty().html(applyContent);
|
|
}
|
|
$('.cloud-apply').removeClass('loading-container');
|
|
},
|
|
error: function(res) {
|
|
$('.cloud-apply').removeClass('loading-container');
|
|
}
|
|
});
|
|
}
|
|
|
|
function updateStatus(event, id) {
|
|
event.preventDefault();
|
|
$.ajax({
|
|
type: "post",
|
|
url: 'updateStatus',
|
|
dataType: "json",
|
|
data: {id},
|
|
success: function(res) {
|
|
if (res.code == 1) {
|
|
foxui.message({
|
|
type: 'success',
|
|
text: res.msg
|
|
})
|
|
initData({});
|
|
stopPlugin({});
|
|
} else {
|
|
foxui.message({
|
|
type: 'warning',
|
|
text: res.msg
|
|
})
|
|
}
|
|
},
|
|
error: function(res) {
|
|
foxui.message({
|
|
text: res.responseJSON.msg,
|
|
type: 'info',
|
|
});
|
|
}
|
|
});
|
|
}
|
|
|
|
function buyPlugin(event, id) {
|
|
let content = "未获得该应用插件的安装权限,如需使用请联系客服!";
|
|
foxui.dialog({
|
|
title: '购买',
|
|
content: content,
|
|
cancelText: '取消',
|
|
type: 'danger',
|
|
confirm: function (callback) {
|
|
callback();
|
|
},
|
|
cancel: function () {
|
|
},
|
|
});
|
|
}
|
|
|
|
function installIndex(event, id) {
|
|
event.preventDefault();
|
|
window.location.href = `installIndex?id=${id}`;
|
|
}
|
|
|
|
function installPlugin(event, id){
|
|
event.preventDefault();
|
|
foxui.dialog({
|
|
title: '安装',
|
|
content: "确定安装插件吗?",
|
|
cancelText: '取消',
|
|
confirmText: '安装',
|
|
type: 'danger',
|
|
confirm: function (callback) {
|
|
let status = $('.publish').find('input[name="status"]').val();
|
|
let price = $('.publish').find('input[name="price"]').val();
|
|
let data = {id,status,price};
|
|
$.ajax({
|
|
type: "post",
|
|
url: 'installPlugin',
|
|
dataType: "json",
|
|
data: data,
|
|
success: function(res) {
|
|
if (res.code == 1) {
|
|
foxui.message({
|
|
type: 'success',
|
|
text: res.msg
|
|
})
|
|
let obj = $(event.target);
|
|
$(obj).text("已安装");
|
|
initData(datas);//调用本地初始化数据
|
|
} else {
|
|
|
|
foxui.message({
|
|
type: 'warning',
|
|
text: res.msg
|
|
})
|
|
}
|
|
},
|
|
error: function(res) {
|
|
foxui.message({
|
|
text: res.responseJSON.msg,
|
|
type: 'info',
|
|
});
|
|
}
|
|
});
|
|
callback();
|
|
},
|
|
cancel: function () {
|
|
foxui.message({
|
|
text: '取消发布',
|
|
});
|
|
},
|
|
});
|
|
}
|
|
</script>
|
|
|
|
<script>
|
|
function stopPlugin(datas){
|
|
$.ajax({
|
|
type: "post",
|
|
url: 'stopPlugin',
|
|
dataType: "json",
|
|
data: datas,
|
|
success: function(res) {
|
|
if (res.code == 1 && res.data) {
|
|
let myApply = ``;
|
|
let dataList = res.data;
|
|
dataList.forEach(row => {
|
|
let typeHtml = `<div class="mark disable-linear">${row.type_desc}</div>`;
|
|
|
|
myApply += `
|
|
<div class="foxui-col-xs-6 foxui-col-sm-6">
|
|
<a href="javascript:void(0)">
|
|
<div class="app-item foxui-padding-12 foxui-bg-white">
|
|
<div class="app-body">
|
|
<div class="foxui-display-flex foxui-align-items-center">
|
|
<div class="app-pic">
|
|
${row.iconHtml}
|
|
</div>
|
|
<div class="app-text">
|
|
<h4 class="foxui-ellipsis-1">
|
|
<strong class="foxui-color-dark" >${row.name}</strong>
|
|
<span class="foxui-color-secondary">V${row.version}</span>
|
|
</h4>
|
|
<p class="foxui-color-secondary foxui-ellipsis-1">${row.describe}</p>
|
|
</div>
|
|
</div>
|
|
${typeHtml}
|
|
</div>
|
|
<div class="app-foot foxui-display-flex foxui-justify-content-between">
|
|
<div class="foxui-display-flex foxui-align-items-center">
|
|
<i class="foxui-icon-zhengque-f foxui-color-placeholder foxui-margin-right-4"></i>
|
|
<span class="foxui-color-placeholder">已停用</span>
|
|
</div>
|
|
<div class="foxui-display-flex foxui-align-items-center">
|
|
<a href="javascript:void(0)" onclick="uninstallIndex(event, ${row.id})">卸载</a>
|
|
<a href="javascript:void(0)" onclick="updateStatus(event, ${row.id})">恢复</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
|
|
`;
|
|
});
|
|
$(".stop-apply").empty().html(myApply);
|
|
}
|
|
$('.stop-apply').removeClass('loading-container');
|
|
},
|
|
error: function(res) {
|
|
$('.stop-apply').removeClass('loading-container');
|
|
}
|
|
});
|
|
}
|
|
|
|
function extendPlugin() {
|
|
|
|
$.ajax({
|
|
type: "post",
|
|
url: 'extendPlugin',
|
|
dataType: "json",
|
|
data: datas,
|
|
success: function(res) {
|
|
if (res.code == 1 && res.data) {
|
|
let myApply = ``;
|
|
let dataList = res.data;
|
|
dataList.forEach(row => {
|
|
myApply += `
|
|
<div class="foxui-col-xs-6 foxui-col-sm-6">
|
|
<div class="app-item foxui-padding-12 foxui-bg-white">
|
|
<div class="app-body">
|
|
<div class="foxui-display-flex foxui-align-items-center">
|
|
<div class="app-pic">
|
|
${row.iconHtml}
|
|
</div>
|
|
<div class="app-text">
|
|
<h4 class="foxui-ellipsis-1">
|
|
<strong class="foxui-color-primary">${row.name}</strong>
|
|
<span class="foxui-color-secondary">V${row.version}</span>
|
|
</h4>
|
|
<p class="foxui-color-secondary foxui-ellipsis-1">${row.describe}</p>
|
|
</div>
|
|
</div>
|
|
<div class="mark dark-linear">${row.type_desc}</div>
|
|
</div>
|
|
<div class="app-foot foxui-display-flex foxui-justify-content-between">
|
|
<div class="foxui-display-flex foxui-align-items-center">
|
|
<span class="price foxui-color-danger">¥${row.price}</span>
|
|
</div>
|
|
<div class="foxui-display-flex foxui-align-items-center">
|
|
<a href="${row.link}" target="_blank">查看详情</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
`;
|
|
});
|
|
$(".extend-apply").empty().html(myApply);
|
|
}
|
|
$('.extend-apply').removeClass('loading-container');
|
|
},
|
|
error: function(res) {
|
|
$('.extend-apply').removeClass('loading-container');
|
|
}
|
|
});
|
|
}
|
|
</script>
|
|
|
|
<script>
|
|
foxui.tabs.$off();
|
|
foxui.tabs.$on(getTabsIndex);
|
|
function getTabsIndex({ index, id }) {
|
|
if(index == 0){
|
|
$('.my-apply').addClass('loading-container');
|
|
let datas = {
|
|
};
|
|
initData(datas);
|
|
}else if(index == 1){
|
|
$('.cloud-apply').addClass('loading-container');
|
|
let datas = {
|
|
};
|
|
pluginData(datas);
|
|
}else if(index == 2){
|
|
$('.extend-apply').addClass('loading-container');
|
|
let datas = {
|
|
};
|
|
extendPlugin();
|
|
}else if(index == 3){
|
|
$('.stop-apply').addClass('loading-container');
|
|
stopPlugin({});
|
|
}
|
|
}
|
|
</script>
|
|
|
|
</html>
|