| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- {
- "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:Collect",
- "props": {
- "title": "魅力乡源"
- }
- },
- {
- "name": "VILLAGE:CONTENT:Games",
- "type": "Block:Games",
- "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\")"
- }
- ]
- }
- }
- ]
- },
- {
- "name": "VILLAGE:CONTENT:Official",
- "type": "Block:Official",
- "props": {
- "title": "文脉乡源",
- "tags": "dynamic:globalContext.getDefaultTags()"
- }
- }
- ]
- }
- ]
- }
|