浏览代码

版本06.16.1

panhui 5 年之前
父节点
当前提交
8b78591ee5
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 1 1
      components/HomeHeader.js
  2. 4 1
      screens/Detail/Recommend.jsx

+ 1 - 1
components/HomeHeader.js

@@ -48,7 +48,7 @@ export default function Header() {
             }}
             }}
             title={local ? TchangeToChinese : TchangeToth}
             title={local ? TchangeToChinese : TchangeToth}
           />
           />
-          <Menu.Item onPress={() => {}} title="版本06.16.1" />
+          <Menu.Item onPress={() => {}} title="版本06.24.1" />
         </Menu>
         </Menu>
       </Appbar.Header>
       </Appbar.Header>
     </>
     </>

+ 4 - 1
screens/Detail/Recommend.jsx

@@ -29,7 +29,10 @@ export default function Order() {
   const goodsListCom = (list) => {
   const goodsListCom = (list) => {
     return list.map((item) => {
     return list.map((item) => {
       return (
       return (
-        <Flex.Item key={item.id} style={{ paddingHorizontal: 3 }}>
+        <Flex.Item
+          key={item.id}
+          style={{ paddingHorizontal: 3, maxWidth: '50%' }}
+        >
           <Card elevation={2} style={styles.card}>
           <Card elevation={2} style={styles.card}>
             <Card.Cover
             <Card.Cover
               style={styles.image2}
               style={styles.image2}