commission--yt-commit

This commit is contained in:
2025-06-09 19:33:21 +08:00
parent a576bacae2
commit 179f70b65d
9 changed files with 24 additions and 9 deletions

View File

@ -1,4 +1,4 @@
const { baseUrl } = require('../../../request');
const { baseUrl, globalImgUrl } = require('../../../request');
Page({
data: {
@ -10,7 +10,8 @@ Page({
id: null,
showPromoPop: false,
currentQrcode: '',
currentPromoLink: ''
currentPromoLink: '',
globalImgUrl,
},
onLoad(options) {