uni-app icon indicating copy to clipboard operation
uni-app copied to clipboard

uni-app uni-forms组件bug

Open youtao opened this issue 1 year ago • 1 comments
trafficstars

Android端

uni-forms.vue这个组件下面代码有bug let getbinddata = getApp().$vm.$.appContext.config.globalProperties.binddata;

应改为:

const apps = getApp();
const app = apps.length ? apps[apps.length - 1] : apps;

image image image

youtao avatar Jul 20 '24 11:07 youtao