wx.showModal 在使用canvas 生成的图片上,透明,不显示遮罩?
小程序里使用了百度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>
1 回复