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