dev
test
@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.0.0-B.9](https://company/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/compare/v1.0.0-B.8...v1.0.0-B.9) (2023-05-15)
### Bug Fixes
* 修改导航页面问题 ([433b927](https://company/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/commit/433b9274efb8ba854dfc62e7ffef27884c7e3427))
## [1.0.0-B.8](https://company/project-shenyangk11/sy_k11_H_base_daoshi_vue_ts/compare/v1.0.0-B.7...v1.0.0-B.8) (2023-05-15)
@ -1,12 +1,12 @@
{
"name": "vue_cli_ts",
"version": "1.0.0-B.8",
"version": "1.0.0-B.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"@better-scroll/core": "^2.5.0",
"@better-scroll/observe-image": "^2.5.0",
@ -1,6 +1,6 @@
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
@ -150,7 +150,7 @@ getBrandInfo().then(({ data }) => {
//切换业态和字母按钮组
function changeType(item: any) {
currentTypeId.value = item.order
formatIdx.value = 0
resetIdx()
shopScroll.value?.scrollTo(0, 0)
copyShopList.value = [{ name: '1', shopList: [...shopList.value] }]
}
@ -407,6 +407,9 @@ watch(shop, newVal => {
top: 299px;
left: 48px;
z-index: 1;
.dir-container {
overflow: hidden;
.di-icon {
max-width: 180px;
@ -513,6 +516,7 @@ watch(shop, newVal => {
display: flex;
align-items: flex-end;
.go-container {
font-size: 48px;
font-family: 'font_bold';