// pages/user/yhq/qr_code/qr_code.js const { barcode, qrcode } = require('../../utils/index.js') Component({ data: { object: null, }, properties: { // 这里定义了innerText属性,属性值可以在组件使用时指定 }, ready: function () { }, methods: { }, //打开 onshow: function (e) { } })