提交代码
This commit is contained in:
parent
63103316ef
commit
fdadeb3cb1
1
main.js
1
main.js
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user