服务器提交
This commit is contained in:
10
public/weapp/components/ns-copyright/ns-copyright.js
Executable file
10
public/weapp/components/ns-copyright/ns-copyright.js
Executable file
@@ -0,0 +1,10 @@
|
||||
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/ns-copyright/ns-copyright"],{"28a4":function(t,o,n){"use strict";n.d(o,"b",(function(){return e})),n.d(o,"c",(function(){return i})),n.d(o,"a",(function(){}));var e=function(){var t=this,o=t.$createElement,n=(t._self._c,t.copyright&&(t.showLogo||t.showBeian)&&t.showLogo&&t.copyright.logo?t.$util.img(t.copyright.logo):null);t.$mp.data=Object.assign({},{$root:{g0:n}})},i=[]},ae29:function(t,o,n){},bf57:function(t,o,n){"use strict";var e=n("ae29"),i=n.n(e);i.a},d564:function(t,o,n){"use strict";Object.defineProperty(o,"__esModule",{value:!0}),o.default=void 0;var e={data:function(){return{showLogo:!0}},created:function(){},computed:{showBeian:function(){return!(this.copyright&&!this.copyright.icp&&!this.copyright.gov_record)}},methods:{link:function(t){t&&this.$util.redirectTo("/pages_tool/webview/webview",{src:encodeURIComponent(t)})},toHref:function(t){location.href=t},error:function(){this.showLogo=!1}}};o.default=e},e43b:function(t,o,n){"use strict";n.r(o);var e=n("d564"),i=n.n(e);for(var r in e)["default"].indexOf(r)<0&&function(t){n.d(o,t,(function(){return e[t]}))}(r);o["default"]=i.a},f37bd:function(t,o,n){"use strict";n.r(o);var e=n("28a4"),i=n("e43b");for(var r in i)["default"].indexOf(r)<0&&function(t){n.d(o,t,(function(){return i[t]}))}(r);n("bf57");var c=n("828b"),u=Object(c["a"])(i["default"],e["b"],e["c"],!1,null,null,null,!1,e["a"],void 0);o["default"]=u.exports}}]);
|
||||
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
|
||||
'components/ns-copyright/ns-copyright-create-component',
|
||||
{
|
||||
'components/ns-copyright/ns-copyright-create-component':(function(module, exports, __webpack_require__){
|
||||
__webpack_require__('df3c')['createComponent'](__webpack_require__("f37bd"))
|
||||
})
|
||||
},
|
||||
[['components/ns-copyright/ns-copyright-create-component']]
|
||||
]);
|
||||
4
public/weapp/components/ns-copyright/ns-copyright.json
Executable file
4
public/weapp/components/ns-copyright/ns-copyright.json
Executable file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
1
public/weapp/components/ns-copyright/ns-copyright.wxml
Executable file
1
public/weapp/components/ns-copyright/ns-copyright.wxml
Executable file
@@ -0,0 +1 @@
|
||||
<block wx:if="{{copyright&&(showLogo||showBeian)}}"><view class="copyrigt-wrap"><block wx:if="{{showLogo}}"><view class="copyright-info"><block wx:if="{{copyright.logo}}"><view data-event-opts="{{[['tap',[['link',['$0'],['copyright.copyright_link']]]]]}}" class="copyright-pic" bindtap="__e"><image src="{{$root.g0}}" mode="widthFix" data-event-opts="{{[['error',[['error',['$event']]]]]}}" binderror="__e"></image></view></block></view></block></view></block>
|
||||
1
public/weapp/components/ns-copyright/ns-copyright.wxss
Executable file
1
public/weapp/components/ns-copyright/ns-copyright.wxss
Executable file
@@ -0,0 +1 @@
|
||||
.copyrigt-wrap{margin-top:40rpx;margin-bottom:40rpx}.copyrigt-wrap > view{font-size:24rpx;color:#666}.copyrigt-wrap > view:last-child{margin-top:10rpx}.copyrigt-wrap > view:first-child{margin-top:0}.copyrigt-wrap .copyright-info{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.copyrigt-wrap .copyright-info .copyright-pic image{width:160rpx;height:24rpx}.copyrigt-wrap .copyright-info text{font-size:22rpx;height:100rpx;line-height:100rpx;color:#909399!important}.copyrigt-wrap .copyright-info .copyright-desc{color:#e0e1e2;font-size:22rpx;text-shadow:0 0 2rpx #fafafb}.copyrigt-wrap .record-info{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:10rpx}.copyrigt-wrap .record-info text{color:#666;font-size:24rpx}.copyrigt-wrap .record-info view{font-size:24rpx;color:#666}.copyrigt-wrap .record-info view:last-child{margin-top:10rpx}.copyrigt-wrap .record-info view:first-child{margin-top:0}.copyrigt-wrap .record-info .fotter-link{display:flex;align-items:center}.copyrigt-wrap .record-info .gov-wrap{display:flex;justify-content:center;align-items:center;margin:0 0 0 30rpx!important}.copyrigt-wrap .record-info .gov-wrap:first-child{margin-left:0!important}.copyrigt-wrap .record-info .gov-wrap image{width:40rpx;height:40rpx;margin-right:10rpx}
|
||||
Reference in New Issue
Block a user