codecamp

destoon_photo_12-图库

destoon_photo_12-图库


字段名 注释 备注 类型
itemid ID
catid 栏目ID
areaid 地区ID
level 级别
title 标题
style 颜色
fee 收费
introduce 简介
keyword 关键词
pptword 分类属性
items 图片数量
hits 点击次数
thumb 标题图
username 会员名
addtime 添加时间
editor 编辑
edittime 修改时间
ip IP
template 模板
status 状态
open 公开程度
password 密码
question 验证问题
answer 答案
linkurl 链接地址
filepath 文件地址
note 备注
destoon_page_data-公司单页内容
destoon_photo_data_12-图库内容
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定
目录

二次开发指南

数据字典

关闭

MIP.setData({ 'pageTheme' : getCookie('pageTheme') || {'day':true, 'night':false}, 'pageFontSize' : getCookie('pageFontSize') || 20 }); MIP.watch('pageTheme', function(newValue){ setCookie('pageTheme', JSON.stringify(newValue)) }); MIP.watch('pageFontSize', function(newValue){ setCookie('pageFontSize', newValue) }); function setCookie(name, value){ var days = 1; var exp = new Date(); exp.setTime(exp.getTime() + days*24*60*60*1000); document.cookie = name + '=' + value + ';expires=' + exp.toUTCString(); } function getCookie(name){ var reg = new RegExp('(^| )' + name + '=([^;]*)(;|$)'); return document.cookie.match(reg) ? JSON.parse(document.cookie.match(reg)[2]) : null; }