luntan.vue 15 KB

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