my-luntan.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530
  1. <template>
  2. <view class="my-luntan">
  3. <image src="./static/weitu.png" class="my-luntan-bg" mode="aspectFill"></image>
  4. <!-- <u-navbar :background="{background:'rgba(0,0,0,0)'}" :isFixed="false" :border-bottom="false"></u-navbar> -->
  5. <u-navbar leftIconColor="#fff" :fixed="false" bgColor='rgba(0,0,0,0)' placeholder :safeAreaInsetTop="true" @leftClick="return1"></u-navbar>
  6. <view class="my-luntan-header">
  7. <view class="u-flex u-col-bottom u-row-between" style="position: relative;top: -24rpx;">
  8. <image :src="userinfo.userinfo.avatar" class="header-img" mode=""></image>
  9. <view class="header-right u-flex u-flex-1 u-row-right">
  10. <view class="u-flex-col u-col-center right-item">
  11. <text>{{userinfo.host_follow_count || 0}}</text>
  12. <text>{{user_id == userinfo.id ? '我的关注' : 'Ta的关注'}}</text>
  13. </view>
  14. <view class="u-flex-col u-col-center right-item">
  15. <text>{{userinfo.quilt_follow_count || 0}}</text>
  16. <text>{{user_id == userinfo.id ? '关注我的' : '关注Ta的'}}</text>
  17. </view>
  18. </view>
  19. </view>
  20. <view class="user-zhiye u-flex u-row-between">
  21. <view class="u-flex-col">
  22. <text class="text1">{{userinfo.userinfo.name || ''}}</text>
  23. <text class="text2">{{userinfo.userinfo.job || ''}}</text>
  24. </view>
  25. <text class="text3" v-if="user_id == userinfo.id" @click="touser">编辑资料</text>
  26. </view>
  27. </view>
  28. <u-gap height="20" bg-color="#F6F6F6"></u-gap>
  29. <view class="luntan-list">
  30. <view class="list-header u-flex">
  31. <text :class="{text:current == 1}" @click="changecurrent(1)">动态·{{total}}</text>
  32. <text :class="{text:current == 2}" @click="changecurrent(2)">圈子</text>
  33. </view>
  34. <view v-if="current == 1">
  35. <view v-for="(item,index) in list" :key="index" @click="toinfo(item)">
  36. <view class="luntan-item">
  37. <view class="luntan-user u-flex u-row-between">
  38. <image class="user-head" :src="userinfo.userinfo.avatar" mode=""></image>
  39. <view class="user-center u-flex-1 u-flex-col">
  40. <text>{{userinfo.userinfo.name}}</text>
  41. <text>{{userinfo.userinfo.job}}</text>
  42. </view>
  43. <view @click.stop="open(item)" v-if="user_id == userinfo.id">
  44. <u-icon name="more-dot-fill" size="36"></u-icon>
  45. </view>
  46. </view>
  47. <zhao-text :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" @click.stop="openimg(item.images.split(','),b)" mode="aspectFill"></image>
  50. <view style="width: 210rpx;"></view>
  51. </view>
  52. <view class="item-down u-flex u-row-between">
  53. <view class="u-flex u-row-center down-item" @click.stop="dianzan(item)">
  54. <image v-if="item.is_like" src="../static/images/dianzan3.png" mode=""></image>
  55. <image v-else src="../static/images/dianzan.png" mode=""></image>
  56. <text class="text1" :style="{color:item.is_like?'#0C66C2':'#777'}">{{item.like_count}}</text>
  57. </view>
  58. <view class="u-flex u-row-center down-item">
  59. <image src="../static/images/pinglun.png" mode=""></image>
  60. <text class="text1">{{item.comment_count}}</text>
  61. </view>
  62. <view class="u-flex u-row-center down-item">
  63. <image src="../static/images/liulan.png" mode=""></image>
  64. <text class="text1">{{item.read || 0}}</text>
  65. </view>
  66. </view>
  67. </view>
  68. <u-gap height="20" bg-color="#F6F6F6"></u-gap>
  69. </view>
  70. </view>
  71. <view v-if="current == 2" style="padding: 0 32rpx;">
  72. <view class="quanzi-type u-flex">
  73. <text :class="{text:type == 1}" @click="changetype(1)">{{user_id == userinfo.id ? '我的' : 'Ta的'}}关注</text>
  74. <text :class="{text:type == 2}" @click="changetype(2)">{{user_id == userinfo.id ? '我的' : 'Ta的'}}创建</text>
  75. </view>
  76. <view v-if="type == 1">
  77. <view class="quanzi-item u-flex u-row-between" v-for="(item,index) in list1" :key="index" @click="toquanzi({id:item.group.id})">
  78. <image :src="item.group.image" class="item-img" mode="aspectFill"></image>
  79. <view class="quanzi-center u-flex-1 u-flex-col">
  80. <view class="u-flex">
  81. <text class="text1">{{item.group.title}}</text>
  82. </view>
  83. <text class="text2">{{item.article_count}}条内容|{{item.group.follow_count}}人关注</text>
  84. </view>
  85. <u-icon name="arrow-right" color="rgba(76, 76, 76, 0.4)"></u-icon>
  86. </view>
  87. </view>
  88. <view v-else>
  89. <view class="quanzi-item u-flex u-row-between" v-for="(item,index) in list1" :key="index" @click="toquanzi({id:item.id})">
  90. <image :src="item.image" class="item-img" mode="aspectFill"></image>
  91. <view class="quanzi-center u-flex-1 u-flex-col">
  92. <view class="u-flex">
  93. <text class="text1">{{item.title}}</text>
  94. <!-- <image class="img" v-if="user_id == userinfo.id" src="static/quanzi-edit.png" mode=""></image> -->
  95. </view>
  96. <text class="text2">{{item.article_count}}条内容|{{item.follow_count}}人关注</text>
  97. </view>
  98. <u-icon name="arrow-right" color="rgba(76, 76, 76, 0.4)"></u-icon>
  99. </view>
  100. </view>
  101. </view>
  102. </view>
  103. </view>
  104. </template>
  105. <script>
  106. import {articlelike,homepagearticle,followgrouplist,usergrouplist,others_homepage,del_article} from "@/units/inquire.js"
  107. export default {
  108. data() {
  109. return {
  110. id: '',
  111. current: 1,
  112. type: 1,
  113. userinfo: {
  114. userinfo: {
  115. company_name: {}
  116. }
  117. },
  118. page: 1,
  119. list: [],
  120. total: 0,
  121. user_id: '',
  122. page1: 1,
  123. list1: [],
  124. total1: 0,
  125. isshow: false
  126. }
  127. },
  128. onLoad(option) {
  129. this.id = option.id
  130. this.user_id = uni.getStorageSync("user_id")
  131. },
  132. onShow() {
  133. this.getuser()
  134. if (this.isshow) {
  135. this.isshow = false
  136. } else {
  137. if (this.current == 1) {
  138. this.page = 1
  139. this.list = []
  140. } else {
  141. this.page1 = 1
  142. this.list1 = []
  143. }
  144. this.getlist()
  145. }
  146. },
  147. onReachBottom() {
  148. if (this.current == 1) {
  149. if (this.total != this.list.length) {
  150. this.page++
  151. this.getlist()
  152. }
  153. } else {
  154. if (this.total1 != this.list1.length) {
  155. this.page1++
  156. this.getlist()
  157. }
  158. }
  159. },
  160. methods: {
  161. return1(){
  162. uni.navigateBack()
  163. },
  164. toquanzi(item) {
  165. uni.navigateTo({
  166. url: "/pagesC/quanzi-info?id=" + item.id
  167. })
  168. },
  169. openimg(urls, index) {
  170. this.isshow = true
  171. this.$openimage(urls, index)
  172. },
  173. changetype(type) {
  174. this.type = type
  175. this.page1 = 1
  176. this.list1 = []
  177. this.getlist()
  178. },
  179. changecurrent(current) {
  180. this.current = current
  181. if (this.current == 1) {
  182. this.page = 1
  183. this.list = []
  184. } else {
  185. this.page1 = 1
  186. this.list1 = []
  187. }
  188. this.getlist()
  189. },
  190. dianzan(item) {
  191. uni.showLoading({
  192. mask: true,
  193. title: "请稍后"
  194. })
  195. articlelike({
  196. id: item.id
  197. }).then(res => {
  198. if (res.code == 1) {
  199. item.is_like = item.is_like ? null : {}
  200. if (item.is_like) {
  201. item.like_count++
  202. } else {
  203. item.like_count--
  204. }
  205. } else {
  206. this.$u.toast(res.msg)
  207. }
  208. })
  209. },
  210. touser() {
  211. uni.navigateTo({
  212. url: "/pagesD/userinfo"
  213. })
  214. },
  215. getlist() {
  216. if (this.current == 1) {
  217. homepagearticle({
  218. id: this.id,
  219. page: this.page
  220. }).then(res => {
  221. this.total = res.data.total
  222. this.list = this.list.concat(res.data.data)
  223. })
  224. } else {
  225. if (this.type == 1) {
  226. followgrouplist({
  227. page: this.page1,
  228. id: this.id
  229. }).then(res => {
  230. this.total1 = res.data.total
  231. this.list1 = this.list1.concat(res.data.data)
  232. })
  233. } else {
  234. usergrouplist({
  235. page: this.page1,
  236. id: this.id
  237. }).then(res => {
  238. this.total1 = res.data.total
  239. this.list1 = this.list1.concat(res.data.data)
  240. })
  241. }
  242. }
  243. },
  244. getuser() {
  245. others_homepage({
  246. id: this.id,
  247. page:this.page,
  248. page_num:20
  249. }).then(res => {
  250. this.userinfo = res.data
  251. })
  252. },
  253. open(item) {
  254. uni.showActionSheet({
  255. itemList: ['删除'],
  256. success: (e) => {
  257. if (e.tapIndex == 0) {
  258. del_article({
  259. id: item.id
  260. }).then(res => {
  261. this.$u.toast(res.msg)
  262. if (res.code == 1) {
  263. setTimeout(() => {
  264. this.page = 1
  265. this.list = []
  266. this.getlist()
  267. }, 800)
  268. }
  269. })
  270. }
  271. }
  272. })
  273. },
  274. toinfo(item) {
  275. uni.navigateTo({
  276. url: "/pagesC/luntan-info?id=" + item.id
  277. })
  278. },
  279. }
  280. }
  281. </script>
  282. <style lang="scss">
  283. .my-luntan {
  284. position: relative;
  285. .luntan-list {
  286. .quanzi-item {
  287. padding: 32rpx 0;
  288. border-bottom: 2rpx solid #F4F4F4;
  289. .item-img {
  290. width: 84rpx;
  291. height: 84rpx;
  292. border-radius: 10rpx;
  293. }
  294. .quanzi-center {
  295. margin: 0 20rpx;
  296. .text1 {
  297. font-size: 32rpx;
  298. font-family: PingFangSC-Medium, PingFang SC;
  299. font-weight: 500;
  300. color: #222222;
  301. }
  302. .img {
  303. width: 24rpx;
  304. height: 24rpx;
  305. margin-left: 12rpx;
  306. }
  307. .text2 {
  308. margin-top: 8rpx;
  309. font-size: 22rpx;
  310. font-family: PingFangSC-Regular, PingFang SC;
  311. font-weight: 400;
  312. color: #777777;
  313. }
  314. }
  315. }
  316. .quanzi-type {
  317. padding: 30rpx 0 8rpx 0;
  318. text {
  319. width: 156rpx;
  320. line-height: 64rpx;
  321. background: #F0F0F0;
  322. border-radius: 32rpx;
  323. text-align: center;
  324. margin-right: 44rpx;
  325. font-size: 28rpx;
  326. font-family: PingFangSC-Regular, PingFang SC;
  327. font-weight: 400;
  328. color: #444444;
  329. }
  330. .text {
  331. background-color: #0C66C2;
  332. color: #fff;
  333. }
  334. }
  335. .luntan-item {
  336. background: #FFFFFF;
  337. border-radius: 20rpx;
  338. padding: 0 32rpx;
  339. .item-down {
  340. height: 84rpx;
  341. .down-item {
  342. width: 214rpx;
  343. image {
  344. width: 33rpx;
  345. height: 33rpx;
  346. }
  347. .text1 {
  348. font-size: 26rpx;
  349. font-family: ArialMT;
  350. color: #777777;
  351. margin-left: 12rpx;
  352. }
  353. }
  354. }
  355. .luntan-img {
  356. margin-top: 20rpx;
  357. width: 100%;
  358. image {
  359. width: 210rpx;
  360. height: 210rpx;
  361. border-radius: 10rpx;
  362. // margin-right: 10rpx;
  363. margin-bottom: 10rpx;
  364. }
  365. }
  366. .luntan-img::after {
  367. width: 210rpx;
  368. }
  369. .luntan-user {
  370. height: 130rpx;
  371. .guanzhu-btn {
  372. width: 112rpx;
  373. line-height: 48rpx;
  374. border-radius: 24rpx;
  375. border: 1rpx solid #0C66C2;
  376. text-align: center;
  377. font-size: 26rpx;
  378. font-family: PingFangSC-Regular, PingFang SC;
  379. font-weight: 400;
  380. color: #0C66C2;
  381. }
  382. .user-center {
  383. margin: 0 16rpx;
  384. min-width: 1rpx;
  385. text:first-child {
  386. font-size: 28rpx;
  387. font-family: PingFangSC-Medium, PingFang SC;
  388. font-weight: 500;
  389. color: #222222;
  390. margin-bottom: 4rpx;
  391. }
  392. text:last-child {
  393. font-size: 20rpx;
  394. font-family: PingFangSC-Regular, PingFang SC;
  395. font-weight: 400;
  396. color: #818389;
  397. }
  398. }
  399. .user-head {
  400. width: 72rpx;
  401. height: 72rpx;
  402. border-radius: 100rpx;
  403. }
  404. }
  405. }
  406. .list-header {
  407. padding: 0 32rpx;
  408. height: 108rpx;
  409. border-bottom: 2rpx solid #F4F4F4;
  410. text {
  411. font-size: 32rpx;
  412. font-family: PingFangSC-Semibold, PingFang SC;
  413. font-weight: 600;
  414. color: #666666;
  415. margin-right: 88rpx;
  416. }
  417. .text {
  418. color: #222222;
  419. }
  420. }
  421. }
  422. .my-luntan-header {
  423. padding: 0 32rpx;
  424. width: 750rpx;
  425. height: 288rpx;
  426. background: #FFFFFF;
  427. border-radius: 32rpx 32rpx 0rpx 0rpx;
  428. margin-top: 88rpx;
  429. box-sizing: border-box;
  430. .user-zhiye {
  431. .text3 {
  432. width: 172rpx;
  433. line-height: 56rpx;
  434. border-radius: 32rpx;
  435. border: 1rpx solid #0C66C2;
  436. text-align: center;
  437. font-size: 26rpx;
  438. font-family: PingFangSC-Regular, PingFang SC;
  439. font-weight: 400;
  440. color: #0C66C2;
  441. }
  442. .text1 {
  443. font-size: 44rpx;
  444. font-family: PingFangSC-Medium, PingFang SC;
  445. font-weight: 500;
  446. color: #222222;
  447. margin-bottom: 12rpx;
  448. }
  449. .text2 {
  450. font-size: 26rpx;
  451. font-family: PingFangSC-Regular, PingFang SC;
  452. font-weight: 400;
  453. color: #666666;
  454. }
  455. }
  456. .header-right {
  457. .right-item {
  458. margin-left: 84rpx;
  459. text:first-child {
  460. font-size: 40rpx;
  461. font-family: DINAlternate-Bold, DINAlternate;
  462. font-weight: bold;
  463. color: #333333;
  464. margin-bottom: 8rpx;
  465. }
  466. text:last-child {
  467. font-size: 24rpx;
  468. font-family: PingFangSC-Regular, PingFang SC;
  469. font-weight: 400;
  470. color: #666666;
  471. }
  472. }
  473. }
  474. .header-img {
  475. width: 136rpx;
  476. height: 136rpx;
  477. border-radius: 100%;
  478. border: 4rpx solid #FFFFFF;
  479. }
  480. }
  481. .my-luntan-bg {
  482. position: absolute;
  483. top: 0;
  484. left: 0;
  485. width: 750rpx;
  486. height: 396rpx;
  487. z-index: -1;
  488. }
  489. }
  490. </style>