无需迁移的组件,批量 review

This commit is contained in:
YunaiV
2023-12-16 22:03:37 +08:00
parent 82b751e49c
commit 19d90f5df5
10 changed files with 16 additions and 7 deletions
@@ -1,3 +1,4 @@
<!-- 商品组 - 横向滚动商品目前暂时没用到 -->
<template>
<view class="goods-scroll-box">
<scroll-view class="scroll-box" scroll-x scroll-anchoring>
@@ -8,7 +9,7 @@
size="sm"
:data="item"
:titleWidth="200 - marginLeft - marginRight"
></s-goods-column>
/>
</view>
</view>
</scroll-view>
@@ -1,3 +1,4 @@
<!-- 全局 - 快捷入口 -->
<template>
<su-popup :show="show" type="top" round="20" backgroundColor="#F0F0F0" @close="closeMenuTools">
<su-status-bar />
@@ -10,7 +11,7 @@
class="ss-reset-button list-image ss-flex ss-row-center ss-col-center"
@tap="onClick(item)"
>
<image v-if="show" :src="sheep.$url.static(item.icon)" class="list-icon"></image>
<image v-if="show" :src="sheep.$url.static(item.icon)" class="list-icon" />
</button>
<view class="list-title ss-m-t-20">{{ item.title }}</view>
</view>
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<view class="status_bar"></view>
<view class="status_bar" />
</template>
<style>