🎈 perf(修改新建客户文案):

This commit is contained in:
czm 2022-12-08 21:45:00 +08:00
parent 9cebc040b6
commit 435d71400a

View File

@ -164,7 +164,7 @@ const CustomerManagement = () => {
</InfiniteScroll>
</View>
<View className={styles.bottom_box}>
<View className={styles.bottom_btn} onClick={() => goLink('/pages/customerEditor/index?type=add')}></View>
<View className={styles.bottom_btn} onClick={() => goLink('/pages/customerEditor/index?type=add')}></View>
</View>
</View >
)