newDetail.vue 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  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. var code=this.parentCode.substring(0,3)
  103. var data={
  104. code:code,
  105. name:this.topName,
  106. comment:this.comment
  107. }
  108. this.$emit("getChildList",data)
  109. },
  110. goIndex(){
  111. this.$emit("getIndexList")
  112. },
  113. getDetailData() {
  114. uni.showLoading({
  115. title: '加载中'
  116. })
  117. let url = '/trainingOpenApi/articleDetail',
  118. params = {
  119. id: this.id,
  120. }
  121. this.$http(url, params, 'GET').then(res => {
  122. uni.hideLoading();
  123. var data = res.data
  124. // 处理 undefined和null转为空白字符串
  125. for (const key in data) {
  126. data[key] = this.$praseStrEmpty(data[key])
  127. }
  128. this.detailData = data;
  129. uni.setNavigationBarTitle({
  130. title: this.detailData.title
  131. });
  132. console.log()
  133. if (this.detailData.contents) {
  134. var replaceStr = "application/x-shockwave-flash"
  135. this.detailData.contents=this.detailData.contents.replace(new RegExp(replaceStr,'gm'),'video/webm')//(/''/g,"video/webm")
  136. this.detailData.contents=this.detailData.contents.replace(/<embed([\s\w"-=\/\.:;]+)/ig, '<embed style="width: 100%;height:500px;" $1');
  137. }
  138. if (this.detailData.contents) {
  139. this.detailData.contents = this.detailData.contents.replace(
  140. /<p([\s\w"=\/\.:;]+)((?:(style="[^"]+")))/ig, '<p')
  141. .replace(/<p>/ig, '<p style="font-size: 15px; line-height: 25px;">')
  142. .replace(/<img([\s\w"-=\/\.:;]+)((?:(height="[^"]+")))/ig, '<img$1')
  143. .replace(/<img([\s\w"-=\/\.:;]+)((?:(width="[^"]+")))/ig, '<img$1')
  144. .replace(/<img([\s\w"-=\/\.:;]+)((?:(style="[^"]+")))/ig, '<img$1')
  145. .replace(/<img([\s\w"-=\/\.:;]+)((?:(alt="[^"]+")))/ig, '<img$1')
  146. .replace(/<img([\s\w"-=\/\.:;]+)/ig, '<img style="width: 100%;" $1');
  147. this.detailData.contents = this.detailData.contents.replace(
  148. /<p([\s\w"=\/\.:;]+)((?:(style="[^"]+")))/ig, '<p')
  149. .replace(/<p>/ig, '<p style="font-size: 15px; line-height: 25px;">')
  150. .replace(/<iframe([\s\w"-=\/\.:;]+)((?:(width="[^"]+")))/ig, '<iframe$1')
  151. .replace(/<iframe([\s\w"-=\/\.:;]+)((?:(style="[^"]+")))/ig, '<iframe$1')
  152. .replace(/<iframe([\s\w"-=\/\.:;]+)((?:(alt="[^"]+")))/ig, '<iframe$1')
  153. .replace(/<iframe([\s\w"-=\/\.:;]+)/ig, '<iframe style="width: 100%;height:500px;" $1');
  154. }
  155. this.itemArr = this.detailData.fileList
  156. console.log(this.itemArr)
  157. })
  158. },
  159. // }
  160. }
  161. }
  162. </script>
  163. <style scoped>
  164. .top{
  165. width: 1200px;
  166. margin: 0 auto;
  167. display: flex;
  168. padding: 30px 0;
  169. font-size: 14px;
  170. }
  171. .content2{
  172. font-family: PingFangSC-Regular, PingFang SC;background: #FFFFFF;
  173. min-height: 100vh;
  174. }
  175. .htmlBox{
  176. width: 720px;
  177. margin: 0 auto;
  178. }
  179. .topline{
  180. padding-right: 10px;
  181. cursor: pointer;
  182. color: #3C3C3C;
  183. }
  184. .topjt{
  185. color: #AAAAAA;
  186. padding-right: 10px;
  187. }
  188. .htmlTitle{
  189. font-size: 24px;
  190. font-weight: 500;
  191. color: #3C3C3C;
  192. line-height: 33px;
  193. font-family: PingFangSC-Medium, PingFang SC;
  194. }
  195. .time{
  196. font-size: 14px;
  197. padding-top: 16px;
  198. color: #999999;
  199. line-height: 20px;
  200. border-bottom: 1px solid #EEEEEE;
  201. padding-bottom: 19px;
  202. }
  203. .html{
  204. padding-top: 18px;
  205. }
  206. .fileIcon{
  207. width: 14px;
  208. height: 14px;
  209. margin-top: 4px;
  210. margin-right: 4px;
  211. }
  212. .itemArrLeft{
  213. display: flex;
  214. }
  215. .itemArrLine{
  216. display: flex;
  217. justify-content: space-between;
  218. padding: 16px 0;
  219. color: #333333;
  220. line-height: 22px;
  221. font-size: 16px;
  222. width: 720px;
  223. }
  224. .itemArrLineBottom{
  225. border-bottom: 1px solid #EEEEEE;
  226. }
  227. .itemArr{
  228. width: 686px;
  229. margin: 0 auto;
  230. margin-top: 30px;
  231. border-radius: 6px;
  232. border: 1px solid #EEEEEE;
  233. padding: 0 16px;
  234. }
  235. .dloadbtn{
  236. display: block;
  237. width: 68px;
  238. height: 28px;
  239. background: #3F90F7;
  240. border-radius: 6px;
  241. color: #FFFFFF;
  242. text-align: center;
  243. line-height:28px ;
  244. font-size: 14px;
  245. text-decoration:none;
  246. }
  247. .lbel{
  248. width: 720px;
  249. margin: 0 auto;
  250. margin-top: 30px;
  251. padding-bottom: 30px;
  252. }
  253. .topName{
  254. width: 84px;
  255. height: 24px;
  256. background: rgba(63, 144, 247, 0.1);
  257. border-radius: 14px;
  258. font-size: 14px;
  259. color: #3F90F7;
  260. line-height: 24px;
  261. text-align: center;
  262. cursor: pointer;
  263. }
  264. .fileName{
  265. text-decoration:underline;
  266. color: #3F90F7;
  267. }
  268. .c999{
  269. color: #999999;
  270. }
  271. </style>