personal.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  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')"
  11. v-if="user.userType == 5 && user.auth == 0">
  12. <text class="icon">&#xe64e;</text>
  13. <text>你还未认证,请先认证</text>
  14. <text class="icon" style="float: right">&#xe8f2;</text>
  15. </view>
  16. <view class="message _error" @click="go('/pages/authentication/purchaser/index')"
  17. v-if="user.userType == 3 && user.auth == 0">
  18. <text class="icon">&#xe64e;</text>
  19. <text>你还未认证,请先认证</text>
  20. <text class="icon" style="float: right">&#xe8f2;</text>
  21. </view>
  22. <view class="message _info" @click="go('/pages/face/faceRegister')"
  23. v-if="(user.userType == 1 || user.userType == 2) && user.face == 0">
  24. <text class="icon">&#xe78d;</text>
  25. <text>你还未人脸认证,请先人脸认证</text>
  26. <text class="icon" style="float: right">&#xe8f2;</text>
  27. </view>
  28. <view class="message _info" v-if="(user.userType == 1 || user.userType == 2) && user.face == 1">
  29. <text class="icon">&#xe78d;</text>
  30. <text>人脸认证成功</text>
  31. </view>
  32. <!--用户信息-->
  33. <view class="user">
  34. <image src="../../static/icon/user.png" mode="widthFix" class="head"></image>
  35. <view class="con">
  36. <view class="nickName omit">{{user.name}}({{ user.phone }})</view>
  37. <view class="tag" v-if="user.userType == 1">边民</view>
  38. <view class="tag" v-if="user.userType == 2">组长</view>
  39. <view class="tag" v-if="user.userType == 3">采购商</view>
  40. <view class="tag" v-if="user.userType == 4">司机</view>
  41. <view class="tag" v-if="user.userType == 5">商户</view>
  42. <view class="tag" v-if="user.userType == 6">合作社</view>
  43. <view class="tag" v-if="user.groupName" style="margin-left: 10px;">
  44. {{user.groupName}}
  45. </view>
  46. </view>
  47. <text class="icon edit" @click="go('/pages/personal/my')">&#xe8b7;</text>
  48. <view class="clear"></view>
  49. </view>
  50. <!--边民菜单-->
  51. <!-- <view class="menu" v-if="user.userType == 1">
  52. <view class="msn" @click="go('/pages/market/one/leader/order')">
  53. <view class="out">
  54. <view class="int">
  55. <view class="icon ioc" style="background-color: #f0dcfc; color: #b064d8">&#xe628;</view>
  56. <view class="tit">我的订单</view>
  57. </view>
  58. </view>
  59. </view>
  60. </view> -->
  61. <!--边民菜单与组长菜单-->
  62. <!-- <view class="menu" v-if="user.userType == 1 || user.userType == 2">
  63. <view class="msn" @click="go('/pages/market/one/leader/cart')">
  64. <view class="out">
  65. <view class="int">
  66. <view class="icon ioc" style="background-color: #fff6e0; color: #f1ba41">&#xe604;</view>
  67. <view class="tit">购物车</view>
  68. </view>
  69. </view>
  70. </view>
  71. <view class="msn" @click="go('/pages/market/one/leader/order')">
  72. <view class="out">
  73. <view class="int">
  74. <view class="icon ioc" style="background-color: #f0dcfc; color: #b064d8">&#xe628;</view>
  75. <view class="tit">一级订单</view>
  76. </view>
  77. </view>
  78. </view>
  79. <view class="msn" @click="go('/pages/market/two/leader/order')">
  80. <view class="out">
  81. <view class="int">
  82. <view class="icon ioc" style="background-color: #f0dcfc; color: #b064d8">&#xe628;</view>
  83. <view class="tit">二级订单</view>
  84. </view>
  85. </view>
  86. </view>
  87. </view> -->
  88. <!--收购商-->
  89. <!-- <view class="menu" v-if="user.userType == 3">
  90. <view class="msn" @click="go('/pages/market/two/purchaser/order/cart')">
  91. <view class="out">
  92. <view class="int">
  93. <view class="icon ioc" style="background-color: #fff6e0; color: #f1ba41">&#xe604;</view>
  94. <view class="tit">购物车</view>
  95. </view>
  96. </view>
  97. </view>
  98. <view class="msn" @click="go('/pages/market/two/purchaser/buy/list')">
  99. <view class="out">
  100. <view class="int">
  101. <view class="icon ioc" style="background-color: #e1f6e9; color: #47cf74">&#xe634;</view>
  102. <view class="tit">采购需求</view>
  103. </view>
  104. </view>
  105. </view>
  106. <view class="msn" @click="go('/pages/market/two/purchaser/address/list')">
  107. <view class="out">
  108. <view class="int">
  109. <view class="icon ioc" style="background-color: #fff6e0; color: #f1ba41">&#xe623;</view>
  110. <view class="tit">地址管理</view>
  111. </view>
  112. </view>
  113. </view>
  114. <view class="msn" @click="go('/pages/market/two/purchaser/order/list')">
  115. <view class="out">
  116. <view class="int">
  117. <view class="icon ioc" style="background-color: #f0dcfc; color: #b064d8">&#xe628;</view>
  118. <view class="tit">我的订单</view>
  119. </view>
  120. </view>
  121. </view>
  122. <view class="msn" @click="go('/pages/authentication/purchaser/info')">
  123. <view class="out">
  124. <view class="int">
  125. <view class="icon ioc" style="background-color: #e0ffff; color: #00bfff">&#xe660;</view>
  126. <view class="tit">我的认证</view>
  127. </view>
  128. </view>
  129. </view>
  130. </view> -->
  131. <!--外籍商户-->
  132. <!-- <view class="menu" v-if="user.userType == 5">
  133. <view class="msn" @click="go('/pages/market/one/merchant/goods/list')">
  134. <view class="out">
  135. <view class="int">
  136. <view class="icon ioc" style="background-color: #e1f6e9; color: #47cf74">&#xe634;</view>
  137. <view class="tit">商品管理</view>
  138. </view>
  139. </view>
  140. </view>
  141. <view class="msn" @click="go('/pages/market/one/merchant/order/list')">
  142. <view class="out">
  143. <view class="int">
  144. <view class="icon ioc" style="background-color: #f0dcfc; color: #b064d8">&#xe628;</view>
  145. <view class="tit">交易订单</view>
  146. </view>
  147. </view>
  148. </view>
  149. <view class="msn" @click="go('/pages/authentication/index')">
  150. <view class="out">
  151. <view class="int">
  152. <view class="icon ioc" style="background-color: #e0ffff; color: #00bfff">&#xe660;</view>
  153. <view class="tit">我的认证</view>
  154. </view>
  155. </view>
  156. </view>
  157. </view> -->
  158. <!--合作社-->
  159. <!-- <view class="menu" v-if="user.userType == 6">
  160. <view class="msn" @click="go('/pages/market/one/cooperative/order')">
  161. <view class="out">
  162. <view class="int">
  163. <view class="icon ioc" style="background-color: #e1f6e9; color: #47cf74">&#xe634;</view>
  164. <view class="tit">结算单</view>
  165. </view>
  166. </view>
  167. </view>
  168. </view> -->
  169. <view class="cmd">
  170. <view class="s_item" @click="go('/pages/personal/bankInfo')">
  171. <text class="icon ic">&#xe662;</text>
  172. <text class="title">银行卡</text>
  173. <text class="icon arrow">&#xe8f2;</text>
  174. </view>
  175. <!-- <view class="s_item" @click="go('/pages/personal/commissionAgreement')">
  176. <text class="icon ic">&#xe662;</text>
  177. <text class="title">互助委托协议</text>
  178. <text class="icon arrow">&#xe8f2;</text>
  179. </view> -->
  180. <view class="s_item" @click="go('/pages/login/userAgreement?id=1')">
  181. <text class="icon ic">&#xe662;</text>
  182. <text class="title">用户协议</text>
  183. <text class="icon arrow">&#xe8f2;</text>
  184. </view>
  185. <view class="s_item" @click="go('/pages/login/userAgreement?id=2')">
  186. <text class="icon ic">&#xe643;</text>
  187. <text class="title">隐私协议</text>
  188. <text class="icon arrow">&#xe8f2;</text>
  189. </view>
  190. <!-- <view class="s_item" @click="go('/pages/personal/setting')">
  191. <text class="icon ic">&#xe817;</text>
  192. <text class="title">设置</text>
  193. <text class="icon arrow">&#xe8f2;</text>
  194. </view> -->
  195. <view class="s_item" @click="go('/pages/personal/editPassword')">
  196. <text class="icon ic">&#xe817;</text>
  197. <text class="title">修改密码</text>
  198. <text class="icon arrow">&#xe8f2;</text>
  199. </view>
  200. <view class="s_item " @click="go('/pages/personal/group')" v-if="user.userType==1&&!user.groupName">
  201. <text class="icon ic">&#xe686;</text>
  202. <text class="title" style="color: firebrick;;font-weight: bold;">加入互助组</text>
  203. <text class="icon arrow">&#xe8f2;</text>
  204. </view>
  205. </view>
  206. <button class="btn exit" @click="exitLogin()">退出登录</button>
  207. </view>
  208. </view>
  209. </template>
  210. <script>
  211. export default {
  212. data() {
  213. return {
  214. user: {}
  215. };
  216. },
  217. onLoad() {
  218. },
  219. onShow() {
  220. this.user = this.getUser();
  221. if (!this.hasAuth()) {
  222. this.http.request({
  223. url: '/sp-admin/app/AppUser/getAuth',
  224. success: res => {
  225. this.user.auth = res.data.data.auth;
  226. this.user.face = res.data.data.face;
  227. if (this.user.userType == 1) {
  228. this.user.groupName = res.data.data.groupName;
  229. this.user.groupId = res.data.data.groupId;
  230. if (!this.user.groupName) {
  231. this.$refs.uNotify.show({
  232. top: 10,
  233. type: 'error',
  234. color: '#ffffff',
  235. bgColor: '#ff5500',
  236. message: '未加入互助组,请先加入互助组',
  237. duration: 1000 * 20,
  238. fontSize: 20,
  239. safeAreaInsetTop: true
  240. })
  241. return;
  242. }
  243. }
  244. uni.setStorageSync('info', this.user);
  245. }
  246. });
  247. }
  248. },
  249. methods: {
  250. order() {
  251. if (!this.hasAuth()) {
  252. uni.navigateTo({
  253. url: '/pages/authentication/index'
  254. });
  255. return;
  256. }
  257. //组长
  258. if (this.user.userType == 2) {
  259. uni.navigateTo({
  260. url: 'user'
  261. });
  262. }
  263. //外籍商户
  264. if (this.user.userType == 5) {
  265. uni.navigateTo({
  266. url: '/pages/market/one/merchant/order/list'
  267. });
  268. }
  269. //收购商
  270. if (this.user.userType == 3) {
  271. uni.navigateTo({
  272. url: '/pages/market/two/purchaser/order/list'
  273. });
  274. }
  275. },
  276. go(url) {
  277. if (!this.hasAuth() && this.user.userType == 5) {
  278. uni.navigateTo({
  279. url: '/pages/authentication/index'
  280. });
  281. return;
  282. }
  283. if (!this.hasAuth() && this.user.userType == 3) {
  284. uni.navigateTo({
  285. url: '/pages/authentication/purchaser/index'
  286. });
  287. return;
  288. }
  289. uni.navigateTo({
  290. url: url
  291. });
  292. },
  293. exitLogin() {
  294. let param = {
  295. appUserId: this.getUser().id
  296. };
  297. uni.showModal({
  298. title: '提示',
  299. content: '确定注销登录?',
  300. success: res => {
  301. if (res.confirm) {
  302. uni.removeStorageSync('token');
  303. uni.removeStorageSync('info');
  304. uni.removeStorageSync('menu');
  305. uni.redirectTo({
  306. url: '/pages/login/login'
  307. });
  308. this.http.request({
  309. url: '/sp-admin/app/AppUser/logout',
  310. data: param,
  311. success: res => {
  312. }
  313. });
  314. }
  315. }
  316. });
  317. }
  318. }
  319. };
  320. </script>
  321. <style lang="scss">
  322. page {
  323. background-color: #f5f5f5;
  324. }
  325. .my_top {
  326. position: relative;
  327. overflow: hidden;
  328. image {
  329. width: 100%;
  330. }
  331. }
  332. .list {
  333. position: relative;
  334. padding: 0px 20px 10px 20px;
  335. margin-top: -196px;
  336. .user {
  337. background-color: white;
  338. padding: 20px;
  339. border-radius: 8px;
  340. color: $font-c;
  341. .head {
  342. float: left;
  343. width: 55px;
  344. height: 55px;
  345. }
  346. .con {
  347. float: left;
  348. padding-left: 15px;
  349. width: 60%;
  350. .nickName {
  351. font-size: 16px;
  352. font-weight: bold;
  353. }
  354. .tag {
  355. background-color: #6799ad;
  356. color: white;
  357. float: left;
  358. font-size: 13px;
  359. padding: 2px 6px;
  360. border-radius: 5px;
  361. margin-top: 6px;
  362. }
  363. }
  364. .edit {
  365. float: right;
  366. font-size: 20px;
  367. margin-top: 17px;
  368. }
  369. }
  370. }
  371. .exit {
  372. margin-top: 20px;
  373. background-color: white;
  374. color: #f44336;
  375. }
  376. </style>