|
|
App({
|
|
onLaunch: function () {
|
|
var that = this;
|
|
wx.getSystemInfo({
|
|
success: function (res) {
|
|
that.globalData.winHeight = res.windowHeight;
|
|
}
|
|
});
|
|
},
|
|
globalData: {
|
|
winHeight:0,
|
|
cookie: "",
|
|
decryptCookie: '',
|
|
userInfo: null,
|
|
baseUrl: "https://miniprogram.food988.com/Rest.aspx",
|
|
tranferBaseUrl: 'https://miniprogram.food988.com/RequestTransfer.aspx',
|
|
globalCustomerID: 0,
|
|
phoneNum: "",
|
|
openID: "",
|
|
appID: "wx0b897783b2588147",
|
|
|
|
// Phone: "",
|
|
// OpenId: "",
|
|
// AppName: "WeChat",
|
|
// AppId: "wx0b897783b2588147",
|
|
// BaseUrl: "https://miniprogram.food988.com/Rest.aspx",
|
|
// TranferBaseUrl:"https://miniprogram.food988.com/RequestTransfer.aspx",
|
|
// CustomerId:"",
|
|
},
|
|
})
|