/* scense 游戏列表入口页渲染(bricks 页面内 Html 脚本区调用) */
window.scenseGameList = (function () {
function api(url, params) {
return fetch(url, {
method: 'POST',
headers: {'Content-Type': 'application/json'},
body: JSON.stringify(params || {})
}).then(function (r) { return r.json(); });
}
function base() {
// 嵌入主页面时 location.pathname 是主页面路径,推导失败;
// 改为从本 js 的