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