mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-26 20:52:44 +08:00
演示站加入付款警告
This commit is contained in:
parent
c541170cf1
commit
ab6a6365f2
@ -48,3 +48,14 @@
|
|||||||
{{ js_include('home/js/order.pay.js') }}
|
{{ js_include('home/js/order.pay.js') }}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block inline_js %}
|
||||||
|
|
||||||
|
<script>
|
||||||
|
layui.use(['layer'], function () {
|
||||||
|
var layer = layui.layer;
|
||||||
|
layer.alert('演示站点,请不要付款,后果自负!!!', {title: '警告', icon: 7});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
{% endblock %}
|
Loading…
x
Reference in New Issue
Block a user