| 1 |
- <view class="content"><view class="top-bg"></view><view class="yue-wrap flex"><view class="yue-tit flex"><view class="yue-left">总资产(CNY)</view><view class="yue-left"><view data-event-opts="{{[['tap',[['open']]]]}}" class="cz" bindtap="__e">发红包<image src="../../static/icon/dz.png" mode="widthFix"></image></view></view></view><view class="yue-num flex"><view class="yue">{{userInfo.now_money||'0.00'}}</view><view><view data-event-opts="{{[['tap',[['navto',['/pages/money/recharge']]]]]}}" class="cz" bindtap="__e">充值<image src="../../static/icon/dz.png" mode="widthFix"></image></view><view data-event-opts="{{[['tap',[['navto',['/pages/money/withdrawal']]]]]}}" class="tx" bindtap="__e">提现<image src="../../static/icon/dz.png" mode="widthFix"></image></view></view></view><view class="lj-wrap flex"><view>{{"累计消费:¥"+(userInfo.orderStatusSum||'0')}}</view><view>{{"累计充值:¥"+(userInfo.recharge||'0')}}</view></view></view><scroll-view class="jl-wrap" style="{{'height:'+(maxheight)+';'}}" scroll-y="true" data-event-opts="{{[['scrolltolower',[['loadData',['$event']]]]]}}" bindscrolltolower="__e"><view><block wx:if="{{$root.g0}}"><empty vue-id="899eaff6-1" bind:__l="__l"></empty></block><block wx:for="{{navList[tabCurrentIndex].orderList}}" wx:for-item="item" wx:for-index="__i0__"><view class="jl "><view class="jl-tit flex"><view class="clamp2 tit">{{item.title}}</view><view class="{{['price',(item.pm==1)?'add':'',(item.pm==0)?'jian':'']}}">{{item.number*1}}</view></view><view class="jl-mark flex"><block wx:if="{{item.status==1}}"><view>{{item.add_time}}</view></block><block wx:if="{{item.status==0}}"><view>等待下级确认收货</view></block></view></view></block><uni-load-more vue-id="899eaff6-2" status="{{navList[tabCurrentIndex].loadingType}}" bind:__l="__l"></uni-load-more></view></scroll-view><uni-popup class="agree-wrapper vue-ref" vue-id="899eaff6-3" data-ref="popuphx" bind:__l="__l" vue-slots="{{['default']}}"><view class="hx-wrapper"><view class="hx-img"><image src="../../static/img/hxbg.png" mode></image></view><view class="hx-body"><view class="hx-title">输入红包金额</view><input type="text" placeholder="请输入红包金额" placeholder-class="hx-placeholder" data-event-opts="{{[['input',[['__set_model',['','num','$event',[]]]]]]}}" value="{{num}}" bindinput="__e"/><view data-event-opts="{{[['tap',[['qhx',['$event']]]]]}}" class="hx-btn" bindtap="__e">立即发送</view></view><view data-event-opts="{{[['tap',[['close',['$event']]]]]}}" class="hx-close" bindtap="__e"><image src="../../static/icon/close.png" mode></image></view></view></uni-popup></view>
|