28 lines
783 B
JavaScript
Executable File
28 lines
783 B
JavaScript
Executable File
layer.config({
|
||
extend: ["extend/layer.ext.js", "skin/moon/style.css"],
|
||
skin: "layer-ext-moon"
|
||
}), layer.ready(function() {
|
||
function e() {
|
||
parent.layer.open({
|
||
title: "初见倾心,再见动情",
|
||
type: 1,
|
||
area: ["700px", "auto"],
|
||
content: t,
|
||
btn: ["确定", "取消"]
|
||
})
|
||
}
|
||
var t = $("#welcome-template").html();
|
||
$("a.viewlog").click(function() {
|
||
return e(), !1
|
||
}), $("#pay-qrcode").click(function() {
|
||
var e = $(this).html();
|
||
parent.layer.open({
|
||
title: !1,
|
||
type: 1,
|
||
closeBtn: !1,
|
||
shadeClose: !0,
|
||
area: ["600px", "auto"],
|
||
content: e
|
||
})
|
||
}), console.log("嗨旅行商城系统,专业面向业内定制化开发;如果您在使用过程中发现任何问题,可联系开发人员QQ1280880631;前端使用H+主题框架。")
|
||
}); |