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/goods-bargain/goods-bargain"],{2166:function(n,t,o){"use strict";o.r(t);var e=o("9aa8"),i=o.n(e);for(var a in e)["default"].indexOf(a)<0&&function(n){o.d(t,n,(function(){return e[n]}))}(a);t["default"]=i.a},3470:function(n,t,o){},3484:function(n,t,o){"use strict";o.r(t);var e=o("c758"),i=o("2166");for(var a in i)["default"].indexOf(a)<0&&function(n){o.d(t,n,(function(){return i[n]}))}(a);o("4904");var s=o("828b"),u=Object(s["a"])(i["default"],e["b"],e["c"],!1,null,null,null,!1,e["a"],void 0);t["default"]=u.exports},4904:function(n,t,o){"use strict";var e=o("3470"),i=o.n(e);i.a},"9aa8":function(n,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var e=o("0956"),i=o("f4fb"),a=(o("0aec"),{data:function(){return{page:1,loadingStatus:i.loadingType.LOADING,lists:[]}},mounted:function(){this.$getBargainList(),console.log(this.lists)},methods:{$getBargainList:function(){var n=this;console.log("下拉"),(0,e.getBargainList)({page_size:10,page_no:1}).then((function(t){console.log(t),n.lists=t.data.list,console.log(n.lists)}))}}});t.default=a},c758:function(n,t,o){"use strict";o.d(t,"b",(function(){return i})),o.d(t,"c",(function(){return a})),o.d(t,"a",(function(){return e}));var e={goodsList:function(){return o.e("components/goods-list/goods-list").then(o.bind(null,"877a"))}},i=function(){var n=this.$createElement;this._self._c},a=[]}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/goods-bargain/goods-bargain-create-component',
{
'components/goods-bargain/goods-bargain-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('df3c')['createComponent'](__webpack_require__("3484"))
})
},
[['components/goods-bargain/goods-bargain-create-component']]
]);

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"goods-list": "/components/goods-list/goods-list"
}
}

View File

@ -0,0 +1 @@
<view class="goods-bargain-container"><view class="row-center" style="height:100rpx;"><view class="bLine"></view><view class="lg bold" style="margin:0 30rpx;"> 更多砍价商品 </view><view class="bLine"></view></view><goods-list vue-id="383cf46c-1" type="double" list="{{lists}}" isBargain="{{true}}" bind:__l="__l"></goods-list></view>

View File

@ -0,0 +1 @@
.goods-bargain-container{padding-bottom:40rpx}.goods-bargain-container .bLine{height:2rpx;background-color:#ccc;width:58rpx}