auth.vue 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863
  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="" style="padding-bottom: 50rpx;">
  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">
  19. <text style="white-space: nowrap;">工作单位</text>
  20. <input type="text" v-model="workUnit" placeholder="请输入工作单位">
  21. </view> -->
  22. <view class="item u-flex u-row-between" >
  23. <text style="white-space: nowrap;">工作单位</text>
  24. <input type="text" v-model="c_id" placeholder="请输入工作单位">
  25. <!-- <view class="u-flex" style="text-align: right;justify-content: flex-end;flex: 1;">
  26. <text style="color: #FF5B5B;">{{current!=null?current.name:'请选择工作单位'}}</text>
  27. <u-icon name="arrow-right" color="#FF5B5B"></u-icon>
  28. </view> -->
  29. </view>
  30. <view class="item u-flex u-row-between">
  31. <text style="white-space: nowrap;">工作性质</text>
  32. <view class="u-flex" style="text-align: right;justify-content: flex-end;flex: 1;" @click="showwork=true">
  33. <text >{{workStatus!=null?workStatus.name:'请选择工作性质'}}</text>
  34. <u-icon name="arrow-right" ></u-icon>
  35. </view>
  36. </view>
  37. <!-- <view class="item u-flex u-row-between">
  38. <text style="white-space: nowrap;">职务</text>
  39. <input type="text" v-model="position" placeholder="请输入工作职务">
  40. </view> -->
  41. <view class="item u-flex u-row-between">
  42. <text style="white-space: nowrap;">月收入(元)</text>
  43. <input type="text" v-model="income" placeholder="请输入月收入">
  44. </view>
  45. <!-- <view class="item u-flex u-row-between">
  46. <text style="white-space: nowrap;">单位工会主席</text>
  47. <input type="text" v-model="chairman" placeholder="请输入工会主席姓名">
  48. </view> -->
  49. <!-- <view class="item u-flex u-row-between">
  50. <text style="white-space: nowrap;">单位工会主席电话</text>
  51. <input type="number" v-model="chairmanPhone" placeholder="请输入工会主席电话">
  52. </view> -->
  53. <view class="item u-flex u-row-between">
  54. <text style="white-space: nowrap;">星座</text>
  55. <view class="u-flex" style="text-align: right;justify-content: flex-end;flex: 1;" @click="showxingzuo=true">
  56. <text >{{xingzuo!=null?xingzuo:'请选择星座'}}</text>
  57. <u-icon name="arrow-right" ></u-icon>
  58. </view>
  59. </view>
  60. <view class="item u-flex u-row-between">
  61. <text style="white-space: nowrap;">婚史</text>
  62. <view class="u-flex" style="text-align: right;justify-content: flex-end;flex: 1;" @click="showhunshi=true">
  63. <text >{{hunshi!=null?hunshi:'请选择婚史'}}</text>
  64. <u-icon name="arrow-right" ></u-icon>
  65. </view>
  66. </view>
  67. <view class="item u-flex u-row-between">
  68. <text style="white-space: nowrap;margin-right: 408rpx;">有无子女</text>
  69. <u-radio-group
  70. activeColor="#B997EF"
  71. v-model="isChild"
  72. placement="row"
  73. >
  74. <u-radio
  75. :customStyle="{marginBottom: '8px'}"
  76. v-for="(item, index) in radiolist1"
  77. :key="index"
  78. :label="item.name"
  79. :name="item.value"
  80. >
  81. </u-radio>
  82. </u-radio-group>
  83. </view>
  84. <view class="item u-flex u-row-between" v-if="isChild==1">
  85. <text style="white-space: nowrap;margin-right: 408rpx;">子女情况</text>
  86. <u-radio-group
  87. activeColor="#B997EF"
  88. v-model="isSex"
  89. placement="row"
  90. >
  91. <u-radio
  92. :customStyle="{marginBottom: '8px'}"
  93. v-for="(item, index) in sexList"
  94. :key="item.id"
  95. :label="item.name"
  96. :name="item.id"
  97. >
  98. </u-radio>
  99. </u-radio-group>
  100. </view>
  101. <view class="item u-flex u-row-between">
  102. <text style="white-space: nowrap;margin-right: 348rpx;">是否独生子女</text>
  103. <u-radio-group
  104. activeColor="#B997EF"
  105. v-model="isOne"
  106. placement="row"
  107. >
  108. <u-radio
  109. :customStyle="{marginBottom: '8px'}"
  110. v-for="(item, index) in radiolist1"
  111. :key="index"
  112. :label="item.name"
  113. :name="item.value"
  114. >
  115. </u-radio>
  116. </u-radio-group>
  117. </view>
  118. <view class="item u-flex u-row-between" v-if="isOne==2">
  119. <text style="white-space: nowrap;">兄弟姊妹几人</text>
  120. <input type="number" v-model="children" placeholder="请输入人数">
  121. </view>
  122. <view class="item u-flex u-row-between" >
  123. <text style="white-space: nowrap;margin-right: 66rpx;">居住情况</text>
  124. <u-radio-group
  125. activeColor="#B997EF"
  126. v-model="isHouse"
  127. placement="row"
  128. >
  129. <u-radio
  130. :customStyle="{marginBottom: '8px'}"
  131. v-for="(item, index) in houseList"
  132. :key="item.id"
  133. :label="item.name"
  134. :name="item.id"
  135. >
  136. </u-radio>
  137. </u-radio-group>
  138. </view>
  139. <view class="item u-flex u-row-between">
  140. <text style="white-space: nowrap;margin-right: 410rpx;">是否有车</text>
  141. <u-radio-group
  142. activeColor="#B997EF"
  143. v-model="isCar"
  144. placement="row"
  145. >
  146. <u-radio
  147. :customStyle="{marginBottom: '8px'}"
  148. v-for="(item, index) in radiolist1"
  149. :key="index"
  150. :label="item.name"
  151. :name="item.value"
  152. >
  153. </u-radio>
  154. </u-radio-group>
  155. </view>
  156. <view class="item u-flex u-row-between" v-if="isCar==1">
  157. <text style="white-space: nowrap;">车辆型号</text>
  158. <input type="text" v-model="car_model" placeholder="请输入车辆型号">
  159. </view>
  160. <view class="item u-flex u-row-between">
  161. <text style="white-space: nowrap;">父亲工作情况</text>
  162. <view class="u-flex" style="text-align: right;justify-content: flex-end;flex: 1;" @click="showfather=true">
  163. <text >{{father!=''?father:'请选择工作情况'}}</text>
  164. <u-icon name="arrow-right" ></u-icon>
  165. </view>
  166. </view>
  167. <view class="item u-flex u-row-between">
  168. <text style="white-space: nowrap;">母亲工作情况</text>
  169. <view class="u-flex" style="text-align: right;justify-content: flex-end;flex: 1;" @click="showmather=true">
  170. <text >{{mather!=''?mather:'请选择工作情况'}}</text>
  171. <u-icon name="arrow-right" ></u-icon>
  172. </view>
  173. </view>
  174. <view class="item u-flex u-row-between">
  175. <text style="white-space: nowrap;">个人爱好</text>
  176. <input type="text" v-model="hobby" placeholder="请输入个人爱好">
  177. </view>
  178. <view class="item u-flex u-row-between">
  179. <text style="white-space: nowrap;">毕业院校</text>
  180. <input type="text" v-model="school" placeholder="请输入毕业院校">
  181. </view>
  182. <view class="item u-flex u-row-between">
  183. <text style="white-space: nowrap;">关于TA</text>
  184. <input type="text" v-model="aboutIt" placeholder="择偶要求">
  185. </view>
  186. <view class="item u-flex u-row-between">
  187. <text style="white-space: nowrap;margin-right: 200rpx;">是否为齐鲁工会APP会员</text>
  188. <u-radio-group
  189. activeColor="#B997EF"
  190. v-model="radiovalue1"
  191. placement="row"
  192. >
  193. <u-radio
  194. :customStyle="{marginBottom: '8px'}"
  195. v-for="(item, index) in radiolist1"
  196. :key="index"
  197. :label="item.name"
  198. :name="item.value"
  199. >
  200. </u-radio>
  201. </u-radio-group>
  202. </view>
  203. <!-- <view class="item u-flex u-row-between">
  204. <text style="white-space: nowrap;">会员号</text>
  205. <input v-model="uuid" type="text" placeholder="请填写会员号">
  206. </view> -->
  207. <view class="upload">
  208. <view class="title">
  209. <text>*</text>上传电子会员卡
  210. </view>
  211. <view class="uploadContent" @click="uploadImg">
  212. <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>
  213. <view class="contentTop">
  214. <image src="../../static/auth/1@2x.png" mode="" class="bigImg"></image>
  215. <image src="../../static/auth/2@2x.png" mode="" class="smallImg"></image>
  216. </view>
  217. <view class="contentBottom" >
  218. 请至齐鲁工惠-我的-个人资料-电子会员卡页面截图
  219. </view>
  220. </view>
  221. <!-- <view class="lookvip" @click="toVip">
  222. <image src="../../static/auth/3@2x.png" mode=""
  223. style="width: 28rpx;height: 28rpx;vertical-align: middle;"></image>
  224. <text>查看会员登记表</text>
  225. <image src="../../static/auth/4@2x.png" mode=""
  226. style="width: 12rpx;height: 12rpx;vertical-align: middle;"></image>
  227. </view> -->
  228. </view>
  229. <view class="upload">
  230. <view class="title">
  231. <text>*</text>上传单身职工信息登记表
  232. </view>
  233. <view class="uploadContent" @click="uploadImg1">
  234. <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>
  235. <view class="contentTop">
  236. <image src="../../static/auth/1@2x.png" mode="" class="bigImg"></image>
  237. <image src="../../static/auth/2@2x.png" mode="" class="smallImg"></image>
  238. </view>
  239. <view class="contentBottom" >
  240. 上传单身职工信息登记表
  241. </view>
  242. </view>
  243. <view class="lookvip" @click="toVip">
  244. <image src="../../static/auth/3@2x.png" mode=""
  245. style="width: 28rpx;height: 28rpx;vertical-align: middle;"></image>
  246. <text>查看会员登记表</text>
  247. <image src="../../static/auth/4@2x.png" mode=""
  248. style="width: 12rpx;height: 12rpx;vertical-align: middle;"></image>
  249. </view>
  250. </view>
  251. <view class="upload">
  252. <view class="title" style="margin-bottom: 18rpx;">
  253. 上传工作证明(选填)
  254. <!-- <text style="font-size: 20rpx;color: #D2D2D2;">(个人信息表未盖章需提供工作相关佐证)</text> -->
  255. </view>
  256. <view class="" style="font-size: 20rpx;color: #D2D2D2;">
  257. 个人信息表未盖章需提供工作相关佐证,如:支付宝全国住房公积金个人缴费信息截图(具体流程:支付宝搜索全国住房公积金查询→账户信息查询→点击查看详情后截图上传)
  258. </view>
  259. <u-upload :fileList="fileList1" @afterRead="afterRead" @delete="deletePic" name="1" :multiple='false'
  260. :maxCount="1">
  261. </u-upload>
  262. </view>
  263. <u-button text="立即认证" @click="gorenzheng" shape="circle" color="linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%)"
  264. ></u-button>
  265. </view>
  266. </view>
  267. <view class="error u-flex-col u-col-center" v-if="type==3">
  268. <image src="../../static/auth/error@2x.png" mode=""></image>
  269. <text style="font-size: 40rpx;font-weight: 600;margin: 48rpx 0 16rpx;">认证失败</text>
  270. <text>您的实名认证审核没有通过</text>
  271. <view class="reason">
  272. {{reason}}
  273. </view>
  274. <view class="u-flex u-row-around btnlist">
  275. <view class="btn1" @click="reset">
  276. 重新认证
  277. </view>
  278. <view class="btn" style="color: #fff;" @click="reset">
  279. 暂不认证
  280. </view>
  281. </view>
  282. </view>
  283. <view class="error success u-flex-col u-col-center" v-if="type==2">
  284. <image src="../../static/auth/succes@2x.png" mode=""></image>
  285. <text style="font-size: 40rpx;font-weight: 600;margin: 48rpx 0 16rpx;">恭喜您认证成功</text>
  286. <view class="info">
  287. <view class="infoitem u-flex u-row-between">
  288. <text>真实姓名</text>
  289. <input type="text" v-model="name" :disabled="true" style="text-align: right;flex: 1;">
  290. </view>
  291. <view class="infoitem u-flex u-row-between">
  292. <text>手机号</text>
  293. <input type="text" v-model="phone" :disabled="true" style="text-align: right;flex: 1;">
  294. </view>
  295. <view class="infoitem u-flex u-row-between" v-if="unit">
  296. <text>工会单位</text>
  297. <input type="text" v-model="unit" :disabled="true" style="text-align: right;flex: 1;">
  298. </view>
  299. </view>
  300. </view>
  301. <view class="error u-flex-col u-col-center" v-if="type==4">
  302. <image src="../../static/auth/shenhe@2x.png" mode=""></image>
  303. <text style="font-size: 40rpx;font-weight: 600;margin: 48rpx 0 16rpx;">管理员审核中</text>
  304. <text>请耐心等待审核结果哦~</text>
  305. </view>
  306. <u-picker :show="show" :columns="columns" keyName="name" @confirm='change' @cancel='cancel' :closeOnClickOverlay='true'>
  307. </u-picker>
  308. <u-picker :show="showwork" @cancel='showwork=false' title="工作性质" @confirm='confirmWork' keyName="name"
  309. :columns="workColumns"></u-picker>
  310. <u-picker :show="showxingzuo" @cancel='showxingzuo=false' title="星座" @confirm='confirmshowxingzuo' keyName="name"
  311. :columns="xingzuoColumns"></u-picker>
  312. <u-picker :show="showhunshi" @cancel='showhunshi=false' title="婚史" @confirm='confirmshowhunshi' keyName="name"
  313. :columns="hunshiColumns"></u-picker>
  314. <u-picker :show="showfather" @cancel='showfather=false' title="工作情况" @confirm='confirmshowfather' keyName="name"
  315. :columns="fatherColumns"></u-picker>
  316. <u-picker :show="showmather" @cancel='showmather=false' title="工作情况" @confirm='confirmshowmather' keyName="name"
  317. :columns="matherColumns"></u-picker>
  318. </view>
  319. </view>
  320. </template>
  321. <script>
  322. export default {
  323. onPullDownRefresh() {
  324. setTimeout(function () {
  325. uni.stopPullDownRefresh();
  326. }, 1000);
  327. },
  328. onLoad() {
  329. this.getWorking()
  330. this.getWorkStatus()
  331. },
  332. onShow() {
  333. if (!uni.getStorageSync('token')) {
  334. uni.navigateTo({
  335. url:'/pages/profile/login'
  336. })
  337. return
  338. }
  339. // var is_info=uni.getStorageSync('is_info')
  340. // if (is_info != 2) {
  341. // uni.navigateTo({
  342. // url: '/pages/index/base'
  343. // })
  344. // return
  345. // }
  346. this.getType()
  347. },
  348. data() {
  349. return {
  350. children:'',
  351. school:'',
  352. showfather:false,
  353. father:'',
  354. position:'',
  355. income:'',
  356. fatherColumns:[[{name:'退休职工'},{name:'在职职工'},{name:'个体'},{name:'务农'},{name:'其他'}]],
  357. showmather:false,
  358. matherColumns:[[{name:'退休职工'},{name:'在职职工'},{name:'个体'},{name:'务农'},{name:'其他'}]],
  359. mather:'',
  360. car_model:'',
  361. isCar:'',
  362. isHouse:'',
  363. isOne:'',
  364. isSex:'',
  365. houseList:[{
  366. name: '自有产权房',
  367. id: 1
  368. },
  369. {
  370. name: '租住',
  371. id: 2
  372. },{
  373. name: '与父母同住',
  374. id: 3
  375. }],
  376. sexList: [{
  377. name: '男',
  378. id: 1
  379. },
  380. {
  381. name: '女',
  382. id: 2
  383. }
  384. ],
  385. isChild:'',
  386. radiolist1: [{
  387. name: '是',value:1
  388. },
  389. {
  390. name: '否',value:2
  391. },
  392. ],
  393. // u-radio-group的v-model绑定的值如果设置为某个radio的name,就会被默认选中
  394. radiovalue1: '',
  395. working:{},
  396. fileList1: [],
  397. show: false,
  398. columns: [
  399. []
  400. ],
  401. current: null,
  402. name:'',
  403. phone:'',
  404. unit:'',
  405. workImg:'',
  406. workImg1:'',
  407. type:'',
  408. reason:'',
  409. // uuid:'',
  410. workUnit:'',
  411. showwork:false,
  412. workColumns:[],
  413. workStatus:null,
  414. chairman:'',
  415. chairmanPhone:'',
  416. showxingzuo:false,
  417. showhunshi:false,
  418. xingzuoColumns:[[{name:"白羊座"},{name:"金牛座"},{name:"双子座"},{name:"巨蟹座"},{name:"狮子座"},{name:"处女座"},{name:"天秤座"},{name:"天蝎座"},{name:"射手座"},{name:"摩羯座"},{name:"水瓶座"},{name:"双鱼座"}]],
  419. hunshiColumns:[[{name:"未婚"},{name:"离异"},{name:"丧偶"}]],
  420. xingzuo:null,
  421. hunshi:null,
  422. hobby:'',
  423. aboutIt:'',
  424. c_id:''
  425. }
  426. },
  427. methods: {
  428. getWork() {
  429. uni.$u.http.post('/api/index/WorkNature').then(res => {
  430. this.columns1 = [res.data]
  431. })
  432. },
  433. toVip(){
  434. uni.navigateTo({
  435. url:'./dengjibiao'
  436. })
  437. },
  438. reset(){
  439. uni.$u.http.post('/api/Authentication/new_authentication').then(res => {
  440. this.getType()
  441. })
  442. },
  443. getType(){
  444. uni.$u.http.post('/api/Authentication/show').then(res => {
  445. this.type=res.data.type
  446. if(res.data.type==2){
  447. this.name=res.data.data.username
  448. this.phone=res.data.data.phone
  449. this.unit=res.data.data.name
  450. }
  451. if(res.data.type==3){
  452. this.reason=res.data.data.reason
  453. }
  454. })
  455. },
  456. gorenzheng(){
  457. var is_info=uni.getStorageSync('is_info')
  458. if (is_info != 2) {
  459. uni.showToast({
  460. title:'注册审核通过后才可以认证',
  461. icon:'none'
  462. })
  463. setTimeout(()=>{
  464. uni.navigateTo({
  465. url: '/pages/index/base'
  466. })
  467. },1000)
  468. return
  469. }
  470. // if(!this.name){
  471. // this.$u.toast('请输入姓名')
  472. // return
  473. // }
  474. // if(!this.phone){
  475. // this.$u.toast('请输入手机号')
  476. // return
  477. // }
  478. // if(!this.uuid){
  479. // this.$u.toast('请输入会员号')
  480. // return
  481. // }
  482. if(!this.radiovalue1){
  483. this.$u.toast('请选择是否为职工App会员')
  484. return
  485. }
  486. if(!this.workImg1){
  487. this.$u.toast('上传单位证明')
  488. return
  489. }
  490. if(!this.workImg){
  491. this.$u.toast('上传电子会员卡')
  492. return
  493. }
  494. // if(this.fileList1.length==0){
  495. // this.$u.toast('上传个人照片')
  496. // return
  497. // }
  498. var arr=[]
  499. this.fileList1.forEach(item=>{
  500. arr.push(item.url)
  501. })
  502. let data={
  503. type:1,
  504. mid:uni.getStorageSync('userId'),//用户id
  505. n_id:this.workStatus.id,//工作性质
  506. is_vip:this.radiovalue1,//是否会员
  507. n_image:this.workImg,//电子会员卡
  508. // name:this.name,//姓名
  509. // phone:this.phone,手机号
  510. c_id:this.c_id,//工会单位
  511. // uuid:this.uuid,//会员号
  512. c_image:this.workImg1,//单位证明
  513. // zhuxi:this.chairman,//主席
  514. // zhuxi_phone:this.chairmanPhone,//主席电话
  515. constellation:this.xingzuo,//星座
  516. hunshi:this.hunshi=='未婚'?1:this.hunshi=='离异'?2:3,
  517. hobby:this.hobby,//爱好
  518. children:this.children,//兄弟几人
  519. appeals:this.aboutIt,//择偶要求
  520. image:arr.length==0?'':arr.toString(),//公积金缴费截图
  521. is_zinv:this.isChild,
  522. zinv_sex:this.isSex,
  523. is_du:this.isOne,
  524. home:this.isHouse,
  525. is_car:this.isCar,
  526. car_model:this.car_model,
  527. fa_work:this.father,
  528. ma_work:this.mather,
  529. graduaction_school:this.school,
  530. // position:this.position,
  531. income:this.income
  532. }
  533. uni.$u.http.post('/api/Authentication/authentication',data).then(res => {
  534. if(res.code==1){
  535. this.getType()
  536. }
  537. })
  538. },
  539. uploadImg(){
  540. var that=this
  541. uni.chooseImage({
  542. success: (chooseImageRes) => {
  543. const tempFilePaths = chooseImageRes.tempFilePaths;
  544. uni.uploadFile({
  545. url: this.$url+'/api/Publics/uploadLocality', //仅为示例,非真实的接口地址
  546. filePath: tempFilePaths[0],
  547. name: 'file',
  548. success: (uploadFileRes) => {
  549. that.workImg=JSON.parse(uploadFileRes.data).data.url
  550. }
  551. });
  552. }
  553. });
  554. },
  555. uploadImg1(){
  556. var that=this
  557. uni.chooseImage({
  558. success: (chooseImageRes) => {
  559. const tempFilePaths = chooseImageRes.tempFilePaths;
  560. uni.uploadFile({
  561. url: this.$url+'/api/Publics/uploadLocality', //仅为示例,非真实的接口地址
  562. filePath: tempFilePaths[0],
  563. name: 'file',
  564. success: (uploadFileRes) => {
  565. that.workImg1=JSON.parse(uploadFileRes.data).data.url
  566. }
  567. });
  568. }
  569. });
  570. },
  571. getWorking(){
  572. uni.$u.http.post('/api/Publics/working').then(res => {
  573. this.columns=[res.data]
  574. })
  575. },
  576. getWorkStatus(){
  577. uni.$u.http.post('/api/index/WorkNature').then(res => {
  578. this.workColumns=[res.data]
  579. })
  580. },
  581. confirmWork(e) {
  582. this.workStatus = e.value[0]
  583. this.showwork = false
  584. },
  585. confirmshowxingzuo(e) {
  586. this.xingzuo = e.value[0].name
  587. this.showxingzuo = false
  588. },
  589. confirmshowhunshi(e) {
  590. this.hunshi = e.value[0].name
  591. this.showhunshi = false
  592. },
  593. confirmshowfather(e) {
  594. this.father = e.value[0].name
  595. this.showfather = false
  596. },
  597. confirmshowmather(e) {
  598. this.mather = e.value[0].name
  599. this.showmather = false
  600. },
  601. change(e) {
  602. this.current = e.value[0]
  603. // console.log(this.columns[0][this.current])
  604. this.show = false
  605. },
  606. cancel() {
  607. this.show = false
  608. },
  609. // 删除图片
  610. deletePic(event) {
  611. this[`fileList${event.name}`].splice(event.index, 1)
  612. },
  613. // 新增图片
  614. async afterRead(event) {
  615. // 当设置 mutiple 为 true 时, file 为数组格式,否则为对象格式
  616. let lists = [].concat(event.file)
  617. let fileListLen = this[`fileList${event.name}`].length
  618. lists.map((item) => {
  619. this[`fileList${event.name}`].push({
  620. ...item,
  621. status: 'uploading',
  622. message: '上传中'
  623. })
  624. })
  625. for (let i = 0; i < lists.length; i++) {
  626. const result = await this.uploadFilePromise(lists[i].url)
  627. let item = this[`fileList${event.name}`][fileListLen]
  628. this[`fileList${event.name}`].splice(fileListLen, 1, Object.assign(item, {
  629. status: 'success',
  630. message: '',
  631. url: result
  632. }))
  633. fileListLen++
  634. }
  635. },
  636. uploadFilePromise(url) {
  637. return new Promise((resolve, reject) => {
  638. let a = uni.uploadFile({
  639. url: this.$url+'/api/Publics/uploadLocality', // 仅为示例,非真实的接口地址
  640. filePath: url,
  641. name: 'file',
  642. formData: {
  643. user: 'test'
  644. },
  645. success: (res) => {
  646. setTimeout(() => {
  647. resolve(JSON.parse(res.data).data.url)
  648. }, 1000)
  649. }
  650. });
  651. })
  652. },
  653. }
  654. }
  655. </script>
  656. <style lang="scss">
  657. // #ifdef H5
  658. page{
  659. background: url(/static/bg.png) no-repeat;
  660. }
  661. //#endif
  662. .success{
  663. box-sizing: border-box;
  664. padding: 0 40rpx;
  665. height: auto;
  666. }
  667. .info{
  668. padding: 40rpx 40rpx 0;
  669. width: 100%;
  670. margin-top: 80rpx;
  671. border-top: 2rpx solid #F3F3F3;
  672. .infoitem{
  673. line-height: 100rpx;
  674. width: 100%;
  675. font-size: 30rpx;
  676. color: #222222;
  677. }
  678. }
  679. .btnlist{
  680. width: 100%;
  681. }
  682. .btn1{
  683. font-weight: 500;
  684. color: #FFFFFF;
  685. line-height: 50px;
  686. background: linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);
  687. -webkit-background-clip: text;
  688. -webkit-text-fill-color: transparent;
  689. width: 270rpx;
  690. height: 88rpx;
  691. line-height: 88rpx;
  692. text-align: center;
  693. font-size: 36rpx;
  694. border-radius: 48rpx;
  695. border: 4rpx solid #E6CDE6;
  696. // border-image: linear-gradient(270deg, rgba(171, 145, 252, 1), rgba(251, 173, 177, 1)) 2 2;
  697. }
  698. .btn{
  699. width: 270rpx;
  700. height: 88rpx;
  701. line-height: 88rpx;
  702. text-align: center;
  703. background: linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);
  704. border-radius: 48rpx;
  705. font-size: 36rpx;
  706. }
  707. .error{
  708. padding-top: 96rpx;
  709. padding-bottom: 94rpx;
  710. margin: 56rpx auto 0;
  711. width: 690rpx;
  712. // height: 888rpx;
  713. background: #FFFFFF;
  714. border-radius: 40rpx;
  715. font-size: 24rpx;
  716. color: #222222;
  717. image{
  718. width: 140rpx;
  719. height: 140rpx;
  720. }
  721. .reason{
  722. padding: 24rpx 20rpx;
  723. margin: 52rpx auto 64rpx;
  724. width: 610rpx;
  725. height: 200rpx;
  726. background: #F4F4F4;
  727. border-radius: 20rpx;
  728. }
  729. }
  730. .lookvip {
  731. font-weight: 500;
  732. margin-top: 24rpx;
  733. font-size: 24rpx;
  734. color: #555555;
  735. text-align: center;
  736. text {
  737. margin: 0 8rpx;
  738. }
  739. }
  740. .uploadContent {
  741. position: relative;
  742. margin-top: 32rpx;
  743. width: 650rpx;
  744. height: 472rpx;
  745. font-size: 28rpx;
  746. color: #fff;
  747. font-weight: 600;
  748. background: #F3F4F6;
  749. border-radius: 20rpx;
  750. .contentTop {
  751. height: 400rpx;
  752. background-color: #F3F4F6;
  753. position: relative;
  754. .bigImg {
  755. position: absolute;
  756. top: 50%;
  757. left: 50%;
  758. transform: translate(-50%, -50%);
  759. width: 510rpx;
  760. height: 320rpx;
  761. }
  762. .smallImg {
  763. position: absolute;
  764. top: 50%;
  765. left: 50%;
  766. transform: translate(-50%, -50%);
  767. width: 116rpx;
  768. height: 116rpx;
  769. z-index: 1;
  770. }
  771. }
  772. .contentBottom {
  773. width: 650rpx;
  774. height: 72rpx;
  775. line-height: 72rpx;
  776. text-align: center;
  777. background: linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);
  778. border-radius: 0px 0px 20rpx 20rpx;
  779. }
  780. }
  781. .upload {
  782. margin: 20rpx auto;
  783. width: 690rpx;
  784. // height: 652rpx;
  785. padding: 24rpx 20rpx;
  786. background: #FDFCFE;
  787. box-shadow: 0px 0px 16rpx 0px rgba(0, 0, 0, 0.0400);
  788. border-radius: 24rpx;
  789. box-sizing: border-box;
  790. .title {
  791. font-weight: 500;
  792. font-size: 30rpx;
  793. color: #222222;
  794. text {
  795. color: #FF5B5B;
  796. }
  797. }
  798. }
  799. .form {
  800. padding: 0 30rpx;
  801. margin-top: 36rpx;
  802. background-color: #fff;
  803. border-radius: 40rpx 40rpx 0px 0px;
  804. background: linear-gradient(180deg, #FFFFFF 0%, #F6F2FD 100%);
  805. .item {
  806. height: 94rpx;
  807. line-height: 94rpx;
  808. border-bottom: 2rpx solid #F5F5F5;
  809. text {
  810. font-size: 30rpx;
  811. color: #222222;
  812. }
  813. input {
  814. text-align: right;
  815. }
  816. }
  817. }
  818. .top {
  819. padding-top: 44rpx;
  820. padding-left: 30rpx;
  821. image {
  822. width: 102rpx;
  823. height: 60rpx;
  824. }
  825. }
  826. </style>