61 lines
1.2 KiB
Plaintext
61 lines
1.2 KiB
Plaintext
<!--packageE/community_buying/index/index.wxml-->
|
|
|
|
<view class="header">
|
|
<view class="content">
|
|
<view class="face">
|
|
<image src="{{infoData.userinfo.avatar}}"></image>
|
|
</view>
|
|
<view class="name">{{infoData.userinfo.nickname}}</view>
|
|
</view>
|
|
<view class="desc">累计奖励金额:
|
|
<text wx:if="{{money!=0}}">{{language['money']}}</text>{{infoData.amount}}</view>
|
|
</view>
|
|
|
|
|
|
<view class="items">
|
|
<view class="item" bindtap="gotoMyInfo">
|
|
<text class="iconfont icon-fontclass-wode"></text>
|
|
<text class="name">我的信息</text>
|
|
<text class="iconfont icon-advertise-next"></text>
|
|
</view>
|
|
<view class="item" wx:if="{{infoData.community}}" bindtap="gotoGroupBuying">
|
|
<text class="iconfont icon-fontclass-kehu"></text>
|
|
<text class="name">社区团购</text>
|
|
<text class="iconfont icon-advertise-next"></text>
|
|
</view>
|
|
<view class="item" bindtap="gotoOrder">
|
|
<text class="iconfont icon-fontclass-dingdanguanli"></text>
|
|
<text class="name">订单管理</text>
|
|
<text class="iconfont icon-advertise-next"></text>
|
|
</view>
|
|
<view class="item" bindtap="gotoReward">
|
|
<text class="iconfont icon-massage_apply"></text>
|
|
<text class="name">提成明细</text>
|
|
<text class="iconfont icon-advertise-next"></text>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|