1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-26 20:52:44 +08:00

演示站加入付款警告

This commit is contained in:
koogua 2021-03-05 18:21:12 +08:00
parent c541170cf1
commit ab6a6365f2

View File

@ -47,4 +47,15 @@
{{ js_include('home/js/order.pay.js') }}
{% endblock %}
{% block inline_js %}
<script>
layui.use(['layer'], function () {
var layer = layui.layer;
layer.alert('演示站点,请不要付款,后果自负!!!', {title: '警告', icon: 7});
});
</script>
{% endblock %}