提交代码

This commit is contained in:
zpc 2025-04-21 15:24:38 +08:00
parent 63103316ef
commit fdadeb3cb1
2 changed files with 6 additions and 3 deletions

View File

@ -14,6 +14,7 @@ Vue.component('uni-popup', uniPopup)
// 全局变量配置
Vue.prototype.siteBaseUrl = EnvConfig.apiBaseUrl
Vue.prototype.$baseUrl = EnvConfig.baseUrl
Vue.prototype.$imageBaseUrl = EnvConfig.imageUrl;
Vue.prototype.$z_img2 = EnvConfig.imageUrl + '/zcq/'
Vue.prototype.$img = url => EnvConfig.imageBaseUrl + url
Vue.prototype.$img1 = url => EnvConfig.iconBaseUrl + url

View File

@ -115,10 +115,12 @@
}
},
onShareAppMessage() {
let that = this
let that = this;
console.log();
return {
// imageUrl: this.getHaiBao(),
title: "友达赏,正版潮玩手办一番赏",
imageUrl: this.$imageBaseUrl+"/icon/share.jpg",
title: "友达内测上线,来就送!",
path: '/pages/shouye/index?pid=' + uni.getStorageSync('userinfo').ID
}
},