personal.vue 11 KB

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