Fix:样式加载问题
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
<template>
|
||||
<view>
|
||||
<view
|
||||
:class="{
|
||||
'on': attr.cartAttr === true,
|
||||
[className]: className
|
||||
}"
|
||||
:class="[{ on: attr.cartAttr === true }, className]"
|
||||
:style="{ paddingBottom: paddingBottom }"
|
||||
class="product-window"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user