
Some checks are pending
Actions / Litemall-all (11) (push) Waiting to run
Actions / Litemall-all (11.0.3) (push) Waiting to run
Actions / Litemall-all (8) (push) Waiting to run
Actions / Litemall-all (8.0.192) (push) Waiting to run
Actions / Litemall-admin (10.x) (push) Waiting to run
Actions / Litemall-admin (12.x) (push) Waiting to run
Actions / Litemall-admin (14.x) (push) Waiting to run
Actions / Litemall-vue (10.x) (push) Waiting to run
Actions / Litemall-vue (12.x) (push) Waiting to run
Actions / Litemall-vue (14.x) (push) Waiting to run
10 lines
474 B
Plaintext
10 lines
474 B
Plaintext
<view class="custom-class zan-capsule zan-capsule--{{type}}">
|
|
<block wx:if="{{color}}">
|
|
<view class="zan-capsule__left" style="background: {{ color }}; border-color: {{ color }}">{{ leftText }}</view>
|
|
<view class="zan-capsule__right" style="color: {{ color }}; border-color: {{ color }}">{{ rightText }}</view>
|
|
</block>
|
|
<block wx:else>
|
|
<view class="zan-capsule__left">{{ leftText }}</view>
|
|
<view class="zan-capsule__right">{{ rightText }}</view>
|
|
</block>
|
|
</view> |