Files
wdsxh/unpackage/dist/dev/mp-weixin/pagesCard/mine/index.wxml
2026-04-29 15:33:58 +08:00

1 line
2.3 KiB
Plaintext

<view class="container" style="{{'--theme-color:'+(themeColor)+';'}}"><title-bar vue-id="26d6dcc7-1" title="我的名片" bind:__l="__l"></title-bar><view class="container-statistics" style="{{'top:'+(titleBarHeight+'px')+';'}}"><view class="statistics-item"><view class="item-name">访客数据</view></view><view class="statistics-line"></view><view class="statistics-item"><view class="item-value">{{cardStatistics.total_count||0}}</view><view class="item-title">总访问人数</view></view><view class="statistics-line"></view><view class="statistics-item"><view class="item-value">{{cardStatistics.today_count||0}}</view><view class="item-title">今日访问人数</view></view><view class="statistics-bg"></view></view><block wx:if="{{loadEnd}}"><view class="container-main"><block wx:if="{{$root.g0}}"><view class="main-list"><card-item vue-id="26d6dcc7-2" show-data="{{cardList}}" data-event-opts="{{[['^setShareData',[['setShareData']]],['^getList',[['resetCardList']]]]}}" bind:setShareData="__e" bind:getList="__e" bind:__l="__l"></card-item></view></block><block wx:else><view class="main-empty"><image class="empty-image" src="/static/empty.png" mode="widthFix"></image><view class="empty-text">暂无相关内容~</view></view></block><view class="main-footer"><view class="footer-box"><view data-event-opts="{{[['tap',[['handleAdd']]]]}}" class="box-create" bindtap="__e"><view class="create-icon"><image class="icon" src="/static/card/create.png" mode="aspectFit"></image><view class="add"><image src="/static/card/add.png" mode="aspectFit"></image></view></view><view class="create-text">新建</view></view><view data-event-opts="{{[['tap',[['toCardManage']]]]}}" class="box-manage" bindtap="__e"><view class="manage-bg"></view><view class="manage-text">名片管理</view></view><block wx:if="{{defaultCard&&defaultCard.id}}"><button class="box-btn" open-type="share" data-event-opts="{{[['tap',[['setShareData',['$0'],['defaultCard']]]]]}}" bindtap="__e"> 递交名片<text>(默认名片)</text></button></block><block wx:else><view data-event-opts="{{[['tap',[['setShareTips']]]]}}" class="box-btn" bindtap="__e"> 递交名片<text>(默认名片)</text></view></block></view><view class="safe-padding"></view></view></view></block><tab-bar vue-id="26d6dcc7-3" bind:__l="__l"></tab-bar></view>