//app.js
|
|
App({
|
|
onLaunch: function() {
|
|
|
|
},
|
|
|
|
globalData: {
|
|
PhoneNum: "",
|
|
OpenId: "",
|
|
AppName: "WeChat",
|
|
AppId: "wx1a89a89a80318160",
|
|
Cookie: "",
|
|
DecryptCookie: '',
|
|
UserInfo: null,
|
|
BaseUrl: "https://miniprogram.food988.com/Rest.aspx",
|
|
TransferUrl: 'https://miniprogram.food988.com/RequestTransfer.aspx',
|
|
globalCustomerID: 0,
|
|
SelectCustomer_ID: null,
|
|
SelectStartDate: null,
|
|
SelectEndDate: null,
|
|
SelectBillState: null,
|
|
billInfo: [],
|
|
billInfoUp: [],
|
|
shareInState:1,
|
|
}
|
|
})
|