纸通宝小程序
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.
 

176 lines
9.6 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-radius: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 style="padding: 0rpx 24rpx;margin-top:24rpx">
<view class="bg-white" style="border-radius: 12rpx;padding: 24rpx 12rpx 24rpx 0rpx">
<view class="flex flex-justify" style="padding: 0rpx 16rpx 18rpx 24rpx;border-bottom: 1rpx solid #f3f3f3;">
<view class="text-black text-sg">代卖订单</view>
<view id="agentall" class="flex flex-center" style="padding:4rpx 0rpx 4rpx 4rpx" bindtap="toPage">
<view class="text-gray text-sm" style="margin-right:8rpx">查看更多订单</view>
<text class="cuIcon-right" style="color: #ccc;"></text>
</view>
</view>
<wux-grids col="4" square bordered="{{ false }}">
<wux-grid hover-class="none" id="agent50" bind:click="toPage">
<image style="height: 68rpx;width: 68rpx;margin-top: 18rpx;" src="/assets/myinfo/dyy.png"></image>
<view style="font-size: 26rpx;margin-top: 8rpx;">待预约</view>
</wux-grid>
<wux-grid hover-class="none" id="agent51" bind:click="toPage">
<image style="height: 68rpx;width: 68rpx;margin-top: 18rpx;" src="/assets/myinfo/bz9.png"></image>
<view style="font-size: 26rpx;margin-top: 8rpx;">待送货</view>
</wux-grid>
<wux-grid hover-class="none" id="agent53" bind:click="toPage">
<image style="height: 68rpx;width: 68rpx;margin-top: 18rpx;" src="/assets/myinfo/bz12.png"></image>
<view style="font-size: 26rpx;margin-top: 8rpx;">结算中</view>
</wux-grid>
<wux-grid hover-class="none" id="agent54" bind:click="toPage">
<image style="height: 68rpx;width: 68rpx;margin-top: 18rpx;" src="/assets/myinfo/bz11.png"></image>
<view style="font-size: 26rpx;margin-top: 8rpx;">已完成</view>
</wux-grid>
<!-- <wux-grid hover-class="none" id="agent55" bind:click="toPage">
<image style="height: 68rpx;width: 68rpx;margin-top: 18rpx;" src="/assets/myinfo/bz10.png"></image>
<view style="font-size: 26rpx;margin-top: 8rpx;">已关闭</view>
</wux-grid> -->
</wux-grids>
</view>
</view>
<view style="padding: 0rpx 24rpx;margin-top:24rpx">
<view id="balance" class="bg-white" style="border-radius: 12rpx;padding: 24rpx 12rpx 24rpx 0rpx" bindtap="toPage">
<view class="flex flex-justify" style="padding: 0rpx 16rpx 18rpx 24rpx;border-bottom: 1rpx solid #f3f3f3;">
<view class="text-black text-sg">我的钱包</view>
<view id="agentall" class="flex flex-center" style="padding:4rpx 0rpx 4rpx 4rpx">
<view class="text-gray text-sm" style="margin-right:8rpx">进入钱包</view>
<text class="cuIcon-right" style="color: #ccc;"></text>
</view>
</view>
<view class="flex" style="padding-top: 24rpx;">
<view class="flex flex-center flex-column" style="width: 35%;">
<view class="dmArea2-bottom-contentIcon">{{formate.numberFormat(accountMoney)}}</view>
<view class="dmArea2-bottom-contentTxt">我的余额</view>
</view>
<view class="flex flex-center flex-column" style="width: 25%;">
<view class="dmArea2-bottom-contentIcon">{{formate.numberFormat(frozenMoney)}}</view>
<view class="dmArea2-bottom-contentTxt">提现中的余额</view>
</view>
<view style="width: 15%;"></view>
<view class="flex flex-center flex-column" style="width: 25%;" id="toMyMoney" catchtap="toPage">
<view class="dmArea3-right" style="height: 40rpx;line-height: 40rpx;color:#999999;font-size: 20rpx;border: 1rpx solid #999999;">查看账单</view>
<view class="dmArea2-bottom-contentTxt">我的账单</view>
</view>
</view>
</view>
</view>
<view style="padding: 0rpx 24rpx;margin-top:24rpx">
<view id="shop" class="bg-white" style="border-radius: 12rpx;padding: 24rpx 12rpx 24rpx 0rpx" bindtap="toPage">
<view class="flex flex-justify" style="padding: 0rpx 16rpx 0rpx 24rpx;">
<view class="flex flex-center">
<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:elif="{{userInfo && userInfo.hasStore==1}}" class="dmArea3-right">进入店铺</view>
<view wx:elif="{{userInfo && userInfo.hasStore==0}}" class="dmArea3-right">申请开店</view>
</view>
</view>
</view>
<view style="padding: 0rpx 24rpx;margin-top:24rpx">
<view class="bg-white" style="border-radius: 12rpx;padding: 24rpx 12rpx 24rpx 0rpx">
<view class="flex flex-justify" style="padding: 0rpx 16rpx 18rpx 24rpx;border-bottom: 1rpx solid #f3f3f3;">
<view class="text-black text-sg">其他工具</view>
</view>
<wux-grids col="4" square bordered="{{ false }}">
<wux-grid hover-class="none" id="bidding" bind:click="toPage">
<image style="height: 68rpx;width: 68rpx;margin-top: 18rpx;" src="/assets/myinfo/wdbj.png"></image>
<view style="font-size: 26rpx;margin-top: 8rpx;">我的报价</view>
</wux-grid>
<wux-grid hover-class="none" id="ordering" bind:click="toPage">
<image style="height: 68rpx;width: 68rpx;margin-top: 18rpx;" src="/assets/myinfo/jydd.png"></image>
<view style="font-size: 26rpx;margin-top: 8rpx;">交易订单</view>
</wux-grid>
<wux-grid hover-class="none" id="integral" bind:click="toPage">
<image style="height: 68rpx;width: 68rpx;margin-top: 18rpx;" src="/assets/myinfo/wdjf.png"></image>
<view style="font-size: 26rpx;margin-top: 8rpx;">我的积分</view>
</wux-grid>
<wux-grid hover-class="none" id="myCus" bind:click="toPage">
<image style="height: 68rpx;width: 68rpx;margin-top: 18rpx;" src="/assets/myinfo/wdkf.png"></image>
<view style="font-size: 26rpx;margin-top: 8rpx;">我的客服</view>
</wux-grid>
<wux-grid hover-class="none" id="moment" bind:click="toPage">
<image style="height: 68rpx;width: 68rpx;margin-top: 18rpx;" src="/assets/myinfo/wdkf.png"></image>
<view style="font-size: 26rpx;margin-top: 8rpx;">我的浏览</view>
</wux-grid>
<wux-grid hover-class="none" id="adress" bind:click="toPage">
<image style="height: 68rpx;width: 68rpx;margin-top: 18rpx;" src="/assets/myinfo/shdz.png"></image>
<view style="font-size: 26rpx;margin-top: 8rpx;">收货地址</view>
</wux-grid>
<wux-grid hover-class="none" id="qnLogistic" bind:click="toPage">
<image style="height: 68rpx;width: 68rpx;margin-top: 18rpx;" src="/assets/myinfo/qnwl.png"></image>
<view style="font-size: 26rpx;margin-top: 8rpx;">千鸟物流</view>
</wux-grid>
<wux-grid hover-class="none">
<button open-type="share" hover-class="none" class="flex flex-center flex-column fxztb" style="width: 172rpx;">
<image style="height: 68rpx;width: 68rpx;margin-top: 36rpx;" src="/assets/myinfo/fxztb.png"></image>
<view style="font-size: 26rpx;margin-top: 0rpx;">分享纸通宝</view>
</button>
</wux-grid>
</wux-grids>
</view>
</view>
<view style="height: 24rpx;"></view>
</scroll-view>
<wux-dialog id="wux-dialog" />