public
This commit is contained in:
1
public/mp-weixin/pages/news_details/news_details.js
Normal file
1
public/mp-weixin/pages/news_details/news_details.js
Normal file
@ -0,0 +1 @@
|
||||
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/news_details/news_details"],{"0c0f":function(t,e,n){"use strict";n.r(e);var i=n("325d"),a=n("3b09");for(var o in a)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("7e18");var c=n("828b"),u=Object(c["a"])(a["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],void 0);e["default"]=u.exports},"325d":function(t,e,n){"use strict";n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return i}));var i={uParse:function(){return Promise.all([n.e("common/vendor"),n.e("components/uview-ui/components/u-parse/u-parse")]).then(n.bind(null,"b933"))},loadingView:function(){return n.e("components/loading-view/loading-view").then(n.bind(null,"dc350"))}},a=function(){var t=this.$createElement;this._self._c},o=[]},"3b09":function(t,e,n){"use strict";n.r(e);var i=n("7664"),a=n.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(o);e["default"]=a.a},7664:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=n("c2cb"),a={data:function(){return{showLoading:!0,articleDetail:{},article_content:""}},components:{},props:{},onLoad:function(e){this.type=Number(e.type)||"",this.id=e.id,this.type?t.setNavigationBarTitle({title:"帮助详情"}):t.setNavigationBarTitle({title:"资讯详情"}),this.getArticleDetailFun()},methods:{getArticleDetailFun:function(){var t=this;(0,i.getArticleDetail)({type:this.type,id:this.id}).then((function(e){1==e.code&&(t.articleDetail=e.data,setTimeout((function(){t.article_content=e.data.content}),200),setTimeout((function(){t.showLoading=!1}),300))}))}}};e.default=a}).call(this,n("df3c")["default"])},"7e18":function(t,e,n){"use strict";var i=n("bd13"),a=n.n(i);a.a},bd13:function(t,e,n){},c180:function(t,e,n){"use strict";(function(t,e){var i=n("47a9");n("3712");i(n("3240"));var a=i(n("0c0f"));t.__webpack_require_UNI_MP_PLUGIN__=n,e(a.default)}).call(this,n("3223")["default"],n("df3c")["createPage"])}},[["c180","common/runtime","common/vendor"]]]);
|
||||
7
public/mp-weixin/pages/news_details/news_details.json
Normal file
7
public/mp-weixin/pages/news_details/news_details.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"navigationBarTitleText": "",
|
||||
"usingComponents": {
|
||||
"u-parse": "/components/uview-ui/components/u-parse/u-parse",
|
||||
"loading-view": "/components/loading-view/loading-view"
|
||||
}
|
||||
}
|
||||
1
public/mp-weixin/pages/news_details/news_details.wxml
Normal file
1
public/mp-weixin/pages/news_details/news_details.wxml
Normal file
@ -0,0 +1 @@
|
||||
<view><view class="news-details"><view class="header"><view class="title xxl m-b-20">{{articleDetail.title}}</view><view class="flex row-between"><view class="xs lighter">{{"发布时间:"+articleDetail.create_time}}</view><view class="flex"><image class="icon-sm" src="/static/images/icon_see.png"></image><view class="m-l-10 xs muted">{{articleDetail.visit+"人浏览"}}</view></view></view></view><view class="main"><u-parse vue-id="2cd99600-1" html="{{article_content}}" bind:__l="__l"></u-parse></view></view><block wx:if="{{showLoading}}"><loading-view vue-id="2cd99600-2" bind:__l="__l"></loading-view></block></view>
|
||||
1
public/mp-weixin/pages/news_details/news_details.wxss
Normal file
1
public/mp-weixin/pages/news_details/news_details.wxss
Normal file
@ -0,0 +1 @@
|
||||
page{background-color:#fff}.news-details .header{padding:20rpx 15px;border-bottom:1px solid #e5e5e5}.news-details .main{padding:40rpx 15px}
|
||||
Reference in New Issue
Block a user