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

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long