luntan.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627
  1. <template>
  2. <view class="luntan-pages">
  3. <view class="luntan-header">
  4. <image class="index-bg" src="../../static/images/index-header.png" mode=""></image>
  5. <!-- <u-navbar :isBack="false" :background="{background:'rgba(0,0,0,0)'}" :border-bottom="false"
  6. :isFixed="false"> -->
  7. <u-navbar :fixed="false" bgColor='rgba(0,0,0,0)' placeholder :safeAreaInsetTop="true">
  8. <view id="height" class="index-header u-flex u-row-between" slot="left" style="position: relative;">
  9. <image @click="touser({uid:userinfo.id})" :src="userinfo.group_info.avatar" style="width: 64rpx ; height: 64rpx; border-radius: 50rpx;"
  10. mode=""></image>
  11. </view>
  12. <view id="height" class="index-header u-flex u-row-between" slot="center" style="position: relative;">
  13. <view class="navbar-right u-flex u-flex-1">
  14. <!-- <view class="right-icon">
  15. <u-icon name="search" size="44"></u-icon>
  16. </view> -->
  17. <view class="luntan-search u-flex">
  18. <u-icon name="search" size="22"></u-icon>
  19. <input type="text" placeholder="搜索你感兴趣的内容" v-model="keyword1" confirm-type="search"
  20. @confirm="tosearch(1)">
  21. </view>
  22. <view class="right-icon" @click="toxiaoxi">
  23. <u-badge type="error" count="7" :offset="[-8,-8]"></u-badge>
  24. <u-icon name="bell" size="22"></u-icon>
  25. </view>
  26. </view>
  27. </view>
  28. </u-navbar>
  29. <view class="header-tabs u-flex u-col-bottom">
  30. <view class="u-flex-col u-col-center tabs-item" :class="{'tabs-item1':tabsindex == index}"
  31. v-for="(item,index) in tabs" :key="index" @click="changetabs(index)">
  32. <text>{{item}}</text>
  33. <text></text>
  34. </view>
  35. </view>
  36. </view>
  37. <view class="luntan-list" v-if="tabsindex == 0">
  38. <view class="luntan-item" v-for="(item,index) in list" :key="index" @click="toinfo(item)">
  39. <view class="luntan-user u-flex u-row-between">
  40. <image class="user-head" :src="item.userinfo.avatar" @click.stop="touser(item)" mode=""></image>
  41. <view class="user-center u-flex-1 u-flex-col">
  42. <text>{{item.userinfo.name}}</text>
  43. <text>{{item.userinfo.company_name.name}}</text>
  44. </view>
  45. <text class="guanzhu-btn" @click.stop="guanzhu(item)">{{item.is_follow ? '已关注' : '关注'}}</text>
  46. </view>
  47. <zhao-text v-if="item.content" :text="item.content"></zhao-text>
  48. <view v-if="item.images" class="luntan-img u-flex u-flex-wrap u-row-between">
  49. <image :src="a" v-for="(a,b) in item.images.split(',')" :key="b"
  50. @click.stop="openimg(item.images.split(','),b)" mode="aspectFill"></image>
  51. <view style="width: 210rpx;"></view>
  52. </view>
  53. <view class="quanzi-box u-flex" v-if="item.circle" @click.stop="toquanzi(item)">
  54. <image src="../../static/images/quanzi.png" mode=""></image>
  55. <text>{{item.circle.title}}</text>
  56. </view>
  57. <view class="item-down u-flex u-row-between">
  58. <view class="u-flex u-row-center down-item" @click.stop="dianzan(item)">
  59. <image v-if="item.is_like" src="../../static/images/dianzan1.png" mode=""></image>
  60. <image v-else src="../../static/images/dianzan.png" mode=""></image>
  61. <text class="text1">{{item.like_count}}</text>
  62. </view>
  63. <view class="u-flex u-row-center down-item">
  64. <image src="../../static/images/pinglun.png" mode=""></image>
  65. <text class="text1">{{item.comment_count}}</text>
  66. </view>
  67. <view class="u-flex u-row-center down-item">
  68. <image src="../../static/images/liulan.png" mode=""></image>
  69. <text class="text1">{{item.read || 0}}</text>
  70. </view>
  71. </view>
  72. </view>
  73. </view>
  74. <view class="quanzi-list" v-if="tabsindex == 1">
  75. <view class="quanzi-item u-flex u-row-between" v-for="(item,index) in list" :key="index"
  76. @click="toquanzi({circle_id:item.id})">
  77. <image :src="item.image" class="img" mode="aspectFill"></image>
  78. <view class="quanzi-center u-flex-col">
  79. <text>{{item.title}}</text>
  80. <text>{{item.article_count}}条内容|{{item.follow_count}}人关注</text>
  81. </view>
  82. <view class="quanzi-btn" @click.stop="guanzhuquanzi(item)">
  83. {{item.is_follow ? '已关注' : '关注'}}
  84. </view>
  85. </view>
  86. </view>
  87. <view class="quanzi-list" v-if="tabsindex == 2">
  88. <view class="quanzi-item u-flex u-row-between" v-for="(item,index) in list" :key="index"
  89. @click="touser({uid:item.uid})">
  90. <image :src="item.userinfo.avatar" class="img" style="border-radius: 100rpx;" mode="aspectFill"></image>
  91. <view class="quanzi-center u-flex-col">
  92. <text>{{item.userinfo.name}}</text>
  93. <text>{{item.userinfo.company_name.name}}</text>
  94. </view>
  95. <view class="quanzi-btn" @click.stop="quxiaoguanzhu(item)">
  96. 已关注
  97. </view>
  98. </view>
  99. </view>
  100. <view class="luntan-fabu u-flex u-row-center" @click="show = true">
  101. <image src="../../static/images/plus.png" mode=""></image>
  102. </view>
  103. <u-popup v-model="show" border-radius="28" :closeable="true" mode="center">
  104. <view class="fabu-luntan u-flex u-row-between">
  105. <view @click="toadd(1)" class="fabu-item u-flex-col u-col-center">
  106. <view class="fabu-img u-flex u-row-center">
  107. <image src="../../static/images/fabu1.png" mode=""></image>
  108. </view>
  109. <text class="fabu-text">发布帖子</text>
  110. </view>
  111. <view @click="toadd(2)" class="fabu-item u-flex-col u-col-center">
  112. <view class="fabu-img u-flex u-row-center">
  113. <image src="../../static/images/fabu2.png" mode=""></image>
  114. </view>
  115. <text class="fabu-text">创建圈子</text>
  116. </view>
  117. </view>
  118. </u-popup>
  119. </view>
  120. </template>
  121. <script>
  122. import {
  123. articlelist,
  124. grouplist,
  125. followuser,
  126. follow,
  127. articlelike
  128. } from "@/units/inquire.js"
  129. export default {
  130. data() {
  131. return {
  132. tabs: ['推荐', '圈子', '关注'],
  133. tabsindex: 0,
  134. show: false,
  135. page: 1,
  136. list: [],
  137. total: 0,
  138. userinfo: {
  139. group_info: {}
  140. },
  141. keyword1: '',
  142. keyword: '',
  143. isshow: false
  144. }
  145. },
  146. onShow() {
  147. if (this.isshow) {
  148. this.isshow = false
  149. } else {
  150. this.page = 1
  151. this.list = []
  152. this.getlist()
  153. // this.getuser()
  154. }
  155. },
  156. onReachBottom() {
  157. if (this.total != this.list.length) {
  158. this.page++
  159. // this.getlist()
  160. }
  161. },
  162. methods: {
  163. quxiaoguanzhu(item) {
  164. uni.showLoading({
  165. mask: true,
  166. title: "请稍后"
  167. })
  168. follow({
  169. type: 1,
  170. id: item.uid
  171. }).then(res => {
  172. this.$u.toast(res.msg)
  173. setTimeout(() => {
  174. this.tosearch()
  175. }, 800)
  176. })
  177. },
  178. guanzhuquanzi(item) {
  179. uni.showLoading({
  180. mask: true,
  181. title: "请稍后"
  182. })
  183. follow({
  184. type: 2,
  185. id: item.id
  186. }).then(res => {
  187. this.$u.toast(res.msg)
  188. if (res.code == 1) {
  189. item.is_follow = item.is_follow ? null : {}
  190. if (item.is_follow) {
  191. item.follow_count++
  192. } else {
  193. item.follow_count--
  194. }
  195. }
  196. })
  197. },
  198. openimg(urls, index) {
  199. this.isshow = true
  200. this.$openimage(urls, index)
  201. },
  202. changetabs(index) {
  203. this.tabsindex = index
  204. this.keyword1 = ''
  205. this.tosearch()
  206. },
  207. tosearch(type) {
  208. this.keyword = this.keyword1
  209. this.page = 1
  210. this.list = []
  211. if (type == 1) {
  212. this.tabsindex = this.tabsindex == 2 ? 0 : this.tabsindex
  213. }
  214. this.getlist()
  215. },
  216. getuser() {
  217. index().then(res => {
  218. this.userinfo = res.data
  219. })
  220. },
  221. guanzhu(item) {
  222. uni.showLoading({
  223. mask: true,
  224. title: "请稍后"
  225. })
  226. follow({
  227. type: 1,
  228. id: item.uid
  229. }).then(res => {
  230. this.$u.toast(res.msg)
  231. if (res.code == 1) {
  232. setTimeout(() => {
  233. this.page = 1
  234. this.list = []
  235. this.getlist()
  236. }, 800)
  237. }
  238. })
  239. },
  240. dianzan(item) {
  241. uni.showLoading({
  242. mask: true,
  243. title: "请稍后"
  244. })
  245. articlelike({
  246. id: item.id,
  247. }).then(res => {
  248. if (res.code == 1) {
  249. item.is_like = item.is_like ? null : {}
  250. if (item.is_like) {
  251. item.like_count++
  252. } else {
  253. item.like_count--
  254. }
  255. } else {
  256. this.$u.toast(res.msg)
  257. }
  258. })
  259. },
  260. getlist() {
  261. if (this.tabsindex == 0) {
  262. articlelist({
  263. page: this.page,
  264. keywords: this.keyword
  265. }).then(res => {
  266. this.total = res.data.total
  267. this.list = this.list.concat(res.data.data)
  268. })
  269. }
  270. if (this.tabsindex == 1) {
  271. grouplist({
  272. page: this.page,
  273. keywords: this.keyword
  274. }).then(res => {
  275. this.total = res.data.total
  276. this.list = this.list.concat(res.data.data)
  277. })
  278. }
  279. if (this.tabsindex == 2) {
  280. followuser({
  281. page: this.page,
  282. keywords: this.keyword
  283. }).then(res => {
  284. this.total = res.data.total
  285. this.list = this.list.concat(res.data.data)
  286. })
  287. }
  288. },
  289. touser(item) {
  290. uni.navigateTo({
  291. url: "/pagesC/my-luntan?id=" + item.uid
  292. })
  293. },
  294. toquanzi(item) {
  295. uni.navigateTo({
  296. url: "/pagesC/quanzi-info?id=" + item.circle_id
  297. })
  298. },
  299. toadd(type) {
  300. if (type == 1) {
  301. uni.navigateTo({
  302. url: "/pagesC/add-luntan"
  303. })
  304. }
  305. if (type == 2) {
  306. uni.navigateTo({
  307. url: "/pagesC/add-quanzi"
  308. })
  309. }
  310. this.show = false
  311. },
  312. toinfo(item) {
  313. uni.navigateTo({
  314. url: "/pagesC/luntan-info?id=" + item.id
  315. })
  316. },
  317. toxiaoxi() {
  318. uni.navigateTo({
  319. url: "/pagesC/xiaoxi-list"
  320. })
  321. }
  322. }
  323. }
  324. </script>
  325. <style lang="scss">
  326. .luntan-pages {
  327. .index-header {
  328. // flex: 1;
  329. padding: 0 32rpx;
  330. height: 50rpx;
  331. }
  332. .quanzi-list {
  333. padding: 0 32rpx;
  334. background-color: #fff;
  335. .quanzi-item {
  336. padding: 28rpx 0;
  337. border-bottom: 2rpx solid #F4F4F4;
  338. .quanzi-btn {
  339. width: 112rpx;
  340. border-radius: 24rpx;
  341. border: 1rpx solid #0C66C2;
  342. text-align: center;
  343. line-height: 48rpx;
  344. font-size: 26rpx;
  345. font-family: PingFangSC-Regular, PingFang SC;
  346. font-weight: 400;
  347. color: #0C66C2;
  348. }
  349. .quanzi-center {
  350. flex: 1;
  351. margin: 0 20rpx;
  352. text:first-child {
  353. font-size: 30rpx;
  354. font-family: PingFangSC-Medium, PingFang SC;
  355. font-weight: 500;
  356. color: #222222;
  357. margin-bottom: 14rpx;
  358. }
  359. text:last-child {
  360. font-size: 22rpx;
  361. font-family: PingFangSC-Regular, PingFang SC;
  362. font-weight: 400;
  363. color: #777777;
  364. }
  365. }
  366. .img {
  367. width: 96rpx;
  368. height: 96rpx;
  369. border-radius: 10rpx;
  370. background-color: rgba(0, 0, 0, 0.1);
  371. }
  372. }
  373. }
  374. .fabu-luntan {
  375. width: 566rpx;
  376. height: 308rpx;
  377. padding: 40rpx 100rpx 0 100rpx;
  378. .fabu-item {
  379. .fabu-img {
  380. width: 112rpx;
  381. height: 112rpx;
  382. background: rgba(12, 102, 194, 0.1);
  383. margin-bottom: 32rpx;
  384. border-radius: 100%;
  385. image {
  386. width: 56rpx;
  387. height: 56rpx;
  388. }
  389. }
  390. .fabu-text {
  391. font-size: 28rpx;
  392. font-family: PingFangSC-Medium, PingFang SC;
  393. font-weight: 500;
  394. color: #333333;
  395. }
  396. }
  397. }
  398. .luntan-fabu {
  399. width: 96rpx;
  400. height: 96rpx;
  401. background: #0C66C2;
  402. box-shadow: 0rpx 12rpx 48rpx -20rpx #0C66C2;
  403. position: fixed;
  404. bottom: 44rpx;
  405. right: 24rpx;
  406. z-index: 10;
  407. border-radius: 100rpx;
  408. image {
  409. width: 45rpx;
  410. height: 45rpx;
  411. }
  412. }
  413. .luntan-list {
  414. padding: 20rpx 20rpx 0 24rpx;
  415. box-sizing: border-box;
  416. .luntan-item {
  417. background: #FFFFFF;
  418. border-radius: 20rpx;
  419. margin: 20rpx auto;
  420. padding: 0 20rpx;
  421. .item-down {
  422. height: 84rpx;
  423. .down-item {
  424. width: 214rpx;
  425. image {
  426. width: 33rpx;
  427. height: 33rpx;
  428. }
  429. .text1 {
  430. font-size: 26rpx;
  431. font-family: ArialMT;
  432. color: #777777;
  433. margin-left: 12rpx;
  434. }
  435. }
  436. }
  437. .luntan-img {
  438. margin-top: 20rpx;
  439. width: 100%;
  440. image {
  441. width: 210rpx;
  442. height: 210rpx;
  443. border-radius: 10rpx;
  444. // margin-right: 10rpx;
  445. margin-bottom: 10rpx;
  446. }
  447. }
  448. .luntan-img::after {
  449. width: 210rpx;
  450. }
  451. .quanzi-box {
  452. padding: 0 20rpx;
  453. height: 50rpx;
  454. background: #F6F6F6;
  455. border-radius: 28rpx;
  456. margin: 20rpx 0 0 0;
  457. display: inline-flex;
  458. image {
  459. width: 28rpx;
  460. height: 28rpx;
  461. }
  462. text {
  463. font-size: 24rpx;
  464. font-family: PingFangSC-Regular, PingFang SC;
  465. font-weight: 400;
  466. color: #555555;
  467. margin-left: 8rpx;
  468. }
  469. }
  470. .luntan-user {
  471. height: 130rpx;
  472. .guanzhu-btn {
  473. width: 112rpx;
  474. line-height: 48rpx;
  475. border-radius: 24rpx;
  476. border: 1rpx solid #0C66C2;
  477. text-align: center;
  478. font-size: 26rpx;
  479. font-family: PingFangSC-Regular, PingFang SC;
  480. font-weight: 400;
  481. color: #0C66C2;
  482. }
  483. .user-center {
  484. margin: 0 16rpx;
  485. min-width: 1rpx;
  486. text:first-child {
  487. font-size: 28rpx;
  488. font-family: PingFangSC-Medium, PingFang SC;
  489. font-weight: 500;
  490. color: #222222;
  491. margin-bottom: 4rpx;
  492. }
  493. text:last-child {
  494. font-size: 20rpx;
  495. font-family: PingFangSC-Regular, PingFang SC;
  496. font-weight: 400;
  497. color: #818389;
  498. }
  499. }
  500. .user-head {
  501. width: 72rpx;
  502. height: 72rpx;
  503. border-radius: 100rpx;
  504. }
  505. }
  506. }
  507. }
  508. .luntan-header {
  509. position: sticky;
  510. top: 0;
  511. left: 0;
  512. z-index: 99;
  513. background: linear-gradient(180deg, #EDF6FF 0%, #FFFFFF 100%);
  514. .index-bg {
  515. position: absolute;
  516. top: 0;
  517. left: 0;
  518. z-index: -1;
  519. width: 750rpx;
  520. height: 260rpx;
  521. }
  522. .header-tabs {
  523. height: 84rpx;
  524. .tabs-item {
  525. padding: 0 42rpx;
  526. text:first-child {
  527. font-size: 32rpx;
  528. font-family: PingFangSC-Medium, PingFang SC;
  529. font-weight: 500;
  530. color: #777777;
  531. margin-bottom: 10rpx;
  532. }
  533. text:last-child {
  534. width: 36rpx;
  535. height: 6rpx;
  536. border-radius: 4rpx;
  537. }
  538. }
  539. .tabs-item1 {
  540. text:first-child {
  541. color: #000000;
  542. }
  543. text:last-child {
  544. background-color: #0C66C2;
  545. }
  546. }
  547. }
  548. .luntan-navbar {
  549. flex: 1;
  550. padding: 0 32rpx;
  551. .navbar-right {
  552. .luntan-search {
  553. height: 68rpx;
  554. background: #F3F3F3;
  555. border-radius: 20rpx;
  556. padding: 0 24rpx;
  557. margin-left: 80rpx;
  558. input {
  559. // flex: 1;
  560. margin-left: 12rpx;
  561. font-size: 26rpx;
  562. }
  563. }
  564. .right-icon {
  565. margin-left: 22rpx;
  566. position: relative;
  567. }
  568. }
  569. }
  570. }
  571. }
  572. page {
  573. background-color: #F6F6F6;
  574. }
  575. </style>