https://developers.weixin.qq.com/doc/oplatform/service_market/buyer_guideline/API/invokeService.htmlhttps://developers.weixin.qq.com/doc/oplatform/Return_codes/Return_code_descriptions_new.htmlhttps://developers.weixin.qq.com/doc/oplatform/service_market/buyer_guideline/API/retrieve.html
<!--WXML示例代码-->
<mp-half-screen-dialog
bindbuttontap="buttontap"
show="{{show}}"
maskClosable="{{false}}"
title="测试标题B"
subTitle="测试标题B的副标题"
desc="辅助描述内容,可根据实际需要安排"
tips="辅助提示内容,可根据实际需要安排"
buttons="{{buttons}}"
></mp-half-screen-dialog>
<button class="weui-btn" type="primary" bindtap="open">Open</button>
mp-half-screen-dialog的maskClosable="{{false}}"不生效,点击遮罩层依旧会关闭,有什么方式能处理?