调整商品详情页面的分享按钮位置
This commit is contained in:
@@ -167,7 +167,7 @@ export default function RegionPicker({
|
||||
</Text>
|
||||
</View>
|
||||
|
||||
<ScrollView className="region-picker-list" scrollY>
|
||||
<ScrollView className="region-picker-list" scrollY showScrollbar={false}>
|
||||
{listItems.map((item) => (
|
||||
<View
|
||||
key={item}
|
||||
|
||||
Reference in New Issue
Block a user