| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- {
- "name": "VILLAGE",
- "type": "page",
- "props": {},
- "style": {},
- "nodes": [
- {
- "name": "VILLAGE:CONTENT",
- "type": "flex",
- "props": {
- "direction": "column",
- "gap": "gap.lg"
- },
- "nodes": [
- {
- "type": "flex",
- "props": {
- "direction": "column",
- "padding": "padding.lg",
- "gap": "gap.lg"
- },
- "nodes": [
- {
- "type": "BackgroundBox",
- "props": {
- "color1": "#eecaa0",
- "color2": "white",
- "color2Position": "85%",
- "color3": "white",
- "radius": "radius.lg",
- "direction": "column",
- "padding": [35, 30],
- "gap": "gap.lg"
- },
- "nodes": [
- { "type": "Card:Basic" },
- { "type": "Card:Level" },
- { "type": "Card:Gallery" },
- { "type": "Card:AddressAndMap" },
- {
- "type": "flex",
- "props": {
- "direction": "row",
- "justify": "center",
- "align": "center",
- "gap": "gap.md"
- },
- "nodes": [
- {
- "type": "button",
- "props": {
- "size": "mini",
- "icon": "picture",
- "text": "村社相册"
- },
- "events": {
- "click": "globalContext.handleGoGallery()"
- }
- },
- {
- "type": "button",
- "props": {
- "size": "mini",
- "icon": "edit-filling",
- "text": "编辑简介"
- },
- "events": {
- "click": "globalContext.handleGoEdit()"
- }
- },
- {
- "type": "button",
- "props": {
- "size": "mini",
- "icon": "fabulous",
- "text": "主页换肤"
- },
- "events": {
- "click": "globalContext.handleGoSkin()"
- }
- }
- ]
- },
- { "type": "Card:Static" }
- ]
- },
- {
- "name": "VILLAGE:CONTENT:Rank",
- "type": "Block:Rank",
- "props": {
- "title": "排行榜"
- }
- },
- {
- "name": "VILLAGE:CONTENT:Collect",
- "type": "Block:GridButtonBlock",
- "props": {
- "title": "魅力乡源",
- "titleRightButtons": [
- {
- "text": "管理",
- "size": "small",
- "primary": true,
- "handler": "globalContext.handleGoDigManage()"
- },
- {
- "text": "共编村史",
- "size": "small",
- "icon": "https://xy.wenlvti.net/app_static/images/village/IconHistory.png",
- "handler": "globalContext.handleGoCollect()"
- }
- ],
- "items": [
- {
- "title": "村社概况",
- "icon": "https://xy.wenlvti.net/app_static/images/village/IconLargeIntrod.png",
- "handler": "globalContext.handleGoCollect(11, '村社概况')"
- },
- {
- "title": "自然风光",
- "icon": "https://xy.wenlvti.net/app_static/images/village/IconLargeEnvirounment.png",
- "handler": "globalContext.handleGoCollect(13, '自然风光')"
- },
- {
- "title": "历史沿革",
- "icon": "https://xy.wenlvti.net/app_static/images/village/IconLargeHistory.png",
- "handler": "globalContext.handleGoCollect(2, '历史沿革')"
- },
- {
- "title": "特色产业",
- "icon": "https://xy.wenlvti.net/app_static/images/village/IconLargeIndustry.png",
- "handler": "globalContext.handleGoCollect(9, '特色产业')"
- },
- {
- "title": "文艺活动",
- "icon": "https://xy.wenlvti.net/app_static/images/village/IconLargeActivity.png",
- "handler": "globalContext.handleGoCollect(12, '文艺活动')"
- },
- {
- "title": "非遗展示",
- "icon": "https://xy.wenlvti.net/app_static/images/village/IconLargeShow.png",
- "handler": "globalContext.handleGoCollect(10, '非遗展示')"
- },
- {
- "title": "民俗风采",
- "icon": "https://xy.wenlvti.net/app_static/images/village/IconLargeFolkloreVibe.png",
- "handler": "globalContext.handleGoCollect(8, '民俗风采')"
- },
- {
- "title": "历史人物",
- "icon": "https://xy.wenlvti.net/app_static/images/village/IconGoods.png",
- "handler": "globalContext.handleGoCollect(7, '历史人物')"
- }
- ]
- }
- },
- {
- "name": "VILLAGE:CONTENT:Games",
- "type": "Block:GridButtonBlock",
- "props": {
- "title": "活力乡源",
- "items": [
- {
- "title": "乡源荣光",
- "icon": "https://xy.wenlvti.net/app_static/images/village/IconLargeHornor.png",
- "handler": "globalContext.handleGoCollect(23, '乡源荣光')"
- },
- {
- "title": "乡源好物",
- "icon": "https://xy.wenlvti.net/app_static/images/village/IconLargeGoods.png",
- "handler": "globalContext.navTo(\"/pages/home/village/goods/index\", { villageId: globalContext.getVillageId() })"
- },
- {
- "title": "乡源树",
- "icon": "https://xy.wenlvti.net/app_static/images/village/IconLargeTree.png",
- "handler": "globalContext.emit(\"goTree\")"
- },
- {
- "title": "互动游戏",
- "icon": "https://xy.wenlvti.net/app_static/images/village/IconLargeGame.png",
- "handler": "globalContext.navTo(\"/pages/home/village/games/index\")"
- }
- ]
- }
- },
- {
- "type": "Block:ContentTitle",
- "props": {
- "title": "文脉乡源",
- "showMore": false,
- "showIcon": false,
- "showTopMargin": false
- }
- }
- ]
- },
- {
- "name": "VILLAGE:CONTENT:Official",
- "type": "Block:Official",
- "props": {
- "title": "文脉乡源",
- "tags": "dynamic:globalContext.getDefaultTags()"
- }
- }
- ]
- }
- ]
- }
|