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

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