抖音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.

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