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-goods/community-goods"],{"0f26":function(n,t,e){},3476:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u=e("6440"),o={name:"community-goods",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.initRecommendGoods(),this.$emit("input",n)}}},methods:{initRecommendGoods:function(){var n=this;(0,u.getCommunityGoodsLists)({id:this.communityId}).then((function(t){n.lists=t.data}))}}};t.default=o},"54a6":function(n,t,e){"use strict";var u=e("0f26"),o=e.n(u);o.a},"55bb":function(n,t,e){"use strict";e.d(t,"b",(function(){return o})),e.d(t,"c",(function(){return i})),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"))}},o=function(){var n=this.$createElement;this._self._c},i=[]},c46b:function(n,t,e){"use strict";e.r(t);var u=e("55bb"),o=e("e815");for(var i in o)["default"].indexOf(i)<0&&function(n){e.d(t,n,(function(){return o[n]}))}(i);e("54a6");var c=e("828b"),r=Object(c["a"])(o["default"],u["b"],u["c"],!1,null,"604168ee",null,!1,u["a"],void 0);t["default"]=r.exports},e815:function(n,t,e){"use strict";e.r(t);var u=e("3476"),o=e.n(u);for(var i in u)["default"].indexOf(i)<0&&function(n){e.d(t,n,(function(){return u[n]}))}(i);t["default"]=o.a}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/community-goods/community-goods-create-component',
{
'components/community-goods/community-goods-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('df3c')['createComponent'](__webpack_require__("c46b"))
})
},
[['components/community-goods/community-goods-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="9dc40348-1" mode="bottom" height="900" closeable="{{true}}" border-radius="14" value="{{show}}" data-event-opts="{{[['^input',[['__set_model',['','show','$event',[]]]]]]}}" class="data-v-604168ee" bind:__l="__l" vue-slots="{{['default']}}"><view class="xl p-24 text-center bold data-v-604168ee">TA提到的商品</view><block wx:for="{{lists}}" wx:for-item="goodsItem" wx:for-index="index" wx:key="index"><navigator hover-class="none" url="{{'/pages/goods_details/goods_details?id='+goodsItem.id}}" class="data-v-604168ee"><view class="goods flex data-v-604168ee"><u-image vue-id="{{('9dc40348-2-'+index)+','+('9dc40348-1')}}" width="160" height="160" src="{{goodsItem.image}}" class="data-v-604168ee" bind:__l="__l"></u-image><view class="m-l-20 goods-info data-v-604168ee"><view class="line-2 nr normal data-v-604168ee">{{''+goodsItem.name+''}}</view><view class="primary xl p-t-30 data-v-604168ee">{{"¥"+goodsItem.goods_price}}</view></view></view></navigator></block></u-popup>

View File

@ -0,0 +1 @@
.goods.data-v-604168ee{padding:20rpx;border-top:1px solid #f6f6f6}.goods .goods-info.data-v-604168ee{height:160rpx}