personal.vue 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. <template>
  2. <view>
  3. <u-notify ref="uNotify" message="Hi uView"></u-notify>
  4. <!--头部-->
  5. <view class="my_top">
  6. <image src="../../static/images/top-bg.png" class="bg"></image>
  7. </view>
  8. <view class="list animated fadeInDown">
  9. <!--只有外籍商户和收购商才需要手动认证-->
  10. <view class="message _error" @click="go('/pages/authentication/index')" v-if="user.userType == 5 && user.auth == 0">
  11. <text class="icon">&#xe64e;</text>
  12. <text>你还未认证,请先认证</text>
  13. <text class="icon" style="float: right">&#xe8f2;</text>
  14. </view>
  15. <view class="message _error" @click="go('/pages/authentication/purchaser/index')" v-if="user.userType == 3 && user.auth == 0">
  16. <text class="icon">&#xe64e;</text>
  17. <text>你还未认证,请先认证</text>
  18. <text class="icon" style="float: right">&#xe8f2;</text>
  19. </view>
  20. <!--用户信息-->
  21. <view class="user">
  22. <image src="../../static/icon/user.png" mode="widthFix" class="head"></image>
  23. <view class="con">
  24. <view class="nickName omit">{{ user.phone }}</view>
  25. <view class="tag" v-if="user.userType == 1">普通边民</view>
  26. <view class="tag" v-if="user.userType == 2">互市组长</view>
  27. <view class="tag" v-if="user.userType == 3">收购商</view>
  28. <view class="tag" v-if="user.userType == 4">司机</view>
  29. <view class="tag" v-if="user.userType == 5">外籍商户</view>
  30. <view class="tag" v-if="user.userType == 6">合作社</view>
  31. </view>
  32. <text class="icon edit" @click="go('/pages/personal/my')">&#xe645;</text>
  33. <view class="clear"></view>
  34. </view>
  35. <!--边民菜单-->
  36. <!-- <view class="menu" v-if="user.userType == 1">
  37. <view class="msn" @click="go('/pages/market/one/leader/order')">
  38. <view class="out">
  39. <view class="int">
  40. <view class="icon ioc" style="background-color: #f0dcfc; color: #b064d8">&#xe628;</view>
  41. <view class="tit">我的订单</view>
  42. </view>
  43. </view>
  44. </view>
  45. </view> -->
  46. <!--边民菜单与组长菜单-->
  47. <view class="menu" v-if="user.userType == 1 || user.userType == 2">
  48. <!-- <view class="msn" @click="go('/pages/market/one/leader/cart')">
  49. <view class="out">
  50. <view class="int">
  51. <view class="icon ioc" style="background-color: #fff6e0; color: #f1ba41">&#xe604;</view>
  52. <view class="tit">购物车</view>
  53. </view>
  54. </view>
  55. </view> -->
  56. <view class="msn" @click="go('/pages/market/one/leader/order')">
  57. <view class="out">
  58. <view class="int">
  59. <view class="icon ioc" style="background-color: #f0dcfc; color: #b064d8">&#xe628;</view>
  60. <view class="tit">一级订单</view>
  61. </view>
  62. </view>
  63. </view>
  64. <view class="msn" @click="go('/pages/market/two/leader/order')">
  65. <view class="out">
  66. <view class="int">
  67. <view class="icon ioc" style="background-color: #f0dcfc; color: #b064d8">&#xe628;</view>
  68. <view class="tit">二级订单</view>
  69. </view>
  70. </view>
  71. </view>
  72. </view>
  73. <!--收购商-->
  74. <view class="menu" v-if="user.userType == 3">
  75. <view class="msn" @click="go('/pages/market/two/purchaser/order/cart')">
  76. <view class="out">
  77. <view class="int">
  78. <view class="icon ioc" style="background-color: #fff6e0; color: #f1ba41">&#xe604;</view>
  79. <view class="tit">购物车</view>
  80. </view>
  81. </view>
  82. </view>
  83. <!-- <view class="msn" @click="go('/pages/market/two/purchaser/buy/list')">
  84. <view class="out">
  85. <view class="int">
  86. <view class="icon ioc" style="background-color: #e1f6e9; color: #47cf74">&#xe634;</view>
  87. <view class="tit">采购需求</view>
  88. </view>
  89. </view>
  90. </view> -->
  91. <view class="msn" @click="go('/pages/market/two/purchaser/address/list')">
  92. <view class="out">
  93. <view class="int">
  94. <view class="icon ioc" style="background-color: #fff6e0; color: #f1ba41">&#xe623;</view>
  95. <view class="tit">地址管理</view>
  96. </view>
  97. </view>
  98. </view>
  99. <view class="msn" @click="go('/pages/market/two/purchaser/order/list')">
  100. <view class="out">
  101. <view class="int">
  102. <view class="icon ioc" style="background-color: #f0dcfc; color: #b064d8">&#xe628;</view>
  103. <view class="tit">我的订单</view>
  104. </view>
  105. </view>
  106. </view>
  107. <view class="msn" @click="go('/pages/authentication/purchaser/info')">
  108. <view class="out">
  109. <view class="int">
  110. <view class="icon ioc" style="background-color: #e0ffff; color: #00bfff">&#xe660;</view>
  111. <view class="tit">我的认证</view>
  112. </view>
  113. </view>
  114. </view>
  115. </view>
  116. <!--外籍商户-->
  117. <view class="menu" v-if="user.userType == 5">
  118. <view class="msn" @click="go('/pages/market/one/merchant/goods/list')">
  119. <view class="out">
  120. <view class="int">
  121. <view class="icon ioc" style="background-color: #e1f6e9; color: #47cf74">&#xe634;</view>
  122. <view class="tit">商品管理</view>
  123. </view>
  124. </view>
  125. </view>
  126. <view class="msn" @click="go('/pages/market/one/merchant/order/list')">
  127. <view class="out">
  128. <view class="int">
  129. <view class="icon ioc" style="background-color: #f0dcfc; color: #b064d8">&#xe628;</view>
  130. <view class="tit">我的订单</view>
  131. </view>
  132. </view>
  133. </view>
  134. <view class="msn" @click="go('/pages/authentication/index')">
  135. <view class="out">
  136. <view class="int">
  137. <view class="icon ioc" style="background-color: #e0ffff; color: #00bfff">&#xe660;</view>
  138. <view class="tit">我的认证</view>
  139. </view>
  140. </view>
  141. </view>
  142. </view>
  143. <!--合作社-->
  144. <view class="menu" v-if="user.userType == 6">
  145. <view class="msn" @click="go('/pages/market/one/cooperative/order')">
  146. <view class="out">
  147. <view class="int">
  148. <view class="icon ioc" style="background-color: #e1f6e9; color: #47cf74">&#xe634;</view>
  149. <view class="tit">大订单</view>
  150. </view>
  151. </view>
  152. </view>
  153. </view>
  154. <view class="cmd">
  155. <view class="s_item" @click="go('/pages/login/userAgreement?id=1')">
  156. <text class="icon ic">&#xe662;</text>
  157. <text class="title">用户协议</text>
  158. <text class="icon arrow">&#xe8f2;</text>
  159. </view>
  160. <view class="s_item" @click="go('/pages/login/userAgreement?id=2')">
  161. <text class="icon ic">&#xe643;</text>
  162. <text class="title">隐私协议</text>
  163. <text class="icon arrow">&#xe8f2;</text>
  164. </view>
  165. <view class="s_item" @click="go('/pages/personal/setting')">
  166. <text class="icon ic">&#xe817;</text>
  167. <text class="title">设置</text>
  168. <text class="icon arrow">&#xe8f2;</text>
  169. </view>
  170. </view>
  171. <button class="btn exit" @click="exitLogin()">退出登录</button>
  172. </view>
  173. </view>
  174. </template>
  175. <script>
  176. export default {
  177. data() {
  178. return {
  179. user: {}
  180. };
  181. },
  182. onShow() {
  183. this.user = this.getUser();
  184. if (!this.hasAuth()) {
  185. this.http.request({
  186. url: '/sp-admin/app/AppUser/getAuth',
  187. success: res => {
  188. this.user.auth = res.data.data;
  189. }
  190. });
  191. }
  192. },
  193. methods: {
  194. order() {
  195. if (!this.hasAuth()) {
  196. uni.navigateTo({ url: '/pages/authentication/index' });
  197. return;
  198. }
  199. //组长
  200. if (this.user.userType == 2) {
  201. uni.navigateTo({ url: 'user' });
  202. }
  203. //外籍商户
  204. if (this.user.userType == 5) {
  205. uni.navigateTo({ url: '/pages/market/one/merchant/order/list' });
  206. }
  207. //收购商
  208. if (this.user.userType == 3) {
  209. uni.navigateTo({ url: '/pages/market/two/purchaser/order/list' });
  210. }
  211. },
  212. go(url) {
  213. if (!this.hasAuth() && this.user.userType == 5) {
  214. uni.navigateTo({ url: '/pages/authentication/index' });
  215. return;
  216. }
  217. if (!this.hasAuth() && this.user.userType == 3) {
  218. uni.navigateTo({ url: '/pages/authentication/purchaser/index' });
  219. return;
  220. }
  221. uni.navigateTo({ url: url });
  222. },
  223. exitLogin() {
  224. let param = {
  225. appUserId: this.getUser().id
  226. };
  227. uni.showModal({
  228. title: '提示',
  229. content: '确定注销登录?',
  230. success: res => {
  231. if (res.confirm) {
  232. this.http.request({
  233. url: '/sp-admin/app/AppUser/logout',
  234. data: param,
  235. success: res => {
  236. uni.removeStorageSync('token');
  237. uni.removeStorageSync('info');
  238. uni.removeStorageSync('menu');
  239. uni.redirectTo({ url: '/pages/login/login' });
  240. }
  241. });
  242. }
  243. }
  244. });
  245. }
  246. }
  247. };
  248. </script>
  249. <style lang="scss">
  250. page {
  251. background-color: #f5f5f5;
  252. }
  253. .my_top {
  254. position: relative;
  255. overflow: hidden;
  256. image {
  257. width: 100%;
  258. }
  259. }
  260. .list {
  261. position: relative;
  262. padding: 0px 20px 10px 20px;
  263. margin-top: -196px;
  264. .user {
  265. background-color: white;
  266. padding: 20px;
  267. border-radius: 8px;
  268. color: $font-c;
  269. .head {
  270. float: left;
  271. width: 55px;
  272. height: 55px;
  273. }
  274. .con {
  275. float: left;
  276. padding-left: 15px;
  277. width: 60%;
  278. .nickName {
  279. font-size: 17px;
  280. font-weight: bold;
  281. }
  282. .tag {
  283. background-color: #6799ad;
  284. color: white;
  285. float: left;
  286. font-size: 13px;
  287. padding: 2px 6px;
  288. border-radius: 5px;
  289. margin-top: 6px;
  290. }
  291. }
  292. .edit {
  293. float: right;
  294. font-size: 20px;
  295. margin-top: 17px;
  296. }
  297. }
  298. }
  299. .exit {
  300. margin-top: 20px;
  301. background-color: white;
  302. color: #f44336;
  303. }
  304. </style>