抖音B端厂库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

95 regels
4.0 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. <view bindtap="goWebView" tt:if="{{userInfo.user_is_admin}}" data-type="{{1}}">
  39. <text>开通收款账户</text>
  40. <text>点击复制链接</text>
  41. </view>
  42. <view bindtap="goWebView" tt:if="{{userInfo.user_is_admin}}" data-type="{{2}}">
  43. <text>账户余额</text>
  44. <text>点击复制链接</text>
  45. </view>
  46. <!-- <navigator url='/pages/accountManagement/index?merchant_id={{userInfo.merchant_id}}&merchant_name={{userInfo.merchant_name}}&phone={{userInfo.phone}}' open-type='navigate' hover-class='none'>
  47. <view>
  48. <text>收款账户管理</text>
  49. <text tt:if="{{!isSet}}">未添加</text>
  50. <text tt:if="{{isSet}}">{{receiverType==3?receiverComments:receiverAccount}}</text>
  51. <image class='imgs' src='../../assets/images/jian.png' mode="widthFix"></image>
  52. </view>
  53. </navigator>
  54. <navigator url='/pages/couponRecord/index' open-type='navigate' hover-class='none'>
  55. <view>
  56. <text>我的赠券</text>
  57. <image class='imgs' src='../../assets/images/jian.png' mode="widthFix"></image>
  58. </view>
  59. </navigator>
  60. <navigator url='/pages/memberlist/index' open-type='navigate' hover-class='none'>
  61. <view>
  62. <text>会员列表</text>
  63. <image class='imgs' src='../../assets/images/jian.png' mode="widthFix"></image>
  64. </view>
  65. </navigator> -->
  66. <navigator url='/pages/creditOperate/index' open-type='navigate' hover-class='none'>
  67. <view>
  68. <text>积分操作记录</text>
  69. <image class='imgs' src='../../assets/images/jian.png' mode="widthFix"></image>
  70. </view>
  71. </navigator>
  72. <view bindtap='phone' data-phone='{{userInfo.service_phone}}'>
  73. <text>客服电话</text>
  74. <text>{{userInfo.service_phone}}</text>
  75. </view>
  76. </view>
  77. <view bindlongtap='showVersion' class='version'>
  78. <!-- <view tt:if="{{flag=='show'}}">版本号:{{appVersion}}</view> -->
  79. <view tt:if="{{flag=='hidden'}}"></view>
  80. </view>
  81. <button class='exit' bindtap='toExit' hover-class='active'>退出登录</button>
  82. </view>
  83. </view>