抖音B端厂库
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

79 строки
3.6 KiB

  1. <view>
  2. <view class='mine'>
  3. <image class='img' src='../../assets/images/bannerbg.png' mode="widthFix"></image>
  4. <!-- bindtap='toDetail' -->
  5. <view class='header' >
  6. <view>
  7. <image src='{{userInfo.merchant_img_url}}' mode='{{widthFix}}'></image>
  8. </view>
  9. <view>
  10. <text>{{userInfo.mall_name}}({{userInfo.merchant_name}})</text>
  11. <text>{{userInfo.phone}}</text>
  12. </view>
  13. <!-- <image class='imgs' src='../../assets/images/jian.png' mode="widthFix"></image> -->
  14. </view>
  15. <!-- <view class="withdrawBox" tt:if="{{cashOutSupport==1}}">
  16. <view class="textBox">
  17. <view class="balanceTitle">账户余额</view>
  18. <view class="hint">(提现失败,在48小时回退余额)</view>
  19. </view>
  20. <view class="balanceNum">¥{{cashOutNumber/100}}</view>
  21. <view class="operationNum">当日还可提现次数:{{withdrawNun}}</view>
  22. <button class="operationBut" bindtap="withdraw" tt:if="{{withdrawNun>0}}">提现到零钱</button>
  23. <button class="noOperationBut" tt:if="{{withdrawNun<=0}}">提现次数已耗尽</button>
  24. </view> -->
  25. <view class='section'>
  26. <!-- <navigator url='/pages/withdrawRecord/withdrawRecord' open-type='navigate' hover-class='none' tt:if="{{cashOutSupport==1}}">
  27. <view>
  28. <text>提现记录</text>
  29. <image class='imgs' src='../../assets/images/jian.png' mode="widthFix"></image>
  30. </view>
  31. </navigator> -->
  32. <navigator url='/pages/forgetpwd/forgetpwd?flags=reset' open-type='navigate' hover-class='none'>
  33. <view>
  34. <text>修改密码</text>
  35. <image class='imgs' src='../../assets/images/jian.png' mode="widthFix"></image>
  36. </view>
  37. </navigator>
  38. <!-- <navigator url='/pages/accountManagement/index?merchant_id={{userInfo.merchant_id}}&merchant_name={{userInfo.merchant_name}}&phone={{userInfo.phone}}' open-type='navigate' hover-class='none'>
  39. <view>
  40. <text>收款账户管理</text>
  41. <text tt:if="{{!isSet}}">未添加</text>
  42. <text tt:if="{{isSet}}">{{receiverType==3?receiverComments:receiverAccount}}</text>
  43. <image class='imgs' src='../../assets/images/jian.png' mode="widthFix"></image>
  44. </view>
  45. </navigator>
  46. <navigator url='/pages/couponRecord/index' open-type='navigate' hover-class='none'>
  47. <view>
  48. <text>我的赠券</text>
  49. <image class='imgs' src='../../assets/images/jian.png' mode="widthFix"></image>
  50. </view>
  51. </navigator>
  52. <navigator url='/pages/memberlist/index' open-type='navigate' hover-class='none'>
  53. <view>
  54. <text>会员列表</text>
  55. <image class='imgs' src='../../assets/images/jian.png' mode="widthFix"></image>
  56. </view>
  57. </navigator> -->
  58. <navigator url='/pages/creditOperate/index' open-type='navigate' hover-class='none'>
  59. <view>
  60. <text>积分操作记录</text>
  61. <image class='imgs' src='../../assets/images/jian.png' mode="widthFix"></image>
  62. </view>
  63. </navigator>
  64. <view bindtap='phone' data-phone='{{userInfo.service_phone}}'>
  65. <text>客服电话</text>
  66. <text>{{userInfo.service_phone}}</text>
  67. </view>
  68. </view>
  69. <view bindlongtap='showVersion' class='version'>
  70. <!-- <view tt:if="{{flag=='show'}}">版本号:{{appVersion}}</view> -->
  71. <view tt:if="{{flag=='hidden'}}"></view>
  72. </view>
  73. <button class='exit' bindtap='toExit' hover-class='active'>退出登录</button>
  74. </view>
  75. </view>