截流自动化的商城平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. {layout name="layout1" /}
  2. <style>
  3. .layui-table-cell { height: auto; }
  4. .tips { color: red}
  5. .mag-10 { margin-top: 10px}
  6. </style>
  7. <div class="wrapper">
  8. <div class="layui-card layui-form">
  9. <div class="layui-card-body">
  10. <div class="layui-collapse like-layui-collapse" style="border:1px dashed #c4c4c4">
  11. <div class="layui-colla-item">
  12. <h2 class="layui-colla-title like-layui-colla-title" style="background-color: #fff">操作提示</h2>
  13. <div class="layui-colla-content layui-show">
  14. <p>* 版本更新需要逐个版本更新,<font class="tips">更新前请备份好系统和数据库</font>,更新成功后需要强制刷新站点;</p>
  15. <p>* 系统没有做二次开发,可以直接选择在线更新功能;</p>
  16. <p>* 系统已做二次开发,进行了功能修改,请谨慎选择在线更新功能,推荐以更新包的形式手动更新;</p>
  17. <p>* <a href="https://home.likeshop.cn/article/95.html" target="_blank" class ="doc">关于后续版本的升级说明(推荐阅读)</a></p>
  18. <p>* <font class="tips">更新至v1.3.0版本后,请执行 www.example.com/admin/distribution.center/updateTable, www.example.com为你的域名。</font></p>
  19. <p>* <font class="tips">更新至v1.3.0版本后,商品分销比例需在分销应用-分销设置-分销商品单独设置。</font></p>
  20. <p>* <font class="tips">更新至v1.4.1版本后,请执行 www.example.com/api/distribution/fixAncestorRelation, www.example.com为你的域名。</font></p>
  21. <p>* v1.4.1版本新增商家移动端,支持打包发布为H5、小程序、APP。H5访问地址为 www.example.com/business, www.example.com为你的商城域名。</p>
  22. <p>* <font class="tips">更新至v1.9.2版本后,客服域名配置请参考最新文档。</font></p>
  23. </div>
  24. </div>
  25. </div>
  26. </div>
  27. <div class="layui-card-body">
  28. <table id="lists" lay-filter="lists"></table>
  29. <script type="text/html" id="operation">
  30. <!--一键更新-->
  31. {{# if(d.able_update === 1){ }}
  32. <a class="layui-btn layui-btn-sm layui-btn-normal mag-10" lay-event="update">一键更新</a> <br/>
  33. {{# } }}
  34. <!--服务端更新包-->
  35. {{# if(d.package_link != "undefined" && d.package_link != null && d.package_link != ""){ }}
  36. <a class="layui-btn layui-btn-sm layui-btn-primary mag-10" lay-event="download-server">服务端更新包</a> <br/>
  37. {{# } }}
  38. <!--pc更新包-->
  39. {{# if(d.pc_package_link != "undefined" && d.pc_package_link != null && d.pc_package_link != ""){ }}
  40. <a class="layui-btn layui-btn-sm layui-btn-primary mag-10" lay-event="download-pc">pc更新包</a> <br/>
  41. {{# } }}
  42. <!--uniapp更新包-->
  43. {{# if(d.uniapp_package_link != "undefined" && d.uniapp_package_link != null && d.uniapp_package_link != ""){ }}
  44. <a class="layui-btn layui-btn-sm layui-btn-primary mag-10" lay-event="download-uniapp">uniapp更新包</a> <br/>
  45. {{# } }}
  46. <!--商家后台移动端更新包-->
  47. {{# if(d.business_package_link != "undefined" && d.business_package_link != null && d.business_package_link != ""){ }}
  48. <a class="layui-btn layui-btn-sm layui-btn-primary mag-10" lay-event="download-business">商家移动端更新包</a> <br/>
  49. {{# } }}
  50. <!--客服端更新包-->
  51. {{# if(d.kefu_package_link != "undefined" && d.kefu_package_link != null && d.kefu_package_link != ""){ }}
  52. <a class="layui-btn layui-btn-sm layui-btn-primary mag-10" lay-event="download-kefu">客服端更新包</a> <br/>
  53. {{# } }}
  54. <a class="layui-btn layui-btn-sm layui-btn-primary mag-10" lay-event="download-full">完整安装包</a>
  55. </script>
  56. <!--更新内容-->
  57. <script type="text/html" id="content">
  58. <div style="text-align: left">
  59. {{# layui.each(d.add, function(index, item){ }}
  60. <li>
  61. <span>{{ item }}</span>
  62. <li>
  63. {{# }); }}
  64. {{# layui.each(d.optimize, function(index, item){ }}
  65. <li>
  66. <span>{{ item }}</span>
  67. </li>
  68. {{# }); }}
  69. {{# layui.each(d.repair, function(index, item){ }}
  70. <li>
  71. <span>{{ item }}</span>
  72. </li>
  73. {{# }); }}
  74. </div>
  75. </script>
  76. <!--版本-->
  77. <script type="text/html" id="version">
  78. {{# if(d.new_version === 1){ }}
  79. <span style="color: red">new-</span><span>{{d.version_no}}</span>
  80. {{# } else { }}
  81. <span>{{d.version_no}}</span>
  82. {{# } }}
  83. <p>{{d.version_str}}</p>
  84. </script>
  85. <!--更新注意提示-->
  86. <script type="text/html" id="notice">
  87. {{# layui.each(d.notice, function(index, item){ }}
  88. <li>
  89. <span>{{ item }}</span>
  90. </li>
  91. {{# }); }}
  92. </script>
  93. </div>
  94. </div>
  95. </div>
  96. <script>
  97. layui.use(['table'], function () {
  98. var table = layui.table;
  99. var layer = layui.layer;
  100. var $ = layui.$;
  101. like.tableLists('#lists', '{:url("system.Upgrade/index")}', [
  102. {field: 'create_time', title: '发布日期', width: 200, align: 'center'}
  103. , {field: 'version_no', title: '版本', width: 200, align: 'center', templet: '#version'}
  104. , {field: 'content', title: '版本内容', width: 300, align: 'center', templet: '#content'}
  105. , {field: 'notice', title: '注意事项', width: 300, align: 'center', templet: '#notice'}
  106. , {title: '操作', align: 'center', width: 300, toolbar: '#operation'}
  107. ]);
  108. // 监听行工具栏按钮
  109. table.on('tool(lists)', function (obj) {
  110. var data = obj.data;
  111. var layEvent = obj.event;
  112. // 一键更新
  113. if (layEvent === 'update') {
  114. layer.open({
  115. type: 2,
  116. title: '请选择操作',
  117. content: '{:url("system.upgrade/choosePage")}',
  118. area: ['60%', '60%'],
  119. success: function(layero, index){
  120. var iframe = window['layui-layer-iframe'+index];
  121. iframe.setVersionData(obj.data);
  122. }
  123. });
  124. }
  125. // 下载服务端更新包
  126. if (layEvent === 'download-server') {
  127. data.update_type = 2; //服务端更新包类型
  128. like.ajax({
  129. url: '{:url("system.upgrade/getPkg")}',
  130. type: 'post',
  131. data: data,
  132. success: function(res) {
  133. if(res.code == 1) {
  134. // 下载更新包
  135. window.location.href = res.data.link;
  136. }
  137. }
  138. });
  139. }
  140. //下载pc端更新包
  141. if (layEvent === 'download-pc') {
  142. data.update_type = 3; // pc端更新包类型
  143. like.ajax({
  144. url: '{:url("system.upgrade/getPkg")}',
  145. type: 'post',
  146. data: data,
  147. success: function(res) {
  148. if(res.code == 1) {
  149. // 下载更新包
  150. window.location.href = res.data.link;
  151. }
  152. }
  153. });
  154. }
  155. //下载uniapp更新包
  156. if (layEvent === 'download-uniapp') {
  157. data.update_type = 4;
  158. like.ajax({
  159. url: '{:url("system.upgrade/getPkg")}',
  160. type: 'post',
  161. data: data,
  162. success: function(res) {
  163. if(res.code == 1) {
  164. // 下载更新包
  165. window.location.href = res.data.link;
  166. }
  167. }
  168. });
  169. }
  170. // 下载商家移动端更新包 download-business
  171. if (layEvent === 'download-business') {
  172. data.update_type = 7;
  173. like.ajax({
  174. url: '{:url("system.upgrade/getPkg")}',
  175. type: 'post',
  176. data: data,
  177. success: function(res) {
  178. if(res.code == 1) {
  179. // 下载更新包
  180. window.location.href = res.data.link;
  181. }
  182. }
  183. });
  184. }
  185. // 下载客服端更新包 download-kefu
  186. if (layEvent === 'download-kefu') {
  187. data.update_type = 8;
  188. like.ajax({
  189. url: '{:url("system.upgrade/getPkg")}',
  190. type: 'post',
  191. data: data,
  192. success: function(res) {
  193. if(res.code == 1) {
  194. // 下载更新包
  195. window.location.href = res.data.link;
  196. }
  197. }
  198. });
  199. }
  200. // 下载完整安装包
  201. if (layEvent === 'download-full') {
  202. data.update_type = 6;
  203. like.ajax({
  204. url: '{:url("system.upgrade/getPkg")}',
  205. type: 'post',
  206. data: data,
  207. success: function(res) {
  208. if(res.code == 1) {
  209. window.open(res.data.link);
  210. }
  211. }
  212. });
  213. }
  214. });
  215. });
  216. </script>