# showGuideEvaluationDialog

-APP评价弹窗

# 请求参数

Prop Type Required Default Description
show_type String Y 0
enter_type String Y 'acceptdeviceshare_success'

# 接口请求示例

const param = 
  {   show_type: '0'
      enter_type:'acceptdeviceshare_success'
  }
this.$bridge.showGuideEvaluationDialog(param)

# 接口返回示例