You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

26 lines
547 B

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