Merge branch 'youda' of http://123.207.203.228:3000/shang/yfs into youda

This commit is contained in:
18631081161 2025-04-21 15:26:21 +08:00
commit b4bcb366ba
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
}
},