作者 郭鑫
1 个管道 的构建 通过 耗费 3 秒

页面修改

... ... @@ -268,7 +268,13 @@
<script>
$('.callTel').click(function () {
alert('123')
// $.alert("/自定义的消息内容");
$.alert({
title: '标题',
text: '内容文案',
onOK: function () {
//点击确认
}
});
});
var mySwiper = new Swiper('.swiper-container', {
... ...