新增营销系统、分销系统、会员功能、门店、提现功能
This commit is contained in:
@ -221,7 +221,6 @@ function toCancelDelete() {
|
||||
|
||||
/**
|
||||
* 删除单个
|
||||
* @returns {Promise<void>}
|
||||
*/
|
||||
async function handleUnCollectSingle() {
|
||||
await unFootprintSingle(toDeleteItem)
|
||||
@ -339,4 +338,7 @@ onLoad(async (option) => {
|
||||
.footprint :deep(.uv-swipe-action-item__right__button__wrapper__text) {
|
||||
visibility: hidden;
|
||||
}
|
||||
.option-row{
|
||||
bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user