|
|
|
@ -36,7 +36,7 @@
|
|
|
|
|
></u--image> |
|
|
|
|
<text class="wd-font-800">消息通知</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="wd-flex wd-flex-row wd-items-center" style="gap: 8px"> |
|
|
|
|
<!-- <view class="wd-flex wd-flex-row wd-items-center" style="gap: 8px"> |
|
|
|
|
<u-count-to |
|
|
|
|
:startVal="30" |
|
|
|
|
:endVal="500" |
|
|
|
@ -44,8 +44,12 @@
|
|
|
|
|
separator="," |
|
|
|
|
></u-count-to> |
|
|
|
|
<u-icon name="arrow-right"></u-icon> |
|
|
|
|
</view> |
|
|
|
|
<view class="wd-flex wd-flex-row wd-items-center" style="gap: 8px" @click="openSubMessage"> |
|
|
|
|
</view> --> |
|
|
|
|
<view |
|
|
|
|
class="wd-flex wd-flex-row wd-items-center" |
|
|
|
|
style="gap: 8px" |
|
|
|
|
@click="openSubMessage" |
|
|
|
|
> |
|
|
|
|
<text>点击开启</text> |
|
|
|
|
<u-icon name="arrow-right"></u-icon> |
|
|
|
|
</view> |
|
|
|
|