wx.showModal 在使用canvas 生成的图片上,透明,不显示遮罩?

发布于 8 年前作者 gangfu4276 次浏览最后编辑 8 年前来自 ask
小程序里使用了百度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 回复
pdeng
pdeng1 楼6 年前

麻烦提供能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html