question.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. <template>
  2. <view class="question-wrap">
  3. <template v-if="hasAuth">
  4. <view class="question-top" :class="{'noAuth':!(isUserResearcher||userInfo.status&&userAuth)}">
  5. <view @click="showPopup" v-if="isUserResearcher||userInfo.status&&userAuth"
  6. style="display:flex;align-items: center;margin-left:30rpx;">
  7. <image src="../../static/question/select.png" mode="widthFix" class="menu-icon"/>
  8. <text style="color:#E3B377;font-size:28rpx;">筛选</text>
  9. </view>
  10. <van-popup :show="isPopupShow" position="left" :close-on-click-overlay="true"
  11. @close="isPopupShow = false"
  12. custom-style="height: 100%;width:50%;"
  13. @touchmove.stop.prevent>
  14. <view class="pop-wrap">
  15. <view class="pop-option-list">
  16. <van-collapse :value="activeName" @change="changeSelecOption" accordion :border="false">
  17. <van-collapse-item :border="false" :title="item.research_group_name" :name="index" v-for="(item, index) in optionList"
  18. :key="index">
  19. <view class="option-btn-wrap">
  20. <view class="option-btn"
  21. v-for=" i in item.children" :key="i.research_group_id"
  22. @click="handleOptionClick(i)"
  23. :class="{'active':selectName===i.research_group_name,'full':i.research_group_name.length>4}"
  24. >
  25. {{ i.research_group_name }}
  26. </view>
  27. </view>
  28. </van-collapse-item>
  29. </van-collapse>
  30. </view>
  31. </view>
  32. </van-popup>
  33. </view>
  34. <view class="report-empty-box" v-if="questionList.length==0">
  35. <image :src="globalImgUrls.activityNoAuth" mode="widthFix" style="width:100%;"/>
  36. <view>暂无提问<text v-if="userInfo.is_inner!==1">,快试试提问功能吧</text></view>
  37. </view>
  38. <view class="question-list" :class="{'last':finished}">
  39. <view class="question-item" v-for="item in questionList" :key="item.community_question_id">
  40. <view class="question-info">
  41. <view style="flex:1;" class="question-title">
  42. <text class="item-label">{{item.variety_tag_name}}</text>
  43. <!-- <text class="item-title"> -->{{ item.question_content }}<!-- </text> -->
  44. </view>
  45. <view class="item-answer">
  46. <view class="answer" @click="handleAudio(item)">
  47. <template v-if="!item.loading">
  48. <image class="music-img" :src="item.answer.isplay?playImgSrc:pauseImgSrc" mode="widthFix"/>
  49. <template v-if="item.answer.isplay || item.answer.ispause">
  50. <text>{{
  51. item.answer.audioTime - currentAudioMsg.audioCurrentTime>0?
  52. moment(item.answer.audioTime - currentAudioMsg.audioCurrentTime).format('mm:ss')
  53. :'00:00'}}
  54. </text>
  55. </template>
  56. <template v-else>
  57. <text>{{ moment(item.answer.audioTime).format('mm:ss') }}</text>
  58. </template>
  59. </template>
  60. <template v-else>
  61. <image class="load-img" src="../../static/loading.png" mode="aspectFill" />
  62. <text>{{ moment(item.answer.audioTime).format('mm:ss') }}</text>
  63. </template>
  64. </view>
  65. </view>
  66. </view>
  67. <text class="item-time">提问时间:{{ item.create_time }}</text>
  68. </view>
  69. </view>
  70. <template v-if="isUserResearcher">
  71. <view class="btn-wrap">
  72. <view class="btn topage-button" @click="toPage('question')" v-if="userInfo.status&&userAuth">
  73. <image
  74. src="../../static/question/askquestion.png"
  75. mode="scaleToFill"
  76. style="width:34rpx;height:34rpx;"
  77. />
  78. <text>我要提问</text>
  79. </view>
  80. <view class="btn topage-button" @click="toPage('ask')" v-if="userInfo.status&&userAuth">
  81. <view>待回答<text v-if="isUserResearcher" style="margin-left:5rpx;">{{'('+distributeNum+')'}}</text></view>
  82. </view>
  83. </view>
  84. </template>
  85. <template v-else>
  86. <view class="topage-btn topage-button" @click="toPage('question')" v-if="userInfo.status&&userAuth">
  87. <image
  88. src="../../static/question/askquestion.png"
  89. mode="scaleToFill"
  90. style="width:34rpx;height:34rpx;"
  91. />
  92. <text>我要提问</text>
  93. </view>
  94. </template>
  95. <!-- <view class="topage-btn" @click="toPage" v-if="isUserResearcher||userInfo.status&&userAuth">
  96. <image
  97. v-if="!isUserResearcher"
  98. src="../../static/question/askquestion.png"
  99. mode="scaleToFill"
  100. style="width:34rpx;height:34rpx;"
  101. />
  102. {{ isUserResearcher ? '待回答' : '我要提问' }} <text v-if="isUserResearcher" style="margin-left:5rpx;">{{'('+distributeNum+')'}}</text>
  103. </view> -->
  104. </template>
  105. <!-- 没有权限 -->
  106. <template v-else>
  107. <view class="noAuth-wrap">
  108. <image class="img" :src="globalImgUrls.activityNoAuth" mode="widthFix"></image>
  109. <view class="auth-text">您暂无权限查看问答社区</view>
  110. <view class="auth-text" v-if="noAuthInfo.type==='contact'">若想查看可以联系对口销售</view>
  111. <view class="auth-text" v-else>若想查看可以申请开通</view>
  112. <view class="auth-text" v-if="noAuthInfo.type==='contact'">
  113. {{noAuthInfo.name||''}}:<text @click="handleCallPhone(noAuthInfo.mobile+'')">{{noAuthInfo.mobile||''}}</text>
  114. </view>
  115. <view class="apply" @click="handleGoApply" v-else>立即申请</view>
  116. </view>
  117. </template>
  118. <!-- 弹窗 -->
  119. <van-popup :show="pupData.show" round @close="pupData.show = false" closeable :close-on-click-overlay="false">
  120. <view class="global-pup">
  121. <view class="content">
  122. <rich-text style="flex:none;margin-bottom:20rpx;" :nodes="pupData.content"></rich-text>
  123. <view class="contact" v-if="pupData.type == 'contact'">
  124. {{pupData.saleName||''}}:<text @click="handleCallPhone(pupData.mobile)">{{pupData.mobile||''}}</text>
  125. </view>
  126. <view class="apply" v-else-if="pupData.type == 'apply'">
  127. <view @click="handleApply">立即申请</view>
  128. </view>
  129. </view>
  130. </view>
  131. </van-popup>
  132. </view>
  133. </template>
  134. <script>
  135. import mixin from "../../mixin/questionMixin";
  136. import {apiOptionGroupList,apiBarTotal} from '@/api/question'
  137. import {apiGetTagTree} from '@/api/common'
  138. export default {
  139. mixins: [mixin],
  140. data() {
  141. return {
  142. questionList: [],
  143. isPopupShow: false,//弹出层是否展示
  144. optionList: [],
  145. activeNames: [],//collapse
  146. activeName:'',
  147. selectName:'',
  148. pauseImgSrc:'../../static/question/recordplay.png',
  149. playImgSrc:'../../static/question/recordpause.png',
  150. distributeNum:0,
  151. /* userInfo:{
  152. is_inner:1,//0:外部客户;1内部员工
  153. status:'试用',
  154. is_suspend:0,
  155. is_researcher:0,
  156. //seal_name:'梁娜',
  157. //seal_mobile:123456,
  158. },//mock用户信息 */
  159. }
  160. },
  161. watch:{
  162. selectName(){
  163. this.getQuestionList(3)
  164. }
  165. },
  166. computed:{
  167. },
  168. onLoad() {
  169. /* this.getVistor()
  170. this.getOptionList()
  171. this.getQuestionList(3) */
  172. },
  173. onShow() {
  174. this.getdistributeNum()
  175. this.getOptionList()
  176. this.getQuestionList(3)
  177. },
  178. onReachBottom() {
  179. if(this.finished) return
  180. this.page++
  181. this.getQuestionList(3)
  182. },
  183. onPullDownRefresh() {
  184. this.resetAudio()
  185. this.refreshPage()
  186. setTimeout(() => {
  187. uni.stopPullDownRefresh()
  188. }, 1500);
  189. },
  190. methods: {
  191. //获取研究员问答列表数量统计
  192. getdistributeNum() {
  193. if(this.userInfo.is_inner!==1) return
  194. //如果是研究员,则请求问答列表数量统计
  195. apiBarTotal().then(res=>{
  196. if(res.code===200){
  197. this.distributeNum = res.data.distribute
  198. }
  199. })
  200. },
  201. //获取筛选列表
  202. async getOptionList(){
  203. /* const res = await apiOptionGroupList()
  204. if(res.code===200){
  205. this.optionList = res.data
  206. } */
  207. const res = await apiGetTagTree()
  208. if(res.code===200){
  209. const result = res.data
  210. this.optionList = result.map((item)=>{
  211. let obj = {}
  212. obj.research_group_name = item.classify_name
  213. obj.children = item.tags.map((i)=>{
  214. return {research_group_id:i.tag_id,research_group_name:i.tag_name}
  215. })
  216. return obj
  217. })
  218. }
  219. },
  220. //点击筛选
  221. showPopup() {
  222. this.isPopupShow = true
  223. },
  224. //点击一级分类
  225. changeSelecOption(e) {
  226. this.activeName = e.detail
  227. },
  228. //点击二级分类
  229. handleOptionClick(item){
  230. //重复点击代表取消
  231. if(this.selectId===item.research_group_id){
  232. this.selectId=-1
  233. this.selectName=''
  234. }else{
  235. this.selectId = item.research_group_id
  236. this.selectName = item.research_group_name
  237. }
  238. this.page = 1
  239. this.isPopupShow = false
  240. },
  241. //点击'我要提问' or '待回答'
  242. toPage(type) {
  243. if(type==='question'){
  244. uni.navigateTo({ url: '/pages-question/hasQuestion' })
  245. }else{
  246. uni.navigateTo({ url: '/pages-question/answerList' })
  247. }
  248. },
  249. //转发分享
  250. onShareAppMessage(){
  251. return{
  252. title:'问答社区',
  253. path:'/pages/question/question'
  254. }
  255. },
  256. refreshPage() {
  257. this.page = 1
  258. this.selectId = -1
  259. this.questionList = []
  260. this.finished = false
  261. this.getQuestionList(3)
  262. },
  263. }
  264. }
  265. </script>
  266. <style lang="scss">
  267. .question-wrap {
  268. .van-popup--bottom{
  269. padding-bottom: 0 !important;
  270. }
  271. /deep/ .van-cell__title,
  272. .van-cell__value {
  273. flex: none !important;
  274. }
  275. .van-collapse-item{
  276. &.van-hairline--top{
  277. &::after{
  278. border: none !important;
  279. }
  280. }
  281. .van-cell{
  282. padding-left:0 !important;
  283. }
  284. }
  285. .van-collapse-item__content{
  286. padding:0;
  287. }
  288. }
  289. page {
  290. padding-bottom: env(safe-area-inset-bottom);
  291. }
  292. </style>
  293. <style lang="scss" scoped>
  294. .question-wrap {
  295. padding: 0 30rpx 80rpx 30rpx;
  296. background-color: #FFFFFF;
  297. .question-top {
  298. display: flex;
  299. flex: auto;
  300. align-items: center;
  301. height: 100rpx;
  302. background-color: white;
  303. position: sticky;
  304. top: 0;
  305. left: 0;
  306. margin:0 -30rpx;
  307. z-index: 99;
  308. &.noAuth{
  309. height:20rpx;
  310. }
  311. /* border-top: 1rpx solid rgba(0, 0, 0, 0.1); */
  312. .text{
  313. width:240rpx;
  314. height:70rpx;
  315. line-height: 70rpx;
  316. background-color: #F5F5F5;
  317. border-radius: 4rpx;
  318. color:#666666;
  319. text-align: center;
  320. &.active{
  321. color:#E3B377;
  322. background-color: #FDF8F2;
  323. }
  324. }
  325. .auth-box {
  326. flex: 1;
  327. }
  328. .menu-icon {
  329. width: 34rpx;
  330. height:34rpx;
  331. }
  332. .pop-wrap{
  333. height: 100%;
  334. padding: 50rpx 34rpx;
  335. .pop-option-list {
  336. .option-btn-wrap {
  337. display: flex;
  338. justify-content: space-between;
  339. flex-wrap: wrap;
  340. margin-bottom: 20rpx;
  341. .option-btn {
  342. min-width: 145rpx;
  343. height:76rpx;
  344. line-height: 76rpx;
  345. text-align: center;
  346. color: black;
  347. background-color: #F6F6F6;
  348. border-radius: 4rpx;
  349. margin-top: 10rpx;
  350. &.active{
  351. background-color: #FAEEDE;
  352. }
  353. &.full{
  354. width:100%;
  355. }
  356. }
  357. }
  358. }
  359. .pop-btn{
  360. height:80rpx;
  361. margin:0 -34rpx;
  362. text-align: center;
  363. line-height: 80rpx;
  364. color:#FFFFFF;
  365. background-color: #E6B77D;
  366. }
  367. }
  368. }
  369. .question-list {
  370. padding-bottom: 34rpx;
  371. &.last{
  372. padding-bottom: 260rpx;
  373. }
  374. }
  375. .topage-btn {
  376. position: fixed;
  377. left:50%;
  378. margin-left: -257rpx;
  379. bottom: 215rpx;
  380. width:514rpx;
  381. }
  382. .topage-button{
  383. height: 80rpx;
  384. text-align: center;
  385. line-height: 80rpx;
  386. border-radius: 40rpx;
  387. background-color: #333333;
  388. box-shadow: 0px 4px 20px 1px rgba(160, 126, 84, 0.25);
  389. color: #E3B377;
  390. display: flex;
  391. justify-content: center;
  392. align-items: center;
  393. image{
  394. margin-right: 10rpx;
  395. margin-top: -2rpx;
  396. }
  397. }
  398. .btn-wrap{
  399. position: fixed;
  400. width:100%;
  401. margin-left: -30rpx;
  402. display: flex;
  403. justify-content: center;
  404. bottom: 215rpx;
  405. .btn{
  406. width:300rpx;
  407. height:80rpx;
  408. &:first-child{
  409. margin-right: 30rpx;
  410. }
  411. }
  412. }
  413. .global-pup{
  414. .content{
  415. padding:90rpx 34rpx;
  416. flex-direction: column;
  417. .contact{
  418. text{
  419. margin-left: 15rpx;
  420. color:#E6B77D;
  421. }
  422. }
  423. .apply{
  424. margin-top: 40rpx;
  425. width:390rpx;
  426. height:80rpx;
  427. background-color: #E6B77D;
  428. color: #FFFFFF;
  429. text-align: center;
  430. line-height: 80rpx;
  431. border-radius: 40rpx;
  432. }
  433. }
  434. }
  435. }
  436. </style>