Commit a8d205f8 authored by Mac's avatar Mac

1

parent 1b63c32f
...@@ -39,8 +39,8 @@ export default { ...@@ -39,8 +39,8 @@ export default {
'content-type': "application/json" 'content-type': "application/json"
}, },
data: { data: {
MallBaseId: 1, MallBaseId: 2,
TenantId: 1, TenantId: 12,
OpenId: this.GetOpenId().OpenId, OpenId: this.GetOpenId().OpenId,
UserId: this.GetOpenId().UserId, UserId: this.GetOpenId().UserId,
SmallShopsId: this.GetOpenId().SmallShopsId, SmallShopsId: this.GetOpenId().SmallShopsId,
...@@ -116,6 +116,8 @@ export default { ...@@ -116,6 +116,8 @@ export default {
Vue.prototype.GetMiniAppId = function() { Vue.prototype.GetMiniAppId = function() {
return 'wxacd9f8cc3480d29e' return 'wxacd9f8cc3480d29e'
// return 'wxcf0727a7c78b501e' //旅小友 // return 'wxcf0727a7c78b501e' //旅小友
// return 'wx01350b305d45a63e' //饭粒汪
} }
//获取OpenId //获取OpenId
Vue.prototype.GetOpenId = function() { Vue.prototype.GetOpenId = function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment