feat:转账插件

This commit is contained in:
2026-07-23 14:31:06 +08:00
parent 4916546322
commit d5a6a16ea5
560 changed files with 71777 additions and 44216 deletions
@@ -15,7 +15,7 @@
/**
* SafeBottom 底部安全区
* @description 这个适配,主要是针对IPhone X等一些底部带指示条的机型,指示条的操作区域与页面底部存在重合,容易导致用户误操作,因此我们需要针对这些机型进行底部安全区适配。
* @tutorial https://ijry.github.io/uview-plus/components/safeAreaInset.html
* @tutorial https://uview-plus.jiangruyi.com/components/safeAreaInset.html
* @property {type} prop_name
* @property {Object} customStyle 定义需要用到的外部样式
*
@@ -34,7 +34,7 @@
computed: {
style() {
const style = {};
// #ifdef APP-NVUE || MP-TOUTIAO
// #ifdef APP-NVUE || MP-TOUTIAO || MP-WEIXIN
// nvue下,高度使用js计算填充
style.height = addUnit(getWindowInfo().safeAreaInsets.bottom, 'px');
// #endif
@@ -42,7 +42,7 @@
},
},
mounted() {
// #ifdef APP-NVUE
// #ifdef APP-NVUE || MP-TOUTIAO || MP-WEIXIN
// 标识为是否nvue
this.isNvue = true;
// #endif