【修复】移动端小程序/APP商品详情页产品参数弹窗显示异常

admin 发布于 BUG提交 2022-01-20 00:21:14

ShopWind多商户商城系统移动端产品详情页展现效果丰富,不仅展示产品的图片、标题、价格、规格、商品详情等参数,还展示优惠券、积分抵扣、产品优惠、参数等信息。

attachmentId-223

各参数带右向箭头的项,可以点击查看详情,现点击“参数”项的时候弹窗空白,显示内容异常。

修复方案:

1、打开shopwind移动端/pages/goods/index.vue文件, 查找代码<my-popup-attributes

<!--产品参数弹窗-->
<uni-popup v-if="attributes" ref="attributes" type="bottom" class="relative" style="z-index: 100;">
   <my-popup-attributes :item="attributes"></my-popup-attributes>
</uni-popup>

修改为:

<!--产品参数弹窗-->
<uni-popup v-if="attributes" ref="attributes" type="bottom" class="relative" style="z-index: 100;">
   <my-popup-attributes :list="attributes"></my-popup-attributes>
</uni-popup>

2、下载更新文件,shopwind移动端/components/my-popup-attributes/my-popup-attributes.vue

最后编辑于 2023-04-01 18:58:29
2 850

回复(2)

沙发
第二步的文字描述有误,更新的文件应该是”/components/my-popup-attributes/my-popup-attributes.vue“
admin回复于 2022-02-18 17:48:47
感谢指正:woshou:
发布于 2022-02-17 18:34:23
回复
板凳
dawnpeakeoDQID 发布于 2022-02-17 18:34:23
第二步的文字描述有误,更新的文件应该是”/components/my-popup-attributes/my-popup-attributes.vue“
感谢指正:woshou:
发布于 2022-02-18 17:48:47
回复
Re :

admin 这家伙什么都没留下

  • 回答

    97
  • 发布

    86
  • 经验

    6430

内容精选

联系我们

  • 微信官网

    关注公众号

    系统更新,推送提醒
  • 开发交流群

    技术交流Q群

    安装使用,开发交流

垂询热线:18978189162