|
@@ -95,7 +95,7 @@ const addimg = (props) => {
|
95
|
95
|
|
96
|
96
|
|
97
|
97
|
<View >
|
98
|
|
-
|
|
98
|
+ <Layout>
|
99
|
99
|
<View className='at-row at-row--wrap'>
|
100
|
100
|
{list.map((x) => {
|
101
|
101
|
return <View className='at-col at-col-3 addimg-view-card' key={x.imageId}>
|
|
@@ -109,6 +109,7 @@ const addimg = (props) => {
|
109
|
109
|
return <View className='at-col at-col-4'>A</View>
|
110
|
110
|
})} */}
|
111
|
111
|
</View>
|
|
112
|
+ </Layout>
|
112
|
113
|
<Tab value={['取消', `选择${choiceList.length}`]} pageState="3" onClick={[(e) => Taro.navigateBack({
|
113
|
114
|
delta: 1
|
114
|
115
|
}), (e) => onAddimg()]}></Tab>
|