
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
7 lines
276 B
Plaintext
7 lines
276 B
Plaintext
<view class="van-circle">
|
|
<canvas class="van-circle__canvas" style="{{ style }}" canvas-id="van-circle"></canvas>
|
|
<view wx:if="{{ !text }}" class="van-circle__text">
|
|
<slot></slot>
|
|
</view>
|
|
<cover-view wx:else class="van-circle__text">{{ text }}</cover-view>
|
|
</view> |