yuminge-app/yun-min-program-plugin-master/packageC/frogpro/storeManagement/storeManagement.wxml

25 lines
833 B
Plaintext

<view class="storeMangeContent">
<view class="store">
<view class="name">{{storeName}}</view>
<view class="tips">今日数据</view>
<view class="storeContent">
<view class="left">
<view class="top">营收(元)</view>
<view class="bottom">{{money}}</view>
</view>
<view class="right">
<view class="top">订单数量(笔)</view>
<view class="bottom">{{number}}</view>
</view>
</view>
</view>
<view class="gathering" catchtap="gatheringBtn">收款</view>
<view class="logoff" catchtap="quitLogin">退出登录</view>
<view class="shop_bottom" catchtap="getData" >
<view class="shop">
<image src="https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/frogproImg/qingwaPro.jpg" mode="aspectFill"></image>
</view>
<view class="shopname">{{shopName}}商城</view>
</view>
</view>