Signed-off-by: a123456 <1209165801@qq.com>

master
a123456 7 years ago
parent a2d57732c8
commit 5fbcb47d0d
  1. 68
      src/main/webapp/WEB-INF/manager/mweixin/metarial/material-list.ftl
  2. 0
      src/main/webapp/WEB-INF/manager/mweixin/reply/keyword-list.ftl
  3. 0
      src/main/webapp/WEB-INF/manager/mweixin/reply/keyword-reply.ftl
  4. 1
      src/main/webapp/WEB-INF/manager/mweixin/weixin.ftl

@ -1,53 +1,41 @@
<!--图文素材页--> <!--图文素材页-->
<link rel="stylesheet" href="../../../static/mweixin/css/material-list.css">
<!DOCTYPE html> <div id="material-list-vue">
<html> <el-container>
<head> <!--左侧meun-->
<meta charset="UTF-8"> <el-aside width="140px">
<title></title> <!--#include virtual="../include/menu.ftl" -->
<!-- <#include "/include/head-file.ftl"/> --> </el-aside>
<!--#include virtual="../include/head-file.ftl" --> <el-container>
<link rel="stylesheet" href="../../../static/mweixin/css/material-list.css"> <!--右侧头部-->
</head> <el-header height="50px">
<body> <el-row class="ms-fr">
<div id="app"> <el-button type="success">保存</el-button>
<el-container> <el-button>更新</el-button>
<!--左侧meun--> <el-button>返回</el-button>
<el-aside width="140px"> </el-row>
<!--#include virtual="../include/menu.ftl" --> </el-header>
</el-aside> <el-main>
<!--内容同步-->
<el-container> <el-container>
<!--右侧头部-->
<el-header height="50px"> <el-header height="50px">
<el-row class="ms-fr">
<el-button type="success">保存</el-button>
<el-button>更新</el-button>
<el-button>返回</el-button>
</el-row>
</el-header>
<el-main>
<!--内容同步-->
<el-container>
<el-header height="50px">
</el-header> </el-header>
<!--素材列表--> <!--素材列表-->
<el-main class="ms-admin-material-list"> <el-main class="ms-admin-material-list">
<div class="ms-admin-material-item"> <div class="ms-admin-material-item">
</div> </div>
</el-main>
</el-container>
</el-main> </el-main>
</el-container> </el-container>
</el-container> </el-main>
</div> </el-container>
</body> </el-container>
</html> </div>
<script> <script>
new Vue({ new Vue({
el: "#app", el: "#material-list-vue",
data: {}, data: {},
methods: {}, methods: {},
mounted: function() {} mounted: function() {}

@ -8,5 +8,6 @@
</head> </head>
<body> <body>
<!--#include virtual="menu.ftl" --> <!--#include virtual="menu.ftl" -->
<!--#include virtual="material/material-list.ftl" -->
</body> </body>
</html> </html>
Loading…
Cancel
Save