1.修复页面卡死的问题

2.增加一些默认的unocss样式
wenjuan
刘佳宇 1 year ago
parent c92f2f26c0
commit 74a63a2c64

@ -65,6 +65,7 @@ const getGroupCombo = async (info) => {
data.phone = info.phone;
data.phone = info.married;
$store.setGroupInfo(data);
popup.value.close();
if (!data.items.length && data.tongshou_xiane > 0) {
//
uni.navigateTo({

File diff suppressed because it is too large Load Diff

@ -16,6 +16,10 @@ export default {
'center': 'flex justify-center items-center',
'between': 'flex justify-between items-center',
'around': 'flex justify-around items-center',
'evenly': 'flex justify-evenly items-center',
'col': 'flex flex-col',
'row': 'flex flex-row',
'bs': 'b-0 b-solid', // 边框样式 用的时候加上 b-color 和某个方向的宽度 比如 b-l-1
},
],

Loading…
Cancel
Save