1 倒立三角
triangle: {
width: 0,
height: 0,
borderWidth: 7,
borderTopColor: "#fff",
borderStyle: "solid",
color: "transparent",
marginLeft: 10,
marginBottom: 10,
},
2 stockTransfer 修复 Receiving store & Departing store list 选择下拉框
3 外边borderRadius 里边scrollY
4 切换store
handleCheck(id: number) {
let {pathname} = this.props.location
const secondSlashIdx = pathname.indexOf("/", 1)
pathname = `/${id}${pathname.substring(secondSlashIdx)}`
this.props.push({pathname})
this.props.toggle()
}
5
购物车
网友评论