dashboard
repositories
filestore
activity
search
login
main
/
qxgIosUniapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat:购有趣 购物车和订单的顶部改成top: 44px;
lin
2026-05-11
5fe7de61fc1bfbcfce7b2e39003e695528ae2de1
[qxgIosUniapp.git]
/
uni_modules
/
uv-ui-tools
/
libs
/
mixin
/
mpMixin.js
1
2
3
4
5
6
7
8
export default {
// #ifdef MP-WEIXIN
// 将自定义节点设置成虚拟的(去掉自定义组件包裹层),更加接近Vue组件的表现,能更好的使用flex属性
options: {
virtualHost: true
}
// #endif
}