|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <view class="BoxBg">
- <image class="bgImgTop" src="https://formall.oss-accelerate.aliyuncs.com/douyin_ifomall/imgData/userBg.png"></image>
- <!-- <navbar tt:if="{{mouldType==1}}" text="会员中心" background='#e6e6e6'></navbar>
- <navbar tt:if="{{mouldType!=1}}" text="我的" background='#FD832D' color="#fff"></navbar> -->
- <!-- <view style="height:{{navigationBarHeight}} "></view> -->
- <view class="{{mouldType==1?'userBg1':'userBg'}}">
- <view class="userLogo" style="{{mouldType==1?'':'background: linear-gradient(180deg,rgba(253,131,45,1) 0%,rgba(254,74,22,1) 100%);'}}">
- <image style="width: 100%;height:100%;border-radius: 50%;" src="{{avatarUrl}}" />
- <!-- <open-data class="open" type="userAvatarUrl"></open-data> -->
- </view>
- <view class="userData" style="{{mouldType==1?'#000':'#ffffff'}}">
- <view class="noInfo" >{{nickName}}</view>
- <!-- <open-data class="noInfo" type="userNickName"></open-data> -->
- <view class="{{mouldType==1?'infoX':'info'}}" bindtap="showPhoemBtn">{{text}}</view>
- </view>
- </view>
- <view class="tempBpx">
- <view class="functionBox">
-
- <view class="itemBox" bindtap="go" data-url="/pages/edit/edit">
- <view class="itemLogoBox"><image class="itemLogo" src="../assets/images/userInfo.png" /></view>
- <view class="itemNAme">个人信息</view>
- </view>
- <view class="itemBox" bindtap="go" data-url="/pages/order/index/index?id=all">
- <view class="itemLogoBox"><image class="itemLogo" src="../assets/images/userDd.png" /></view>
- <view class="itemNAme">我的订单</view>
- </view>
- <view class="itemBox" bindtap="go" data-url="/pages/couponorder/index/index">
- <view class="itemLogoBox"><image class="itemLogo" src="../assets/images/userQuan.png" /></view>
- <view class="itemNAme">我的券包</view>
- </view>
- <!-- <view class="itemBox" bindtap="go" data-url="/pages/integralmall/index">
- <view class="itemLogoBox"><image class="itemLogo" src="../assets/images/store.png" /></view>
- <view class="itemNAme">积分商城</view>
- </view> -->
- </view>
- </view>
-
- <view class="moreBox">
- <view class="fuwu">更多服务</view>
- <view class="fuwuItemBox">
- <!-- <view class="fuwuItem">
- <navigator class="fuwuLogoBox" url="/pages/complaint/complaint" hover-class="navigator-hover" open-type="navigate">
- <image class="itemLogo" src="../assets/images/tousu.png" />
- </navigator>
- <view class="fuwuName">投诉建议</view>
- </view> -->
-
- <navigator class="fuwuItem" url="/pages/questionnaire/questionnaireLsit/questionnaireLsit" hover-class="navigator-hover" open-type="navigate">
- <view class="fuwuLogoBox f" >
- <image class="itemLogo" src="../assets/images/wenquan.png" />
- </view>
- <view class="fuwuName f">问卷调查</view>
- </navigator>
- <navigator class="fuwuItem" url="/pages/mallInfo/mallInfo" hover-class="navigator-hover" open-type="navigate">
- <view class="fuwuLogoBox f" >
- <image class="itemLogo" src="../assets/images/mian1.png" />
- </view>
- <view class="fuwuName f">关于我们</view>
- </navigator>
-
- <button class="fuwuItem" open-type="contact">
- <view class="fuwuLogoBox f" >
- <image class="itemLogo" src="../assets/images/service1.png" />
- </view>
- <view class="fuwuName f">在线客服</view>
- </button>
-
- <navigator class="fuwuItem" url="/pages/certification/certification" hover-class="navigator-hover" open-type="navigate">
- <view class="fuwuLogoBox f" >
- <image class="itemLogo" src="../assets/images/aptitude1.png" />
- </view>
- <view class="fuwuName f">服务资质</view>
- </navigator>
- </view>
-
- </view>
- <phoem showBox="{{showPhoem}}" bind:hiePhoen="setPhone" bind:heiBox="setBox"></phoem>
- </view>
- <tabbar/>
|