修改之前注释内容,完善小程序文案和只显示位置
This commit is contained in:
@@ -375,7 +375,7 @@ export default function Location() {
|
||||
</View>
|
||||
) : (
|
||||
<>
|
||||
<View className='mode-switch'>
|
||||
{/* <View className='mode-switch'>
|
||||
{MODE_OPTIONS.map((item) => (
|
||||
<View
|
||||
key={item.key}
|
||||
@@ -388,7 +388,7 @@ export default function Location() {
|
||||
<Text className='mode-chip-text'>{item.label}</Text>
|
||||
</View>
|
||||
))}
|
||||
</View>
|
||||
</View> */}
|
||||
|
||||
<View className='map-section'>
|
||||
<Map
|
||||
|
||||
Reference in New Issue
Block a user