纸通宝小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

208 lines
9.2 KiB

<wxs module="formate" src="../../../pages/formate.wxs"></wxs>
<scroll-view scroll-y style="height: {{height}}rpx;">
<view class="topArea">
<view class="heradImg" style="top:{{CustomBar + 32}}rpx">
<wux-image width="{{78}}" height="{{78}}" wux-class="image" shape="circle" src="{{avatarUrl}}" bindtap="toUserInfo">
<image style="width:156rpx;height:156rpx;border-radio:30px" slot="loading" src="/assets/myinfo/user-icon.png"></image>
</wux-image>
<view class="topText" bindtap="toUserInfo">
<view wx:if="{{userInfo}}" style="height:158rpx">
<view>
<text class="textType1">{{userInfo.userName}}</text>
<image class="img-auth2" src="{{userInfo.isAuth == 1 ? '/assets/myinfo/ysmicon.png' : '/assets/myinfo/wsmicon.png'}}">
</image>
</view>
<text class="textType2">{{userInfo.mobile}}</text>
</view>
<view wx:else style="width:208rpx;height:158rpx">
<text class="textType1">点击登录\n</text>
<text class="textType2">登陆解锁更多功能</text>
</view>
</view>
<view class="topIconRight">
<view class="topIconRightIcon1" id="message" is-link bindtap="toPage">
<image class="RightIcon1Img" src="/assets/myinfo/messageWhite.png"></image>
<wux-badge count="{{messageNumber}}" top="-56" right="4"></wux-badge>
</view>
<view class="topIconRightIcon2" id="setting" is-link bindtap="toPage">
<image class="RightIcon1Img" src="/assets/myinfo/seticon.png"></image>
</view>
</view>
</view>
<view class="topButtomVipBJ" id="tovip" is-link bindtap="toPage">
<image class="vipBjImg" src="/assets/myinfo/vipBottomBj.png"></image>
<view class="vipBjSmallLeftTop">
<image style="width:26rpx;height:26rpx" src="/assets/myinfo/vipIcon.png"></image>
<text style="font-size: 26rpx;color: #DBC189;letter-spacing: 0.5rpx;line-height: 37rpx;float:right;margin-top:-4rpx">VIP会员</text>
</view>
<view class="vipBjSmallTextMid">
<text wx:if="{{userInfo.isVIP==1}}" class="textMid">到期时间:{{userInfo.memberExpiredAt}}</text>
<text wx:else class="textMid">立即开通会员 尊享特权</text>
</view>
<view class="vipRightImg">
<image class="rightImg" src="/assets/myinfo/jx.png"></image>
</view>
</view>
<view class="topButtomVipBJ2" id="tovip" is-link bindtap="toPage">
<image class="vipBjImg2" src="/assets/myinfo/vipTopBj.png">
</image>
<text wx:if="{{userInfo.isVIP==1}}" class="vipImgText">立即续费</text>
<text wx:else class="vipImgText">开通会员</text>
</view>
</view>
<view class="zt">
<view class="dmArea1">
<view class="dmArea1-top">
<view class="dmArea1-top-left">
<text class="dmArea1-top-left-text">代卖订单</text>
</view>
<view class="dmArea1-top-right" id="agentall" is-link bindtap="toPage">
<view class="dmArea1-top-right-inoc">
<image class="dmArea1-top-right-inoc-class" src="/assets/myinfo/incon13.png"></image>
</view>
<text class="dmArea1-top-right-text">查看更多订单</text>
</view>
</view>
<view class="boderLine"></view>
<view class="dmArea1-bottom">
<view class="dmArea1-bottom-zt" id="agent50" is-link bindtap="toPage">
<view class="dmArea1-bottom-zt-topIcon">
<image class="dmArea1-bottom-zt-topIcon-icon" src="/assets/myinfo/dyy.png"></image>
</view>
<view class="dmArea1-bottom-zt-text"><text class="dmArea1-bottom-zt-text-text">待预约</text></view>
</view>
<view class="dmArea1-bottom-zt" id="agent51" is-link bindtap="toPage">
<view class="dmArea1-bottom-zt-topIcon">
<image class="dmArea1-bottom-zt-topIcon-icon" src="/assets/myinfo/bz9.png"></image>
</view>
<view class="dmArea1-bottom-zt-text"><text class="dmArea1-bottom-zt-text-text">待送货</text></view>
</view>
<view class="dmArea1-bottom-zt" id="agent53" is-link bindtap="toPage">
<view class="dmArea1-bottom-zt-topIcon">
<image class="dmArea1-bottom-zt-topIcon-icon" src="/assets/myinfo/bz12.png"></image>
</view>
<view class="dmArea1-bottom-zt-text"><text class="dmArea1-bottom-zt-text-text">结算中</text></view>
</view>
<view class="dmArea1-bottom-zt" id="agent54" is-link bindtap="toPage">
<view class="dmArea1-bottom-zt-topIcon">
<image class="dmArea1-bottom-zt-topIcon-icon" src="/assets/myinfo/bz11.png"></image>
</view>
<view class="dmArea1-bottom-zt-text"><text class="dmArea1-bottom-zt-text-text">已完成</text></view>
</view>
<view class="dmArea1-bottom-zt" id="agent55" is-link bindtap="toPage">
<view class="dmArea1-bottom-zt-topIcon">
<image class="dmArea1-bottom-zt-topIcon-icon" src="/assets/myinfo/bz10.png"></image>
</view>
<view class="dmArea1-bottom-zt-text"><text class="dmArea1-bottom-zt-text-text">已关闭</text></view>
</view>
</view>
</view>
<view class="dmArea2">
<view class="dmArea2-top" id="balance" is-link bindtap="toPage">
<view class="dmArea2-top-left">
<text class="dmArea2-top-left-text">我的钱包</text>
</view>
<view class="dmArea2-top-right">
<view class="dmArea2-top-right-inoc">
<image class="dmArea2-top-right-inoc-class" src="/assets/myinfo/incon13.png"></image>
</view>
<text class="dmArea2-top-right-text">进入钱包</text>
</view>
</view>
<view class="boderLine"></view>
<view class="dmArea2-bottom">
<view class="dmArea2-bottom-content">
<view class="dmArea2-bottom-contentIconTxt" id="balance" is-link bindtap="toPage">
<view class="dmArea2-bottom-contentIcon">{{formate.numberFormat(accountMoney)}}</view>
<view class="dmArea2-bottom-contentTxt">我的余额</view>
</view>
<view class="dmArea2-bottom-contentIconTxt" id="balance" is-link bindtap="toPage">
<view class="dmArea2-bottom-contentIcon">{{formate.numberFormat(frozenMoney)}}</view>
<view class="dmArea2-bottom-contentTxt">提现中的余额</view>
</view>
<view class="dmArea2-bottom-contentIconTxt" id="toMyMoney" is-link bindtap="toPage">
<view style="float:right">
<view class="dmArea2-bottom-contentIcon2F">
<view class="dmArea2-bottom-contentIcon2">查看账单</view>
</view>
<view class="dmArea2-bottom-contentTxt2">我的账单</view>
</view>
</view>
</view>
</view>
</view>
<view class="dmArea3" id="shop" is-link bindtap="toPage">
<view class="dmArea3-left">
<image class="dmArea3-left-inco" src="/assets/myinfo/fb.png"></image>
<text wx:if="{{!userInfo}}" class="dmArea3-left-text">赶紧登陆赚钱吧</text>
<text wx:if="{{userInfo && userInfo.hasStore==1}}" class="dmArea3-left-text">赶紧发布商品赚钱吧</text>
<text wx:if="{{userInfo && userInfo.hasStore==0}}" class="dmArea3-left-text">超多人想买,快来开店赚钱</text>
</view>
<view wx:if="{{!userInfo}}" class="dmArea3-right">立即登录</view>
<view wx:if="{{userInfo && userInfo.hasStore==1}}" class="dmArea3-right">进入店铺</view>
<view wx:if="{{userInfo && userInfo.hasStore==0}}" class="dmArea3-right">申请开店</view>
</view>
<view class="dmArea4">
<view class="dmArea1-top">
<view class="dmArea1-top-left">
<text class="dmArea1-top-left-text">其他工具</text>
</view>
</view>
<view class="boderLine"></view>
<view class="bg-white padding dmArea4Content">
<view class="grid col-4 grid-square">
<view class="dmArea4Content" id="bidding" is-link bindtap="toPage">
<view class="dmArea4ImgView">
<image class="dmArea4Img" src="/assets/myinfo/wdbj.png"></image>
</view>
<view class="dmArea4text">我的报价</view>
</view>
<view class="dmArea4Content">
<view class="dmArea4ImgView" id="ordering" is-link bindtap="toPage">
<image class="dmArea4Img" src="/assets/myinfo/jydd.png"></image>
</view>
<view class="dmArea4text">交易订单</view>
</view>
<view class="dmArea4Content">
<view class="dmArea4ImgView" id="integral" is-link bindtap="toPage">
<image class="dmArea4Img" src="/assets/myinfo/wdjf.png"></image>
</view>
<view class="dmArea4text">我的积分</view>
</view>
<view class="dmArea4Content">
<view class="dmArea4ImgView" id="myCus" is-link bindtap="toPage">
<image class="dmArea4Img" src="/assets/myinfo/wdkf.png"></image>
</view>
<view class="dmArea4text">我的客服</view>
</view>
</view>
<view class="grid col-4 grid-square">
<view class="dmArea4Content">
<view class="dmArea4ImgView" id="adress" is-link bindtap="toPage">
<image class="dmArea4Img" src="/assets/myinfo/shdz.png"></image>
</view>
<view class="dmArea4text">收货地址</view>
</view>
<view class="dmArea4Content">
<view class="dmArea4ImgView" id="qnLogistic" is-link bindtap="toPage">
<image class="dmArea4Img" src="/assets/myinfo/qnwl.png"></image>
</view>
<view class="dmArea4text">千鸟物流</view>
</view>
<view class="dmArea4Content">
<view class="dmArea4ImgView">
<image class="dmArea4Img" src="/assets/myinfo/fxztb.png"></image>
</view>
<button open-type="share" title="快来看看你的纸通宝吧!" hover-class="none" class="fxztb">分享纸通宝</button>
</view>
</view>
</view>
</view>
</view>
</scroll-view>
<wux-dialog id="wux-dialog" />