小程序里使用了百度echarts 生产的图表,使用 wx.showModal 后出现弹出框透明问题
<modal hidden="{{showPayMent}}" no-cancel bindconfirm='shutPayMent'>
<view wx:for="{{payMentList}}" wx:key="{{index}}">
<view class="payment-item">
<text class="payment-item-name">
{{item.pay_name}}
</text>
<text class="payment-item-amount">
{{item.pay_amount}}
</text>
</view>
</view>
</modal>
麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)