auth.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  1. <template>
  2. <view>
  3. <image src="../../static/bg.png" mode="" class="bg"></image>
  4. <view class="top">
  5. <image src="../../static/auth/5@2x.png" mode=""></image>
  6. </view>
  7. <view class="form" v-if="type==1">
  8. <view class="">
  9. <view class="item u-flex u-row-between">
  10. <text style="white-space: nowrap;">姓名</text>
  11. <input type="text" v-model="name" placeholder="请输入姓名">
  12. </view>
  13. <view class="item u-flex u-row-between">
  14. <text style="white-space: nowrap;">手机号</text>
  15. <input type="number" v-model="phone" placeholder="请输入手机号">
  16. </view>
  17. <view class="item u-flex u-row-between" @click="show=true">
  18. <text style="white-space: nowrap;">工会</text>
  19. <view class="u-flex" style="text-align: right;justify-content: flex-end;flex: 1;">
  20. <text style="color: #FF5B5B;">{{current!=null?current.name:'请选择工会'}}</text>
  21. <u-icon name="arrow-right" color="#FF5B5B"></u-icon>
  22. </view>
  23. </view>
  24. <view class="item u-flex u-row-between">
  25. <text style="white-space: nowrap;">会员号</text>
  26. <input v-model="uuid" type="text" placeholder="请填写会员号">
  27. </view>
  28. <view class="upload">
  29. <view class="title">
  30. <text>*</text>上传单位证明
  31. </view>
  32. <view class="uploadContent" @click="uploadImg">
  33. <image :src="workImg" mode="" style="position: absolute;top: 0;right: 0;bottom: 40rpx;left: 0;z-index: 999;width: 100%;height: 400rpx;" v-show="workImg"></image>
  34. <view class="contentTop">
  35. <image src="../../static/auth/1@2x.png" mode="" class="bigImg"></image>
  36. <image src="../../static/auth/2@2x.png" mode="" class="smallImg"></image>
  37. </view>
  38. <view class="contentBottom" >
  39. 拍摄单位证明
  40. </view>
  41. </view>
  42. <view class="lookvip" @click="toVip">
  43. <image src="../../static/auth/3@2x.png" mode=""
  44. style="width: 28rpx;height: 28rpx;vertical-align: middle;"></image>
  45. <text>查看会员登记表</text>
  46. <image src="../../static/auth/4@2x.png" mode=""
  47. style="width: 12rpx;height: 12rpx;vertical-align: middle;"></image>
  48. </view>
  49. </view>
  50. <view class="upload">
  51. <view class="title" style="margin-bottom: 18rpx;">
  52. <text>*</text>上传个人照片<text style="font-size: 20rpx;color: #D2D2D2;">(至少上传一张照片)</text>
  53. </view>
  54. <u-upload :fileList="fileList1" @afterRead="afterRead" @delete="deletePic" name="1" :multiple='false'
  55. :maxCount="3">
  56. </u-upload>
  57. </view>
  58. <u-button text="立即认证" @click="gorenzheng" shape="circle" color="linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%)"
  59. ></u-button>
  60. </view>
  61. </view>
  62. <view class="error u-flex-col u-col-center" v-if="type==3">
  63. <image src="../../static/auth/error@2x.png" mode=""></image>
  64. <text style="font-size: 40rpx;font-weight: 600;margin: 48rpx 0 16rpx;">认证失败</text>
  65. <text>您的实名认证审核没有通过</text>
  66. <view class="reason">
  67. {{reason}}
  68. </view>
  69. <view class="u-flex u-row-around btnlist">
  70. <view class="btn1" @click="reset">
  71. 重新认证
  72. </view>
  73. <view class="btn" style="color: #fff;" @click="reset">
  74. 暂不认证
  75. </view>
  76. </view>
  77. </view>
  78. <view class="error success u-flex-col u-col-center" v-if="type==2">
  79. <image src="../../static/auth/succes@2x.png" mode=""></image>
  80. <text style="font-size: 40rpx;font-weight: 600;margin: 48rpx 0 16rpx;">恭喜您认证成功</text>
  81. <view class="info">
  82. <view class="infoitem u-flex u-row-between">
  83. <text>真实姓名</text>
  84. <input type="text" v-model="name" :disabled="true" style="text-align: right;flex: 1;">
  85. </view>
  86. <view class="infoitem u-flex u-row-between">
  87. <text>手机号</text>
  88. <input type="text" v-model="phone" :disabled="true" style="text-align: right;flex: 1;">
  89. </view>
  90. <view class="infoitem u-flex u-row-between">
  91. <text>工会单位</text>
  92. <input type="text" v-model="unit" :disabled="true" style="text-align: right;flex: 1;">
  93. </view>
  94. </view>
  95. </view>
  96. <view class="error u-flex-col u-col-center" v-if="type==4">
  97. <image src="../../static/auth/shenhe@2x.png" mode=""></image>
  98. <text style="font-size: 40rpx;font-weight: 600;margin: 48rpx 0 16rpx;">管理员审核中</text>
  99. <text>请耐心等待审核结果哦~</text>
  100. </view>
  101. <u-picker :show="show" :columns="columns" keyName="name" @confirm='change' @cancel='cancel' :closeOnClickOverlay='true'>
  102. </u-picker>
  103. </view>
  104. </template>
  105. <script>
  106. export default {
  107. onPullDownRefresh() {
  108. setTimeout(function () {
  109. uni.stopPullDownRefresh();
  110. }, 1000);
  111. },
  112. onLoad() {
  113. this.getWorking()
  114. },
  115. onShow() {
  116. this.getType()
  117. },
  118. data() {
  119. return {
  120. working:{},
  121. fileList1: [],
  122. show: false,
  123. columns: [
  124. []
  125. ],
  126. current: null,
  127. name:'',
  128. phone:'',
  129. unit:'',
  130. workImg:'',
  131. type:'',
  132. reason:'',
  133. uuid:''
  134. }
  135. },
  136. methods: {
  137. toVip(){
  138. uni.navigateTo({
  139. url:'./dengjibiao'
  140. })
  141. },
  142. reset(){
  143. uni.$u.http.post('/api/Authentication/new_authentication').then(res => {
  144. this.getType()
  145. })
  146. },
  147. getType(){
  148. uni.$u.http.post('/api/Authentication/show').then(res => {
  149. this.type=res.data.type
  150. if(res.data.type==2){
  151. this.name=res.data.data.username
  152. this.phone=res.data.data.phone
  153. this.unit=res.data.data.name
  154. }
  155. if(res.data.type==3){
  156. this.reason=res.data.data.reason
  157. }
  158. })
  159. },
  160. gorenzheng(){
  161. if(!this.name){
  162. this.$u.toast('请输入姓名')
  163. return
  164. }
  165. if(!this.phone){
  166. this.$u.toast('请输入手机号')
  167. return
  168. }
  169. if(!this.uuid){
  170. this.$u.toast('请输入会员号')
  171. return
  172. }
  173. if(!this.workImg){
  174. this.$u.toast('上传单位证明')
  175. return
  176. }
  177. if(this.fileList1.length==0){
  178. this.$u.toast('上传个人照片')
  179. return
  180. }
  181. var arr=[]
  182. this.fileList1.forEach(item=>{
  183. arr.push(item.url)
  184. })
  185. let data={
  186. name:this.name,
  187. phone:this.phone,
  188. c_id:this.current.id,
  189. uuid:this.uuid,
  190. c_image:this.workImg,
  191. m_images:arr.toString()
  192. }
  193. uni.$u.http.post('/api/Authentication/authentication',data).then(res => {
  194. if(res.code==1){
  195. this.getType()
  196. }
  197. })
  198. },
  199. uploadImg(){
  200. var that=this
  201. uni.chooseImage({
  202. success: (chooseImageRes) => {
  203. const tempFilePaths = chooseImageRes.tempFilePaths;
  204. uni.uploadFile({
  205. url: this.$url+'/api/Publics/uploadLocality', //仅为示例,非真实的接口地址
  206. filePath: tempFilePaths[0],
  207. name: 'file',
  208. success: (uploadFileRes) => {
  209. that.workImg=JSON.parse(uploadFileRes.data).data.url
  210. }
  211. });
  212. }
  213. });
  214. },
  215. getWorking(){
  216. uni.$u.http.post('/api/Publics/working').then(res => {
  217. this.columns=[res.data]
  218. })
  219. },
  220. change(e) {
  221. this.current = e.value[0]
  222. // console.log(this.columns[0][this.current])
  223. this.show = false
  224. },
  225. cancel() {
  226. this.show = false
  227. },
  228. // 删除图片
  229. deletePic(event) {
  230. this[`fileList${event.name}`].splice(event.index, 1)
  231. },
  232. // 新增图片
  233. async afterRead(event) {
  234. // 当设置 mutiple 为 true 时, file 为数组格式,否则为对象格式
  235. let lists = [].concat(event.file)
  236. let fileListLen = this[`fileList${event.name}`].length
  237. lists.map((item) => {
  238. this[`fileList${event.name}`].push({
  239. ...item,
  240. status: 'uploading',
  241. message: '上传中'
  242. })
  243. })
  244. for (let i = 0; i < lists.length; i++) {
  245. const result = await this.uploadFilePromise(lists[i].url)
  246. let item = this[`fileList${event.name}`][fileListLen]
  247. this[`fileList${event.name}`].splice(fileListLen, 1, Object.assign(item, {
  248. status: 'success',
  249. message: '',
  250. url: result
  251. }))
  252. fileListLen++
  253. }
  254. },
  255. uploadFilePromise(url) {
  256. return new Promise((resolve, reject) => {
  257. let a = uni.uploadFile({
  258. url: this.$url+'/api/Publics/uploadLocality', // 仅为示例,非真实的接口地址
  259. filePath: url,
  260. name: 'file',
  261. formData: {
  262. user: 'test'
  263. },
  264. success: (res) => {
  265. setTimeout(() => {
  266. resolve(JSON.parse(res.data).data.url)
  267. }, 1000)
  268. }
  269. });
  270. })
  271. },
  272. }
  273. }
  274. </script>
  275. <style lang="scss">
  276. .success{
  277. box-sizing: border-box;
  278. padding: 0 40rpx;
  279. height: auto;
  280. }
  281. .info{
  282. padding: 40rpx 40rpx 0;
  283. width: 100%;
  284. margin-top: 80rpx;
  285. border-top: 2rpx solid #F3F3F3;
  286. .infoitem{
  287. line-height: 100rpx;
  288. width: 100%;
  289. font-size: 30rpx;
  290. color: #222222;
  291. }
  292. }
  293. .btnlist{
  294. width: 100%;
  295. }
  296. .btn1{
  297. font-weight: 500;
  298. color: #FFFFFF;
  299. line-height: 50px;
  300. background: linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);
  301. -webkit-background-clip: text;
  302. -webkit-text-fill-color: transparent;
  303. width: 270rpx;
  304. height: 88rpx;
  305. line-height: 88rpx;
  306. text-align: center;
  307. font-size: 36rpx;
  308. border-radius: 48rpx;
  309. border: 4rpx solid #E6CDE6;
  310. // border-image: linear-gradient(270deg, rgba(171, 145, 252, 1), rgba(251, 173, 177, 1)) 2 2;
  311. }
  312. .btn{
  313. width: 270rpx;
  314. height: 88rpx;
  315. line-height: 88rpx;
  316. text-align: center;
  317. background: linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);
  318. border-radius: 48rpx;
  319. font-size: 36rpx;
  320. }
  321. .error{
  322. padding-top: 96rpx;
  323. padding-bottom: 94rpx;
  324. margin: 56rpx auto 0;
  325. width: 690rpx;
  326. // height: 888rpx;
  327. background: #FFFFFF;
  328. border-radius: 40rpx;
  329. font-size: 24rpx;
  330. color: #222222;
  331. image{
  332. width: 140rpx;
  333. height: 140rpx;
  334. }
  335. .reason{
  336. padding: 24rpx 20rpx;
  337. margin: 52rpx auto 64rpx;
  338. width: 610rpx;
  339. height: 200rpx;
  340. background: #F4F4F4;
  341. border-radius: 20rpx;
  342. }
  343. }
  344. .lookvip {
  345. font-weight: 500;
  346. margin-top: 24rpx;
  347. font-size: 24rpx;
  348. color: #555555;
  349. text-align: center;
  350. text {
  351. margin: 0 8rpx;
  352. }
  353. }
  354. .uploadContent {
  355. position: relative;
  356. margin-top: 32rpx;
  357. width: 650rpx;
  358. height: 472rpx;
  359. font-size: 28rpx;
  360. color: #fff;
  361. font-weight: 600;
  362. background: #F3F4F6;
  363. border-radius: 20rpx;
  364. .contentTop {
  365. height: 400rpx;
  366. background-color: #F3F4F6;
  367. position: relative;
  368. .bigImg {
  369. position: absolute;
  370. top: 50%;
  371. left: 50%;
  372. transform: translate(-50%, -50%);
  373. width: 510rpx;
  374. height: 320rpx;
  375. }
  376. .smallImg {
  377. position: absolute;
  378. top: 50%;
  379. left: 50%;
  380. transform: translate(-50%, -50%);
  381. width: 116rpx;
  382. height: 116rpx;
  383. z-index: 1;
  384. }
  385. }
  386. .contentBottom {
  387. width: 650rpx;
  388. height: 72rpx;
  389. line-height: 72rpx;
  390. text-align: center;
  391. background: linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);
  392. border-radius: 0px 0px 20rpx 20rpx;
  393. }
  394. }
  395. .upload {
  396. margin: 20rpx auto;
  397. width: 690rpx;
  398. // height: 652rpx;
  399. padding: 24rpx 20rpx;
  400. background: #FDFCFE;
  401. box-shadow: 0px 0px 16rpx 0px rgba(0, 0, 0, 0.0400);
  402. border-radius: 24rpx;
  403. box-sizing: border-box;
  404. .title {
  405. font-weight: 500;
  406. font-size: 30rpx;
  407. color: #222222;
  408. text {
  409. color: #FF5B5B;
  410. }
  411. }
  412. }
  413. .form {
  414. padding: 0 30rpx;
  415. margin-top: 36rpx;
  416. background-color: #fff;
  417. border-radius: 40rpx 40rpx 0px 0px;
  418. background: linear-gradient(180deg, #FFFFFF 0%, #F6F2FD 100%);
  419. .item {
  420. height: 94rpx;
  421. line-height: 94rpx;
  422. border-bottom: 2rpx solid #F5F5F5;
  423. text {
  424. font-size: 30rpx;
  425. color: #222222;
  426. }
  427. input {
  428. text-align: right;
  429. }
  430. }
  431. }
  432. .top {
  433. padding-top: 44rpx;
  434. padding-left: 30rpx;
  435. image {
  436. width: 102rpx;
  437. height: 60rpx;
  438. }
  439. }
  440. </style>