抖音c端
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

90 linhas
4.5 KiB

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