renzhengVip.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. <template>
  2. <view>
  3. <view class="u-flex u-row-between" style="height: 80rpx;background-color: #fff;position:fixed;width: 750rpx;line-height: 80rpx;padding: 0 30rpx;box-sizing: border-box;color: #666666;font-size: 26rpx;z-index: 999;" :style="{'top':navBarHeight+'px'}">
  4. <view class="tab_item" :class="{'select_tab':current==index}" v-for="(item,index) in tabList" :key="index" @click="tabClick(index)">
  5. {{item}}
  6. </view>
  7. <!-- <view class="u-flex" >
  8. <view class="u-flex" @click="showsex=true">
  9. 性别 <u-icon name="arrow-down-fill" size="10" color="#000"></u-icon>
  10. </view>
  11. <view class="u-flex" style="margin-left: 30rpx;" @click="showage=true">
  12. 年龄 <u-icon name="arrow-down-fill" size="10" color="#000"></u-icon>
  13. </view>
  14. </view> -->
  15. <view class="u-flex" @click="popup=true" style="font-size: 26rpx;color: #000000;">
  16. 筛选 <image src="../../static/index/shaixuan.png" mode="" style="width: 24rpx;height: 24rpx;vertical-align: middle;margin-left: 4rpx;"></image>
  17. </view>
  18. </view>
  19. <view class="u-flex u-row-between" style="flex-wrap: wrap;padding: 0 30rpx;">
  20. <view class="" style="background-color: #fff;width: 336rpx;margin: 0 0 20rpx;border-radius: 20rpx;position: relative;height: 600rpx;box-sizing: border-box;" v-for="(item,index) in list" :key="index" @click="toinfo(item)">
  21. <view class="" style="position: relative;">
  22. <image :src="item.headimg" mode="aspectFill" style="width: 336rpx;
  23. height: 336rpx;
  24. border-radius: 20rpx;"></image>
  25. <image src="../../static/index/notice.png" mode="" style="width: 48rpx;height: 48rpx;vertical-align: middle;position: absolute;bottom: 16rpx;right: 20rpx;" @click.stop="tomessage(item)"></image>
  26. <!-- <view class=" u-flex u-row-center" style="width: 144rpx;
  27. height: 28rpx;
  28. background: rgba(0,0,0,0.5);
  29. border-radius: 14rpx;position: absolute;left: 16rpx;bottom: 16rpx;text-align: center;align-items: center;" v-if="item.province_id">
  30. <image src="../../static/index/address.png" mode="" style="width: 20rpx;height: 20rpx;vertical-align: middle;"></image>
  31. <text style="color: #fff;font-size: 16rpx;">现居地:{{item.province_id}}</text>
  32. </view> -->
  33. </view>
  34. <view class=" u-flex u-row-center" style="width: 124rpx;height: 28rpx;background: rgba(0,0,0,0.5);border-radius: 14rpx;position: absolute;top: 20rpx;left: 40rpx;text-align: center;align-items: center;transform: scale(1.2);" v-if="item.vip_level==1">
  35. <image src="../../static/index/level.png" mode="" style="width: 20rpx;height: 20rpx;vertical-align: middle;"></image><text style="font-size: 16rpx;color: #fff;">身份已认证</text>
  36. </view>
  37. <view class="" style="font-size: 32rpx;padding:8rpx 20rpx;font-weight: 600;color: #000;">
  38. {{item.nickname}}
  39. <!-- <image src="../../static/index/2@2x.png" mode="" style="width: 36rpx;height: 36rpx;margin:0 20rpx -6rpx" v-show="item.sex==1"></image> <image src="../../static/index/1@2x.png" mode="" style="width: 36rpx;height: 36rpx;margin:0 20rpx -6rpx" v-show="item.sex==2"></image> -->
  40. </view>
  41. <view class="" style="font-size: 24rpx;color: #888888;padding:8rpx 20rpx;">
  42. 性别:<text style="color: #333333;">{{item.sex==1?'男':'女'}}</text>
  43. </view>
  44. <view class="" style="font-size: 24rpx;color: #888888;padding:8rpx 20rpx;" >
  45. 年龄:<text style="color: #333333;" v-if="item.age">{{item.age}}岁</text>
  46. </view>
  47. <view class="" style="font-size: 24rpx;color: #888888;padding:8rpx 20rpx;" >
  48. 身高:<text style="color: #333333;" v-if="item.height">{{item.height}}cm</text>
  49. </view>
  50. <view class="" style="font-size: 24rpx;color: #888888;padding:8rpx 20rpx;" >
  51. 现居地:<text style="color: #333333;" v-if="item.province_id"> {{item.province_id}}</text>
  52. </view>
  53. <!-- <view class="u-flex u-row-between" style="font-size: 24rpx;padding: 20rpx;color: #888888;">
  54. <text>{{item.sex==1?'男':'女'}}{{item.age?'·'+item.age:''}}{{item.height?'·'+item.height:''}}</text>
  55. <image src="../../static/profile/88@2x.png" mode="" style="width: 124rpx;height: 28rpx;vertical-align: middle;position: absolute;top: 20rpx;left: 20rpx;transform: scale(1.3);" v-if="item.vip_level==1"></image>
  56. <image src="../../static/profile/8@2x.png" mode="" style="width: 84rpx;height: 28rpx;vertical-align: middle;position: absolute;top: 20rpx;left: 20rpx;transform: scale(1.3);" v-else></image>
  57. </view> -->
  58. </view>
  59. </view>
  60. <u-empty
  61. mode="list"
  62. icon="http://cdn.uviewui.com/uview/empty/list.png" v-if="list.length==0"
  63. >
  64. </u-empty>
  65. <u-picker :show="showsex" :columns="sexcolumns" keyName="name" @confirm='changesex' @cancel='showsex=false' :closeOnClickOverlay='true'>
  66. </u-picker>
  67. <u-picker :show="showage" @cancel='showage=false' title="年龄" ref="uPicker" :columns="columns" @confirm="confirm" @change="changeage">
  68. </u-picker>
  69. <u-popup :show="popup" :round="10" mode="bottom" :closeable='true' @close="popup=false" @open="open">
  70. <view class="" style="padding: 30rpx 30rpx 0;">
  71. <view class="" style="font-size: 32rpx;color: #000;font-weight: 600;margin: 20rpx 0;">
  72. 年龄
  73. </view>
  74. <view class="u-flex u-row-between" style="flex-wrap: nowrap;">
  75. <view class="">
  76. <u-input inputAlign="center" v-model="age_min" type="number" :customStyle="inputstyle" placeholder="请输入年龄"></u-input>
  77. </view>
  78. <text>至</text>
  79. <view class="">
  80. <u-input inputAlign="center" v-model="age_max" type="number" :customStyle="inputstyle" placeholder="请输入年龄"></u-input>
  81. </view>
  82. </view>
  83. </view>
  84. <view style="width: 750rpx;padding: 30rpx;box-sizing: border-box;">
  85. <view class="" style="font-size: 32rpx;color: #000;font-weight: 600;margin: 20rpx 0;">
  86. 工作性质<text style="font-size: 22rpx;color: #888888;font-weight: 400;">/多选</text>
  87. </view>
  88. <view class="u-flex" style="flex-wrap: wrap;">
  89. <view class="item" :class="{'select':item.isSelect}" v-for="(item,index) in workList" @click="workClick(item)" :key="index">
  90. {{item.name}}
  91. </view>
  92. </view>
  93. <view class="" style="font-size: 32rpx;color: #000;font-weight: 600;margin: 20rpx 0;">
  94. 学历<text style="font-size: 22rpx;color: #888888;font-weight: 400;">/多选</text>
  95. </view>
  96. <view class="u-flex" style="flex-wrap: wrap;">
  97. <view class="item1" :class="{'select':item.isSelect}" v-for="(item,index) in educationList" @click="educationClick(item)" :key="index">
  98. {{item.name}}
  99. </view>
  100. </view>
  101. <view class="u-flex u-row-between" style="margin: 60rpx auto 0;width: 690rpx;">
  102. <view class="" style="width: 250rpx;
  103. height: 84rpx;
  104. background: #F6F3FD;
  105. border-radius: 50rpx;line-height: 84rpx;text-align: center;color: #777777;
  106. font-size: 36rpx;box-sizing: border-box;" @click="reset">
  107. <text style="background: linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);
  108. -webkit-background-clip: text;
  109. -webkit-text-fill-color: transparent;">重置</text>
  110. </view>
  111. <view class="" style="width: 410rpx;
  112. height: 84rpx;
  113. background: linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);
  114. border-radius: 42rpx;font-size: 36rpx;color: #fff;line-height: 84rpx;text-align: center;" @click="submit">
  115. 确定
  116. </view>
  117. </view>
  118. </view>
  119. </u-popup>
  120. <Showtoast @canceltoast='canceltoast' :showtoast='showtoast' />
  121. </view>
  122. </view>
  123. </template>
  124. <script>
  125. import Showtoast from'../../components/Showtoast.vue'
  126. export default {
  127. components:{
  128. Showtoast
  129. },
  130. onLoad() {
  131. // #ifdef H5
  132. let res = wx.getSystemInfoSync()
  133. this.navBarHeight = res.statusBarHeight + 44 //顶部状态栏+顶部导航,大部分机型默认44px
  134. // #endif
  135. var list=this.columns[0]
  136. var list1=this.columns[1]
  137. for( let i=1;i<66;i++){
  138. if(list[list.length-1]<65){
  139. list.push(list[0]+i)
  140. list1.push(list1[0]+i)
  141. }
  142. }
  143. this.getInfo()
  144. this.getList()
  145. this.getWork()
  146. },
  147. data() {
  148. return {
  149. navBarHeight:0,
  150. age_min:'',
  151. age_max:'',
  152. current:0,
  153. tabList:['认证会员','注册会员','男会员','女会员'],
  154. showtoast:false,
  155. columns1:[],
  156. columns: [
  157. [18],
  158. [18]
  159. ],
  160. sexcolumns: [
  161. ['男','女']
  162. ],
  163. showsex:false,
  164. showage:false,
  165. list:[],
  166. page:1,
  167. info:{},
  168. sex:'',
  169. age:[],
  170. popup:false,
  171. workList:[],
  172. educationList:[{name:'高中',isSelect:false},{name:'大专',isSelect:false},{name:'本科',isSelect:false},{name:'研究生',isSelect:false},{name:'博士',isSelect:false}],
  173. work:[],
  174. education:[],
  175. inputstyle:{
  176. width:'260rpx',
  177. background: '#F4F4F4',
  178. borderRadius:' 8rpx'
  179. }
  180. }
  181. },
  182. onReachBottom() {
  183. this.page++
  184. this.getList()
  185. },
  186. methods: {
  187. tabClick(index){
  188. if(this.current!=index){
  189. this.page=1
  190. this.current=index
  191. this.getList()
  192. }
  193. },
  194. canceltoast(){
  195. this.showtoast=false
  196. },
  197. submit(){
  198. var arr=this.educationList.filter(item=>{
  199. return item.isSelect==true
  200. })
  201. var arr1=this.workList.filter(item=>{
  202. return item.isSelect==true
  203. })
  204. if(arr.length!=0){
  205. this.educationList.forEach(item=>{
  206. if(item.isSelect){
  207. this.education.push(item.name)
  208. }
  209. })
  210. }else{
  211. this.education=[]
  212. }
  213. if(arr.length!=0){
  214. this.workList.forEach(item=>{
  215. if(item.isSelect){
  216. this.work.push(item.id)
  217. }
  218. })
  219. }else{
  220. this.work=[]
  221. }
  222. this.page=1
  223. this.getList()
  224. this.popup=false
  225. },
  226. reset(){
  227. this.age_min=''
  228. this.age_max=''
  229. this.workList.forEach(item=>{
  230. item.isSelect=false
  231. })
  232. this.educationList.forEach(item=>{
  233. item.isSelect=false
  234. })
  235. },
  236. educationClick(item){
  237. item.isSelect=!item.isSelect
  238. },
  239. workClick(item){
  240. item.isSelect=!item.isSelect
  241. },
  242. getWork(){
  243. uni.$u.http.post('/api/index/WorkNature').then(res => {
  244. res.data.forEach(item=>{
  245. item.isSelect=false
  246. })
  247. this.workList=res.data
  248. })
  249. },
  250. confirm(e){
  251. this.age=e.value
  252. this.page=1
  253. this.getList()
  254. this.showage=false
  255. },
  256. changeage(e) {
  257. console.log(11,e)
  258. const {
  259. columnIndex,
  260. value,
  261. values, // values为当前变化列的数组内容
  262. index,
  263. // 微信小程序无法将picker实例传出来,只能通过ref操作
  264. picker = this.$refs.uPicker
  265. } = e
  266. // 当第一列值发生变化时,变化第二列(后一列)对应的选项
  267. if (columnIndex === 0) {
  268. this.columns[1]=[...this.columns[0]]
  269. console.log(123,this.columns[1])
  270. // picker为选择器this实例,变化第二列对应的选项
  271. // picker.setColumnValues(1, this.columnData[index])
  272. this.columns[1].splice(0,index)
  273. this.$set(this.columns,1,this.columns[1])
  274. console.log(456,this.columns[1])
  275. }
  276. },
  277. changesex(e){
  278. this.sex=e.indexs[0]*1+1
  279. this.showsex=false
  280. this.page=1
  281. this.getList()
  282. },
  283. getInfo(){
  284. uni.$u.http.post('/api/user/userinfo').then(res => {
  285. if(res.code==1){
  286. this.info=res.data
  287. }
  288. })
  289. },
  290. tomessage(item){
  291. if(this.info.vip_level==0){
  292. this.showtoast=true
  293. return
  294. }
  295. if(this.info.vip_level==2){
  296. this.$u.toast('经用户反馈,您账户存在违规行为,暂不支持使用该功能')
  297. return
  298. }
  299. if(this.info.vip_level==3){
  300. this.$u.toast('您的账户已注销,暂不支持使用该功能')
  301. return
  302. }
  303. uni.navigateTo({
  304. url:'./message?otherid='+item.im_id
  305. })
  306. },
  307. toinfo(item){
  308. // if(this.info.vip_level==0){
  309. // this.showtoast=true
  310. // return
  311. // }
  312. if(this.info.vip_level==2){
  313. this.$u.toast('经用户反馈,您账户存在违规行为,暂不支持使用该功能')
  314. return
  315. }
  316. if(this.info.vip_level==3){
  317. this.$u.toast('您的账户已注销,暂不支持使用该功能')
  318. return
  319. }
  320. uni.navigateTo({
  321. url:'../profile/otherPage?id='+item.id
  322. })
  323. },
  324. getList(){
  325. let data={
  326. level:this.current==0?1:this.current==1?0:'',
  327. page:this.page,
  328. age_min:this.age_min,
  329. age_max:this.age_max,
  330. nature:this.work.length==0?'':this.work.toString(),
  331. education:this.education.length==0?'':this.education.toString(),
  332. sex:this.current==2?1:this.current==3?2:''
  333. }
  334. uni.$u.http.post('/api/Index/certified_user',data).then(res => {
  335. if(this.page==1){
  336. this.list=res.data
  337. }else{
  338. this.list=[...this.list,...res.data]
  339. }
  340. })
  341. },
  342. }
  343. }
  344. </script>
  345. <style lang="scss">
  346. .item{
  347. width: 220rpx;
  348. height: 72rpx;
  349. line-height: 72rpx;
  350. text-align: center;
  351. background: #F0F0F0;
  352. border-radius: 8rpx;
  353. font-size: 28rpx;
  354. color: #777777;
  355. margin-bottom: 20rpx;
  356. }
  357. .item:nth-child(3n-1){
  358. margin: 0 15rpx 20rpx;
  359. }
  360. .item1{
  361. width: 220rpx;
  362. height: 72rpx;
  363. line-height: 72rpx;
  364. text-align: center;
  365. background: #F0F0F0;
  366. border-radius: 8rpx;
  367. font-size: 28rpx;
  368. color: #777777;
  369. margin-bottom: 20rpx;
  370. }
  371. .item1:nth-child(3n-1){
  372. margin: 0 15rpx 20rpx;
  373. }
  374. .select{
  375. background: #F6F3FD;
  376. color: #CEACEA;
  377. }
  378. page{
  379. padding: 100rpx 0;
  380. background-color: #F6F2FD;
  381. }
  382. .tab_item{
  383. width: 132rpx;
  384. height: 52rpx;
  385. background: #F0F0F0;
  386. border-radius: 8rpx;
  387. color: #777777;
  388. font-size: 26rpx;
  389. line-height: 52rpx;
  390. text-align: center;
  391. }
  392. .select_tab{
  393. background: linear-gradient(270deg, #A890FE 0%, #FFAEAE 100%);
  394. color: #fff;
  395. font-weight: 600;
  396. }
  397. </style>