抖音c端
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 년 전
2 년 전
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <view class="BoxBg">
  2. <image class="bgImgTop" src="https://formall.oss-accelerate.aliyuncs.com/douyin_ifomall/imgData/userBg.png"></image>
  3. <!-- <navbar tt:if="{{mouldType==1}}" text="会员中心" background='#e6e6e6'></navbar>
  4. <navbar tt:if="{{mouldType!=1}}" text="我的" background='#FD832D' color="#fff"></navbar> -->
  5. <!-- <view style="height:{{navigationBarHeight}} "></view> -->
  6. <view class="{{mouldType==1?'userBg1':'userBg'}}">
  7. <view class="userLogo" style="{{mouldType==1?'':'background: linear-gradient(180deg,rgba(253,131,45,1) 0%,rgba(254,74,22,1) 100%);'}}">
  8. <image style="width: 100%;height:100%;border-radius: 50%;" src="{{avatarUrl}}" />
  9. <!-- <open-data class="open" type="userAvatarUrl"></open-data> -->
  10. </view>
  11. <view class="userData" style="{{mouldType==1?'#000':'#ffffff'}}">
  12. <view class="noInfo" >{{nickName}}</view>
  13. <!-- <open-data class="noInfo" type="userNickName"></open-data> -->
  14. <view class="{{mouldType==1?'infoX':'info'}}" bindtap="showPhoemBtn">{{text}}</view>
  15. </view>
  16. </view>
  17. <view class="tempBpx">
  18. <view class="functionBox">
  19. <view class="itemBox" bindtap="go" data-url="/pages/edit/edit">
  20. <view class="itemLogoBox"><image class="itemLogo" src="../assets/images/userInfo.png" /></view>
  21. <view class="itemNAme">个人信息</view>
  22. </view>
  23. <view class="itemBox" bindtap="go" data-url="/pages/order/index/index?id=all">
  24. <view class="itemLogoBox"><image class="itemLogo" src="../assets/images/userDd.png" /></view>
  25. <view class="itemNAme">我的订单</view>
  26. </view>
  27. <view class="itemBox" bindtap="go" data-url="/pages/couponorder/index/index">
  28. <view class="itemLogoBox"><image class="itemLogo" src="../assets/images/userQuan.png" /></view>
  29. <view class="itemNAme">我的券包</view>
  30. </view>
  31. <!-- <view class="itemBox" bindtap="go" data-url="/pages/integralmall/index">
  32. <view class="itemLogoBox"><image class="itemLogo" src="../assets/images/store.png" /></view>
  33. <view class="itemNAme">积分商城</view>
  34. </view> -->
  35. </view>
  36. </view>
  37. <view class="moreBox">
  38. <view class="fuwu">更多服务</view>
  39. <view class="fuwuItemBox">
  40. <!-- <view class="fuwuItem">
  41. <navigator class="fuwuLogoBox" url="/pages/complaint/complaint" hover-class="navigator-hover" open-type="navigate">
  42. <image class="itemLogo" src="../assets/images/tousu.png" />
  43. </navigator>
  44. <view class="fuwuName">投诉建议</view>
  45. </view> -->
  46. <navigator class="fuwuItem" url="/pages/questionnaire/questionnaireLsit/questionnaireLsit" hover-class="navigator-hover" open-type="navigate">
  47. <view class="fuwuLogoBox f" >
  48. <image class="itemLogo" src="../assets/images/wenquan.png" />
  49. </view>
  50. <view class="fuwuName f">问卷调查</view>
  51. </navigator>
  52. <navigator class="fuwuItem" url="/pages/mallInfo/mallInfo" hover-class="navigator-hover" open-type="navigate">
  53. <view class="fuwuLogoBox f" >
  54. <image class="itemLogo" src="../assets/images/mian1.png" />
  55. </view>
  56. <view class="fuwuName f">关于我们</view>
  57. </navigator>
  58. <button class="fuwuItem" open-type="contact">
  59. <view class="fuwuLogoBox f" >
  60. <image class="itemLogo" src="../assets/images/service1.png" />
  61. </view>
  62. <view class="fuwuName f">在线客服</view>
  63. </button>
  64. <navigator class="fuwuItem" url="/pages/certification/certification" hover-class="navigator-hover" open-type="navigate">
  65. <view class="fuwuLogoBox f" >
  66. <image class="itemLogo" src="../assets/images/aptitude1.png" />
  67. </view>
  68. <view class="fuwuName f">服务资质</view>
  69. </navigator>
  70. </view>
  71. </view>
  72. <phoem showBox="{{showPhoem}}" bind:hiePhoen="setPhone" bind:heiBox="setBox"></phoem>
  73. </view>
  74. <tabbar/>