dashboard
repositories
filestore
activity
search
login
main
/
qxgIosUniapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat:澜品优选 支付宝支付+退款
lin
2026-06-12
f6824f84d67f4eeb435cf7528e95886cb517e6c0
[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
}