feat: 山峰
This commit is contained in:
8
dist/common.wxss
vendored
8
dist/common.wxss
vendored
File diff suppressed because one or more lines are too long
2
dist/pages/activityList/index.js
vendored
2
dist/pages/activityList/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/pages/activityList/index.js.LICENSE.txt
vendored
2
dist/pages/activityList/index.js.LICENSE.txt
vendored
@@ -26,6 +26,8 @@
|
|||||||
|
|
||||||
/*! ./wxs */
|
/*! ./wxs */
|
||||||
|
|
||||||
|
/*! @antmjs/vantui/es/card */
|
||||||
|
|
||||||
/*! @antmjs/vantui/es/dropdown-item */
|
/*! @antmjs/vantui/es/dropdown-item */
|
||||||
|
|
||||||
/*! @antmjs/vantui/es/dropdown-menu */
|
/*! @antmjs/vantui/es/dropdown-menu */
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { View } from "@tarojs/components";
|
import { View } from "@tarojs/components";
|
||||||
import react from "react";
|
import react from "react";
|
||||||
import { DropdownMenu } from "@antmjs/vantui";
|
import { Card, DropdownMenu } from "@antmjs/vantui";
|
||||||
import { DropdownItem } from "@antmjs/vantui";
|
import { DropdownItem } from "@antmjs/vantui";
|
||||||
import TabbarCom from "../components/TabbarCom";
|
import TabbarCom from "../components/TabbarCom";
|
||||||
|
|
||||||
@@ -42,6 +42,24 @@ const activityList = () => {
|
|||||||
<DropdownItem value={state.value2} options={state.option2} />
|
<DropdownItem value={state.value2} options={state.option2} />
|
||||||
</DropdownMenu>
|
</DropdownMenu>
|
||||||
</View>
|
</View>
|
||||||
|
{[1, 2].map((item: any) => {
|
||||||
|
return (
|
||||||
|
<Card
|
||||||
|
num=""
|
||||||
|
price=""
|
||||||
|
desc="报名中"
|
||||||
|
title="周末爬山"
|
||||||
|
thumb="cloud://cloud1-5g5xrgza12a0dd6d.636c-cloud1-5g5xrgza12a0dd6d-1253665791/images.jpg"
|
||||||
|
// renderFooter={
|
||||||
|
// <View>
|
||||||
|
// <Button size="mini">按钮1</Button>
|
||||||
|
// <Button size="mini">按钮2</Button>
|
||||||
|
// </View>
|
||||||
|
// }
|
||||||
|
/>
|
||||||
|
);
|
||||||
|
})}
|
||||||
|
|
||||||
<TabbarCom active={1} />;
|
<TabbarCom active={1} />;
|
||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user