双节悦图丨游客出游热情高涨,广西各地出招揽客
1号首屏|时间:2023-10-02 20:12 来源:广西日报-广西云客户端 评论:0 点击:76
中秋、国庆“双节”假期,八桂大地沉浸在浓厚的节日氛围中,全国各地游客纷至沓来,领略壮美广西风采,尽享金秋时节的美好时光。

9月29日,在南宁市三街两巷历史文化街区,许多市民结伴前来打卡游玩,欢度中秋佳节。记者 徐天保 摄

$(document).ready(function () {
$.getJSON("/ajax/ajax_longsun.ashx?api=sethits", { "id": "86564", "client": "r2dfa1tlsoxslyeqvo21wag5", "timespan": "638918675994393895", "signature": "3d0e6c679afb30b3effe9d8c294df5d1" }, function (jdata) {
if (jdata.status == 0) {
$(".hits").html("点击:" + jdata.hits);
}
});
$(".weixinAudio").each(function (i, item) {
if ($(item).find("audio[autoplay]").length > 0) {
$(item).weixinAudio({ "autoplay": true });
}
else {
$(item).weixinAudio();
}
});
/*
$(".mediaplayer").click(function () {
$(this).parent().css("background-image", "none");
var id = $(this).attr("id");
var file = $(this).attr("file");
var mp4file = $(this).attr("mp4file");
var image = $(this).attr("image");
var height = $(this).attr("height");
var width = $(this).parent().width();
var autostart = $(this).attr("autostart");
var loop = $(this).attr("loop");
jwplayer(id).setup({
flashplayer: "/sky/player.swf",
file: file,
image: image,
height: height,
width: width,
skin: "/sky/jwplayer/glow.zip",
stretching: "fill",
autostart: "true",
repeat: "false",
});
$("#" + id +"_wrapper").css({ "margin-left": "auto", "margin-right": "auto" });
});
*/
//$("div.mediaplayer:autostart").click();
});