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
575 B

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