This commit is contained in:
2026-04-14 17:38:46 +08:00
commit b71e6d6bae
2848 changed files with 237896 additions and 0 deletions

View File

@ -0,0 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/community-recommend/community-recommend"],{"0e88":function(n,t,e){"use strict";e.r(t);var u=e("e36b"),i=e.n(u);for(var o in u)["default"].indexOf(o)<0&&function(n){e.d(t,n,(function(){return u[n]}))}(o);t["default"]=i.a},"3f9e9":function(n,t,e){"use strict";var u=e("634e"),i=e.n(u);i.a},"634e":function(n,t,e){},9204:function(n,t,e){"use strict";e.d(t,"b",(function(){return i})),e.d(t,"c",(function(){return o})),e.d(t,"a",(function(){return u}));var u={uIcon:function(){return e.e("components/uview-ui/components/u-icon/u-icon").then(e.bind(null,"8f08"))},communityList:function(){return e.e("components/community-list/community-list").then(e.bind(null,"7481"))}},i=function(){var n=this.$createElement;this._self._c},o=[]},ca1b:function(n,t,e){"use strict";e.r(t);var u=e("9204"),i=e("0e88");for(var o in i)["default"].indexOf(o)<0&&function(n){e.d(t,n,(function(){return i[n]}))}(o);e("3f9e9");var c=e("828b"),r=Object(c["a"])(i["default"],u["b"],u["c"],!1,null,"4ffab2f4",null,!1,u["a"],void 0);t["default"]=r.exports},e36b:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u={name:"community-recommend",props:{title:String,url:String,list:{type:Array,default:function(){return[]}}}};t.default=u}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/community-recommend/community-recommend-create-component',
{
'components/community-recommend/community-recommend-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('df3c')['createComponent'](__webpack_require__("ca1b"))
})
},
[['components/community-recommend/community-recommend-create-component']]
]);

View File

@ -0,0 +1,7 @@
{
"usingComponents": {
"u-icon": "/components/uview-ui/components/u-icon/u-icon",
"community-list": "/components/community-list/community-list"
},
"component": true
}

View File

@ -0,0 +1 @@
<view class="{{['data-v-4ffab2f4','community-recommend bg-white']}}"><block wx:if="{{title}}"><view class="active-hd flex row-between data-v-4ffab2f4"><view class="xxl bold data-v-4ffab2f4">{{title}}</view><router-link vue-id="48553c90-1" to="{{url}}" navType="pushTab" class="data-v-4ffab2f4" bind:__l="__l" vue-slots="{{['default']}}"><view class="sm data-v-4ffab2f4">发现好物 <u-icon vue-id="{{('48553c90-2')+','+('48553c90-1')}}" name="arrow-right" class="data-v-4ffab2f4" bind:__l="__l"></u-icon></view></router-link></view></block><scroll-view style="white-space:nowrap;" scroll-x="{{true}}" class="data-v-4ffab2f4"><view class="community-wrap data-v-4ffab2f4"><community-list vue-id="48553c90-3" type="index" list="{{list}}" class="data-v-4ffab2f4" bind:__l="__l"></community-list></view></scroll-view></view>

File diff suppressed because one or more lines are too long