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-shop/community-shop"],{"0e74":function(n,t,e){"use strict";e.r(t);var u=e("bb7a"),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},"3cb6":function(n,t,e){"use strict";var u=e("ae78"),i=e.n(u);i.a},"7d29":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={uPopup:function(){return e.e("components/uview-ui/components/u-popup/u-popup").then(e.bind(null,"b12c"))},uImage:function(){return e.e("components/uview-ui/components/u-image/u-image").then(e.bind(null,"28a8"))}},i=function(){var n=this.$createElement;this._self._c},o=[]},aa96:function(n,t,e){"use strict";e.r(t);var u=e("7d29"),i=e("0e74");for(var o in i)["default"].indexOf(o)<0&&function(n){e.d(t,n,(function(){return i[n]}))}(o);e("3cb6");var c=e("828b"),a=Object(c["a"])(i["default"],u["b"],u["c"],!1,null,"094262ce",null,!1,u["a"],void 0);t["default"]=a.exports},ae78:function(n,t,e){},bb7a:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u=e("6440"),i={name:"community-shop",props:{value:{type:Boolean},communityId:{type:[String,Number],default:""}},data:function(){return{lists:[]}},computed:{show:{get:function(){return this.value},set:function(n){n&&this.initRecommendShop(),this.$emit("input",n)}}},methods:{initRecommendShop:function(){var n=this;(0,u.getCommunityShopLists)({id:this.communityId}).then((function(t){n.lists=t.data}))}}};t.default=i}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/community-shop/community-shop-create-component',
{
'components/community-shop/community-shop-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('df3c')['createComponent'](__webpack_require__("aa96"))
})
},
[['components/community-shop/community-shop-create-component']]
]);

View File

@ -0,0 +1,7 @@
{
"component": true,
"usingComponents": {
"u-popup": "/components/uview-ui/components/u-popup/u-popup",
"u-image": "/components/uview-ui/components/u-image/u-image"
}
}

View File

@ -0,0 +1 @@
<u-popup bind:input="__e" vue-id="21606cfc-1" mode="bottom" height="900" closeable="{{true}}" border-radius="14" value="{{show}}" data-event-opts="{{[['^input',[['__set_model',['','show','$event',[]]]]]]}}" class="data-v-094262ce" bind:__l="__l" vue-slots="{{['default']}}"><view class="xl p-24 text-center bold data-v-094262ce">TA提到的店铺</view><block wx:for="{{lists}}" wx:for-item="shopItem" wx:for-index="shopIndex" wx:key="shopIndex"><navigator hover-class="none" url="{{'/pages/store_index/store_index?id='+shopItem.id}}" class="data-v-094262ce"><view class="shop flex data-v-094262ce"><u-image vue-id="{{('21606cfc-2-'+shopIndex)+','+('21606cfc-1')}}" width="160" height="160" src="{{shopItem.logo}}" class="data-v-094262ce" bind:__l="__l"></u-image><view class="m-l-20 shop-info data-v-094262ce"><view class="line-2 nr normal data-v-094262ce">{{''+shopItem.name+''}}</view></view></view></navigator></block></u-popup>

View File

@ -0,0 +1 @@
.shop.data-v-094262ce{padding:20rpx;border-top:1px solid #f6f6f6}.shop .shop-info.data-v-094262ce{height:160rpx;line-height:160rpx}