{
  "normalView": {
    "type": "frame",
    "_comment1": "导购跳转收银台确认弹窗，这个模板中的id, 不能随便修改，已经绑定了客户端里面的特殊处理",
    "id": "xgou_jump_cashier_lay",
    "width": "match_parent",
    "height": "match_parent",
    "focusable": "false",
    "clickable": "false",
    "background": "#090B0F",
    "elements": [
      {
        "type": "linear",
        "id": "layout_left",
        "width": "1086",
        "height": "match_parent",
        "orientation": "vertical",
        "layout_gravity": "center",
        "gravity": "center",
        "elements": [
          {
            "type": "text",
            "text": "${extra.popNoCashierWindowTitle}",
            "textSize": 60,
            "textColor": "@token{color_primaryInfo_white}",
            "maxLines": 1,
            "ellipsize": "end",
            "textStyle": "bold"
          },
          {
            "type": "text",
            "text": "${extra.popNoCashierWindowSubTitle}",
            "textSize": 42,
            "marginTop": 16,
            "width": "wrap_content",
            "height": "wrap_content",
            "textColor": "@token{color_secondaryInfo_white}",
            "maxLines": 1,
            "ellipsize": "end",
            "textStyle": "normal"
          },
          {
            "_comment1": "按钮",
            "type": "frame",
            "width": "wrap_content",
            "height": "wrap_content",
            "marginTop": 60,
            "visibility": "@{${extra.popNoCashierWindowButtonTitle}?visible:gone}",
            "elements": [
              {
                "id": "bottom_btn_more",
                "type": "text",
                "width": "wrap_content",
                "minWidth": 280,
                "height": 84,
                "textSize": 36,
                "radius": 42,
                "paddingRight": "60",
                "paddingLeft": "60",
                "marginTop": "27",
                "gravity": "center",
                "background": "${style.tab_bg_default}",
                "textColor": "${style.tab_title_select_vip}",
                "focusAttr": {
                  "background": "${style.tab_bg_focus_svip}",
                  "textColor": "${style.tab_title_select_focus_vip}"
                },
                "text": "${extra.popNoCashierWindowButtonTitle}",
                "focusable": "true",
                "clickable": "true",
                "data": "${extra.tabs[0].bottomActionBtns[0]}"
              }
            ]
          }
        ]
      }
    ]
  },
  "container": {
    "enableSelector": "false",
    "enableEdgeAnim": "false",
    "scaleValue": "1"
  },
  "animations": [
    {
      "type": "focusScale",
      "elementIds": [
        "bottom_btn_more1"
      ],
      "params": {
        "scaleValue": "1.04",
        "overshootValue": "1.14"
      }
    }
  ],
  "actions": [
    {
      "_comment1": "点击返回",
      "listenId": "key_tip_btn",
      "trigger": "click",
      "actionList": [
        {
          "type": "dismiss",
          "data": {}
        }
      ]
    }
  ]
}