luntan.vue 15 KB

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