# showGuideEvaluationDialog H5 调起原生评价弹窗

# Attributes

属性 类型 必要 默认值 说明
show_type String N 原生约定
enter_type String N 与原生约定传参

# 调用示例

window.bridge.showGuideEvaluationDialog(
  {
    show_type: "0",
    enter_type: "submit ticket_success",
  },
  (res) => {
    console.log("showGuideEvaluationDialog", res);
  }
);

# 接口返回示例

无返回