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

页面修改

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