newDetail.vue 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. <template>
  2. <view class="content2">
  3. <view style="height: 72px;"></view>
  4. <view class="top">
  5. <view class="topline" @click="goIndex">首页</view>
  6. <view class="topjt">></view>
  7. <view class="topline" :class="{'c999':!twoName}" @click="goList()">{{topName}}</view>
  8. <view class="topjt" v-if="twoName">></view>
  9. <view class="topline" :class="{'c999':twoName}">{{twoName}}</view>
  10. </view>
  11. <view class="htmlBox">
  12. <view class="htmlTitle">{{detailData.name}}</view>
  13. <view class="time">{{detailData.publishTime}}</view>
  14. <view class="html" v-html="detailData.contents"></view>
  15. </view>
  16. <view class="itemArr" v-if="itemArr.length>0">
  17. <view class="itemArrLine" :class="{'itemArrLineBottom':itemArr.length!=(index+1)}" v-for="(item,index) in itemArr">
  18. <view class="itemArrLeft" >
  19. <image src="../../static/pcimg/icon_fujian@2x.png" mode="" class="fileIcon"></image>
  20. <view class="fileName" @click="gofile(item.fileUrl)">{{item.fileName}}</view>
  21. </view>
  22. <!-- <view class="dload">
  23. <a class="dloadbtn" :href="item.fileUrl" target='_blank' >下载</a>
  24. </view> -->
  25. </view>
  26. </view>
  27. <view class="lbel" v-if="topName">
  28. <view class="topName" @click="goList">{{topName}}</view>
  29. </view>
  30. </view>
  31. </template>
  32. <script>
  33. export default {
  34. props: ['newid','data'],
  35. data() {
  36. return {
  37. id: '',
  38. detailData: {},
  39. couContent: '',
  40. itemArr: [],
  41. topName:'',
  42. twoName:'',
  43. comment:'',
  44. parentCode:'',
  45. }
  46. },
  47. watch:{
  48. newid(newValue, oldValue){
  49. console.log(newValue);
  50. this.id = newValue
  51. this.topName=this.data.categoryName;
  52. this.twoName=this.data.twoName;
  53. this.comment=this.data.comment;
  54. this.parentCode=this.data.code
  55. this.getDetailData()
  56. // uni.setNavigationBarTitle({
  57. // title: this.topName
  58. // })
  59. uni.pageScrollTo({
  60.    scrollTop: 0, duration: 100
  61. });
  62. }
  63. },
  64. onLoad(opt) {
  65. console.log('opt', opt);
  66. /* this.id = opt.id
  67. this.topName=opt.topName;
  68. this.twoName=opt.twoName;
  69. this.comment=opt.comment;
  70. this.parentCode=opt.parentCode
  71. this.getDetailData() */
  72. // uni.setNavigationBarTitle({
  73. // title: this.topName
  74. // })
  75. },
  76. created() {
  77. this.newidfn()
  78. },
  79. methods: {
  80. newidfn(){
  81. this.id = this.data.id
  82. this.topName=this.data.categoryName;
  83. this.twoName=this.data.twoName;
  84. this.comment=this.data.comment;
  85. this.parentCode=this.data.code
  86. this.getDetailData()
  87. uni.pageScrollTo({
  88.    scrollTop: 0, duration: 100
  89. });
  90. },
  91. test(){
  92. console.log(55)
  93. },
  94. gofile(url){
  95. window.location.href=url
  96. },
  97. goList(){
  98. var code=this.parentCode.substring(0,3)
  99. uni.navigateTo({
  100. url:'list?code='+code+'&topName='+this.topName+'&comment='+this.comment
  101. })
  102. },
  103. goIndex(){
  104. this.$emit("getIndexList")
  105. },
  106. getDetailData() {
  107. uni.showLoading({
  108. title: '加载中'
  109. })
  110. let url = '/trainingOpenApi/articleDetail',
  111. params = {
  112. id: this.id,
  113. }
  114. this.$http(url, params, 'GET').then(res => {
  115. uni.hideLoading();
  116. var data = res.data
  117. // 处理 undefined和null转为空白字符串
  118. for (const key in data) {
  119. data[key] = this.$praseStrEmpty(data[key])
  120. }
  121. this.detailData = data;
  122. uni.setNavigationBarTitle({
  123. title: this.detailData.title
  124. });
  125. console.log()
  126. if (this.detailData.contents) {
  127. var replaceStr = "application/x-shockwave-flash"
  128. this.detailData.contents=this.detailData.contents.replace(new RegExp(replaceStr,'gm'),'video/webm')//(/''/g,"video/webm")
  129. this.detailData.contents=this.detailData.contents.replace(/<embed([\s\w"-=\/\.:;]+)/ig, '<embed style="width: 100%;height:500px;" $1');
  130. }
  131. if (this.detailData.contents) {
  132. this.detailData.contents = this.detailData.contents.replace(
  133. /<p([\s\w"=\/\.:;]+)((?:(style="[^"]+")))/ig, '<p')
  134. .replace(/<p>/ig, '<p style="font-size: 15px; line-height: 25px;">')
  135. .replace(/<img([\s\w"-=\/\.:;]+)((?:(height="[^"]+")))/ig, '<img$1')
  136. .replace(/<img([\s\w"-=\/\.:;]+)((?:(width="[^"]+")))/ig, '<img$1')
  137. .replace(/<img([\s\w"-=\/\.:;]+)((?:(style="[^"]+")))/ig, '<img$1')
  138. .replace(/<img([\s\w"-=\/\.:;]+)((?:(alt="[^"]+")))/ig, '<img$1')
  139. .replace(/<img([\s\w"-=\/\.:;]+)/ig, '<img style="width: 100%;" $1');
  140. this.detailData.contents = this.detailData.contents.replace(
  141. /<p([\s\w"=\/\.:;]+)((?:(style="[^"]+")))/ig, '<p')
  142. .replace(/<p>/ig, '<p style="font-size: 15px; line-height: 25px;">')
  143. .replace(/<iframe([\s\w"-=\/\.:;]+)((?:(width="[^"]+")))/ig, '<iframe$1')
  144. .replace(/<iframe([\s\w"-=\/\.:;]+)((?:(style="[^"]+")))/ig, '<iframe$1')
  145. .replace(/<iframe([\s\w"-=\/\.:;]+)((?:(alt="[^"]+")))/ig, '<iframe$1')
  146. .replace(/<iframe([\s\w"-=\/\.:;]+)/ig, '<iframe style="width: 100%;height:500px;" $1');
  147. }
  148. this.itemArr = this.detailData.fileList
  149. console.log(this.itemArr)
  150. })
  151. },
  152. // }
  153. }
  154. }
  155. </script>
  156. <style scoped>
  157. .top{
  158. width: 1200px;
  159. margin: 0 auto;
  160. display: flex;
  161. padding: 30px 0;
  162. font-size: 14px;
  163. }
  164. .content2{
  165. font-family: PingFangSC-Regular, PingFang SC;background: #FFFFFF;
  166. min-height: 100vh;
  167. }
  168. .htmlBox{
  169. width: 720px;
  170. margin: 0 auto;
  171. }
  172. .topline{
  173. padding-right: 10px;
  174. cursor: pointer;
  175. color: #3C3C3C;
  176. }
  177. .topjt{
  178. color: #AAAAAA;
  179. padding-right: 10px;
  180. }
  181. .htmlTitle{
  182. font-size: 24px;
  183. font-weight: 500;
  184. color: #3C3C3C;
  185. line-height: 33px;
  186. font-family: PingFangSC-Medium, PingFang SC;
  187. }
  188. .time{
  189. font-size: 14px;
  190. padding-top: 16px;
  191. color: #999999;
  192. line-height: 20px;
  193. border-bottom: 1px solid #EEEEEE;
  194. padding-bottom: 19px;
  195. }
  196. .html{
  197. padding-top: 18px;
  198. }
  199. .fileIcon{
  200. width: 14px;
  201. height: 14px;
  202. margin-top: 4px;
  203. margin-right: 4px;
  204. }
  205. .itemArrLeft{
  206. display: flex;
  207. }
  208. .itemArrLine{
  209. display: flex;
  210. justify-content: space-between;
  211. padding: 16px 0;
  212. color: #333333;
  213. line-height: 22px;
  214. font-size: 16px;
  215. width: 720px;
  216. }
  217. .itemArrLineBottom{
  218. border-bottom: 1px solid #EEEEEE;
  219. }
  220. .itemArr{
  221. width: 686px;
  222. margin: 0 auto;
  223. margin-top: 30px;
  224. border-radius: 6px;
  225. border: 1px solid #EEEEEE;
  226. padding: 0 16px;
  227. }
  228. .dloadbtn{
  229. display: block;
  230. width: 68px;
  231. height: 28px;
  232. background: #3F90F7;
  233. border-radius: 6px;
  234. color: #FFFFFF;
  235. text-align: center;
  236. line-height:28px ;
  237. font-size: 14px;
  238. text-decoration:none;
  239. }
  240. .lbel{
  241. width: 720px;
  242. margin: 0 auto;
  243. margin-top: 30px;
  244. padding-bottom: 30px;
  245. }
  246. .topName{
  247. width: 84px;
  248. height: 24px;
  249. background: rgba(63, 144, 247, 0.1);
  250. border-radius: 14px;
  251. font-size: 14px;
  252. color: #3F90F7;
  253. line-height: 24px;
  254. text-align: center;
  255. cursor: pointer;
  256. }
  257. .fileName{
  258. text-decoration:underline;
  259. color: #3F90F7;
  260. }
  261. .c999{
  262. color: #999999;
  263. }
  264. </style>