店铺列表和店铺详情分页功能添加

This commit is contained in:
2022-06-11 15:18:39 +08:00
parent 1f2a85c2d7
commit e82b7d74ce
13 changed files with 877 additions and 809 deletions

View File

@@ -20376,7 +20376,12 @@ var render = function() {
"v-uni-scroll-view",
{
staticClass: _vm._$g(19, "sc"),
attrs: { "scroll-y": "true", _i: 19 }
attrs: { "scroll-y": "true", _i: 19 },
on: {
scrolltolower: function($event) {
return _vm.$handleViewEvent($event)
}
}
},
[
_vm._$g(20, "i")
@@ -20454,7 +20459,12 @@ var render = function() {
),
attrs: { _i: "29-" + $31 }
},
[_vm._v("库存量:1222")]
[
_vm._v(
"库存量:" +
_vm._$g("29-" + $31, "t0-0")
)
]
)
],
1