ecoo
ecoo
  • 发布:2019-07-23 16:53
  • 更新:2019-07-23 16:53
  • 阅读:656

#插件讨论# 【 骨架屏组件 - 324834500@qq.com 】missing ) after argument list, $gwx is not defined

分类:uni-app

微信小程序下使用,编译报错,提示missing ) after argument list, $gwx is not defined
主要是

    <view v-for="(item,rect_idx) in skeletonRectLists" :key="rect_idx + 'rect'" :class="[loading == 'chiaroscuro' ? 'chiaroscuro' : '']" :style="{width: item.width + 'px', height: item.height + 'px', backgroundColor: 'rgb(194, 207, 214)', position: 'absolute', left: item.left + 'px', top: item.top + 'px'}"></view>  
    <view v-for="(item,circle_idx) in skeletonCircleLists" :key="circle_idx + 'circle'" :class="loading == 'chiaroscuro' ? 'chiaroscuro' : ''" :style="{width: item.width + 'px', height: item.height + 'px', backgroundColor: 'rgb(194, 207, 214)', borderRadius: item.width + 'px', position: 'absolute', left: item.left + 'px', top: item.top + 'px'}"></view>  

这两行中使用微信小程序支持的语法,key中不能有字符串

2019-07-23 16:53 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复