购物车历史订单增加,代码优化
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import {
|
||||
getCurrentInstance,
|
||||
} from 'vue';
|
||||
|
||||
import { getCurrentInstance } from 'vue';
|
||||
export async function getElRect(elClass, instance,option) {
|
||||
instance = instance ? instance : getCurrentInstance();
|
||||
const query = uni.createSelectorQuery().in(instance.proxy);
|
||||
|
||||
Reference in New Issue
Block a user