luntan.vue 15 KB

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