auth.vue 14 KB

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