- <navbar text="我的" background='#26558b' color="white"></navbar>
- <view style="height:{{navigationBarHeight}} "></view>
- <view class="user">
- <view bindlongtap='showVersion' class='version'>
- <view wx:if="{{flag=='show'}}">版本号:{{appVersion}}</view>
- <view wx:if="{{flag=='hidden'}}"></view>
- </view>
- <view class="top" style='background:{{banneColor}}'>
- <!-- <view class='aboutUs' bindtap='gomallInfo' wx:if="{{aboutShow == true}}">
- <image class='aboutIcons' src="{{aboutUs}}" mode='widthFix'></image>
- <text>关于我们</text>
- </view> -->
- </view>
- <view class="top-content" wx:if="{{ifStoreApp!=1}}">
- <view class='user_title'>
- <view wx:if="{{!ifSetUserInfo}}" class="user-avatar" bindtap='gotoPhoneInfo'>
- <!-- <open-data class="open" type="userAvatarUrl"></open-data> -->
- <image wx:if="{{userAvatarUrl.length>1}}" class="userAvatarUrl" bindtap="goSetAvatar" src="{{userAvatarUrl}}"></image>
- <image wx:else class="userAvatarUrl" bindtap="goSetAvatar" src="https://mmbiz.qpic.cn/mmbiz/icTdbqWNOwNRna42FI242Lcia07jQodd2FJGIYQfG0LAJGFxM4FbnQP6yfMxBgJ0F3YRqJCJ1aPAK2dQagdusBZg/0"></image>
- </view>
-
- <view wx:if="{{ifSetUserInfo}}" class="user-avatar" bindtap='gotoedit'>
- <!-- <open-data class="open" type="userAvatarUrl"></open-data> -->
- <image wx:if="{{userAvatarUrl.length>1}}" class="userAvatarUrl" bindtap="goSetAvatar" src="{{userAvatarUrl}}"></image>
- <image wx:else class="userAvatarUrl" bindtap="goSetAvatar" src="https://mmbiz.qpic.cn/mmbiz/icTdbqWNOwNRna42FI242Lcia07jQodd2FJGIYQfG0LAJGFxM4FbnQP6yfMxBgJ0F3YRqJCJ1aPAK2dQagdusBZg/0"></image>
- </view>
-
- <view wx:if="{{!ifSetUserInfo}}" class="user-name" bindtap='gotoPhoneInfo'>
- <!-- <open-data class="name" type="userNickName"></open-data> -->
- <p class="name">登录/注册</p>
- <!-- 会员等级 -->
- <!-- <view class=' usre_level'style='background:{{levelBg}}'>
- <text class='chengzhang '>{{levelName}}</text>
- </view> -->
- </view>
-
- <view wx:if="{{ifSetUserInfo}}" class="user-name" bindtap='gotoedit'>
- <!-- <open-data class="name" type="userNickName"></open-data> -->
- <p class="name">{{userName}}</p>
- <!-- 会员等级 -->
- <!-- <view class=' usre_level'style='background:{{levelBg}}'>
- <text class='chengzhang '>{{levelName}}</text>
- </view> -->
- </view>
-
- <!-- -->
- <view class="user_phone" wx:if="{{curPhone}}" style="margin-top:20rpx;" bindtap='gotoPhoneInfo'>
- <!-- <text class="my">我的手机号:</text> -->
- <text class="chengzhang_h" style="color:#fff">{{curPhone}}</text>
- <text class="view">[微信授权手机号]</text>
- </view>
- <view class="user_phone" wx:if="{{!curPhone}}" style="margin-top:20rpx;" bindtap='gotoPhoneInfo'>
- <text class="view">[微信一键登录]</text>
- </view>
- <!-- -->
- <view class="marketTitleBox">
- <view class="marketName">{{memberName}}</view>
- <view class="levelName">{{levelName}}</view>
- <view bindtap="share">
- <view class="share">分享好友</view>
- </view>
- </view>
- <view class="user_growth_box">
- <navigator wx:if="{{ifSetUserInfo}}" url="/pages/specialcourtesy/specialcourtesy">
- <image src="{{rqCode}}" class="RQcode"></image>
- </navigator>
- <view wx:if="{{!ifSetUserInfo}}">
- <image src="{{rqCode}}" class="RQcode"></image>
- </view>
- <view class="memberBox">
- <view class="memberCode">会员码:{{ifSetUserInfo ? userId : '加入会员查看会员码,享受更多折扣优惠'}}</view>
- <view class="user-phone" bindtap='gotograde'>
- <text class="my">我的成长值:{{score}}</text>
- <!-- <text class="chengzhang_h"></text> -->
- <text class="my my_line">|</text>
- <!-- <text class="my">更多成长值</text> -->
- <text class="view" style='color:{{view}}'>更多成长值</text>
- </view>
-
- <view bindtap='goToIntegralmall'>
- <text class="integral">我的积分:{{credit}}</text>
- <text class="my my_line">|</text>
- <!-- <text class="my">更多成长值</text> -->
- <text class="view" style='color:{{view}}'>积分详情</text>
- </view>
- </view>
- <!-- <image src="{{memberLogo}}" class="memberLogo"></image> -->
- </view>
- </view>
- <view class="user-btns">
- <!-- 我的订单 -->
- <view class="link" bindtap="goToOrder">
- <view class="user-btn app-border-bottom">
- <view>
- <image class='icons' src="{{dingUrl}}" mode='widthFix'></image>我的订单
- </view>
- </view>
- </view>
- <!-- 我的券包 -->
- <view class="link" bindtap="goToCouponorder">
- <view class="user-btn app-border-bottom">
- <view>
- <image class='icons' src="{{quansUrl}}" mode='widthFix'></image>我的券包
- </view>
- <view>
- </view>
- </view>
- </view>
- <view class="link" bindtap="goToCardorder">
- <view class="user-btn app-border-bottom">
- <view>
- <image class='icons' src="{{cardiconUrl}}" mode='widthFix'></image>我的卡包
- </view>
- <view>
- </view>
- </view>
- </view>
- <!-- 积分商城 -->
- <view class="link" bindtap="goToIntegralmall">
- <view class="user-btn app-border-bottom">
- <view>
- <image class='icons' src="{{wmintegral}}" mode='widthFix'></image>积分商城
- </view>
- </view>
- </view>
- </view>
- </view>
-
- <view class='btns_bg'>
- <view bindtap="goToBargain">
- <view class="particulars_list">
- <view class="particulars_name">我的砍价</view>
- <view class="particulars_go">></view>
- </view>
- </view>
-
- <view bindtap="goToSpellGroup">
- <view class="particulars_list">
- <view class="particulars_name">我的拼团</view>
- <view class="particulars_go">></view>
- </view>
- </view>
-
- <view bindtap="goToMyactivity">
- <view class="particulars_list">
- <view class="particulars_name">我的活动</view>
- <view class="particulars_go">></view>
- </view>
- </view>
-
- <view bindtap="goToSetUserInfo">
- <view class="particulars_list">
- <view class="particulars_name">完善个人信息</view>
- <view class="particulars_go">></view>
- </view>
- </view>
-
- <view bindtap="goToSpecialcourtesy">
- <view class="particulars_list">
- <view class="particulars_name">特享礼遇</view>
- <view class="particulars_go">></view>
- </view>
- </view>
-
- <!-- <navigator url="/pages3/exchange/exchange" open-type="navigate">
- <view class="particulars_list">
- <view class="particulars_name">兑换</view>
- <view class="particulars_go">></view>
- </view>
- </navigator> -->
-
- <view bindtap="goToExchangeCard">
- <view class="particulars_list">
- <view class="particulars_name">绑定消费卡</view>
- <view class="particulars_go">></view>
- </view>
- </view>
-
- <view bindtap="goToQuestionnaire">
- <view class="particulars_list">
- <view class="particulars_name">问卷调查</view>
- <view class="particulars_go">></view>
- </view>
- </view>
- <!-- <view bindtap="suerService">
- <view class="particulars_list">
- <view class="particulars_name">联系客服</view>
- <view class="particulars_go">></view>
- </view>
- </view> -->
- <view bindtap="goToComplaint">
- <view class="particulars_list">
- <view class="particulars_name">投诉建议</view>
- <view class="particulars_go">></view>
- </view>
- </view>
-
- <view wx:if="{{businessSwitch}}" bindtap="goToBusinessSwitch">
- <view class="particulars_list">
- <view class="particulars_name">自助积分</view>
- <view class="particulars_go">></view>
- </view>
- </view>
-
- <navigator url="/pages/mallInfo/mallInfo" open-type="navigate">
- <view class="particulars_list">
- <view class="particulars_name">关于我们</view>
- <view class="particulars_go">></view>
- </view>
- </navigator>
-
- <!-- <view class="particulars_list" bindtap="getPrivacySetting">
- <view class="particulars_name">查看隐私协议</view>
- <view class="particulars_go">></view>
- </view> -->
- </view>
- <!-- <view class='btns_bg' wx:if="{{ifStoreApp!=1}}">
- <view class="user-btns"> -->
- <!-- 我的砍价 -->
- <!-- <navigator url="/pages/bargain/bargain?from=myhtml" open-type="navigate">
- <view class="user-btn app-border-bottom">
- <view>
- <image class='icons' src="{{wmbarginicon}}" mode='widthFix'></image>我的砍价</view>
- </view>
- </navigator> -->
- <!-- 我的拼团 -->
- <!-- <navigator url="/pages/spellGroup/spellGroup?from=myhtml" open-type="navigate">
- <view class="user-btn app-border-bottom">
- <view>
- <image class='icons' src="{{wmspellgroup}}" mode='widthFix'></image>我的拼团</view>
- </view>
- </navigator> -->
- <!-- 积分商城 -->
- <!-- <navigator url="/pages/integralmall/index">
- <view class="user-btn app-border-bottom">
- <view>
- <image class='icons' src="{{wmintegral}}" mode='widthFix'></image>积分商城</view>
- </view>
- </navigator> -->
- <!-- 当商场开启使用折扣按钮的时候, -->
- <!-- <navigator url="/pages/specialcourtesy/specialcourtesy">
- <view class="user-btn app-border-bottom">
- <view>
- <image class='icons' src="{{giftUrl}}" mode='widthFix'></image>特享礼遇</view>
- </view>
- </navigator> -->
- <!-- <navigator url="/pages/user/myactivity/index" open-type="navigate">
- <view class="user-btn app-border-bottom">
- <view>
- <image class='icons' src="{{myactivity}}" mode='widthFix'></image>我的活动</view>
- </view>
- </navigator> -->
- <!-- 兑换 -->
- <!-- <navigator url="/pages3/exchange/exchange" open-type="navigate">
- <view class="user-btn app-border-bottom">
- <view>
- <image class='icons' src="{{duihuan}}" mode='widthFix'></image>兑换</view>
- </view>
- </navigator> -->
- <!-- 地图 -->
- <!-- <navigator url="/pages/marketAtlas/marketAtlas" open-type="navigate">
- <view class="user-btn app-border-bottom">
- <view>
- <image class='icons' src="{{shoppingAtlas}}" mode='widthFix'></image>商场地图</view>
- </view>
- </navigator> -->
- <!-- 分享好友 -->
- <!-- <navigator url="/pages/shareFriend/shareFriend" open-type="navigate">
- <view class="user-btn app-border-bottom">
- <view>
- <image class='icons' src="{{fenxiang}}" mode='widthFix'></image>分享好友</view>
- </view>
- </navigator>
- </view>
- </view> -->
- <!-- 小马快店样式 -->
- <!-- <view class="top-content" wx:if="{{ifStoreApp==1}}">
- <view class='user_title '>
- <view class="user-avatar" bindtap='gotoedit'>
- <open-data class="open" type="userAvatarUrl"></open-data>
- </view>
- <view class="user-name" bindtap='gotoedit'>
- <open-data class="name" type="userNickName"></open-data>
- </view> -->
- <!-- <view class="user-btns"> -->
- <!-- 我的订单 -->
- <!-- <navigator url="/pages/order/index/index?id=all">
- <view class="user-btn app-border-bottom">
- <view>
- <image class='icons' src="{{dingUrl}}" mode='widthFix'></image>我的订单</view>
- </view>
- </navigator> -->
- <!-- 我的券包 -->
- <!-- <navigator url="/pages/couponorder/index/index">
- <view class="user-btn app-border-bottom">
- <view>
- <image class='icons' src="{{quansUrl}}" mode='widthFix'></image>我的券包</view>
- <view>
- <text class="couponnum" wx:if="{{couponNum=='couponNum'}}"></text>
- </view>
- </view>
- </navigator> -->
- <!-- 我的砍价 -->
- <!-- <navigator url="/pages/bargain/bargain?from=myhtml" open-type="navigate">
- <view class="user-btn app-border-bottom">
- <view>
- <image class='icons' src="{{wmbarginicon}}" mode='widthFix'></image>我的砍价</view>
- </view>
- </navigator> -->
- <!-- 我的拼团 -->
- <!-- <navigator url="/pages/spellGroup/spellGroup?from=myhtml" open-type="navigate">
- <view class="user-btn app-border-bottom">
- <view>
- <image class='icons' src="{{wmspellgroup}}" mode='widthFix'></image>我的拼团</view>
- </view>
- </navigator>
- </view>
- </view>
- </view> -->
-
- <view class="margin"></view>
- <view class='of' wx:if="{{canIUse}}">
- <official-account class="gzh"></official-account>
- </view>
- </view>
-
- <view class="outSide" wx:if="{{showPrivacy}}" bindtap="clickPrivacy">
- <view class="showPrivacy">
- <view class="title">隐私协议更新</view>
- <view class="content">
- 感谢您一直以来对我们的信任和支持。为了更好地保护您的个人信息安全我们已经更新了隐私协议。如您继续使用我们的服务即表示同意并接受更新后的隐私协议。如您有任何疑问或意见,欢迎您联系我们的客户服务团队。
- </view>
- <button class="agree" type="primary" open-type="agreePrivacyAuthorization" bindagreeprivacyauthorization="handleAgreePrivacyAuthorization">同意</button>
- <button class="check" bindtap="handleOpenPrivacyContract">查看《隐私保护指引》</button>
- <image bindtap="closePrivacy" class="delete" src="../pages3/assets/delete.png" mode="" />
- </view>
- </view>
|