修改发票显示问题和暂存工作台修改
This commit is contained in:
@@ -8,3 +8,5 @@ export const payWays = ["现金", "银行卡", "支付宝", "微信", "云闪
|
||||
export const getRechargeOperateWay = (num) => {
|
||||
return payWays[num];
|
||||
}
|
||||
|
||||
export const feeType = ['华昌宝能收费', "物业代收1", "物业代收2", "物业代收线损"]
|
@@ -45,8 +45,8 @@ export function getConfigByEnv() {
|
||||
switch (envVersion) {
|
||||
// 开发版
|
||||
case 'develop':
|
||||
// api = "http://localhost:8000"
|
||||
api = "https://zgd.hbhcbn.com/api3"
|
||||
api = "http://localhost:8000"
|
||||
// api = "https://zgd.hbhcbn.com/api3"
|
||||
// api = "https://zgd.hbhcbn.com/api3"
|
||||
// api = "https://zgd.hbhcbn.com/wxApi"
|
||||
// api = "http://127.0.0.1:4523/m1/4143821-0-default"
|
||||
|
@@ -9,6 +9,9 @@ export const getDot = async () => {
|
||||
return;
|
||||
}
|
||||
const { code, message, data } = await getUnReadApproveNumber();
|
||||
if (code !== OK) {
|
||||
return;
|
||||
}
|
||||
if (data > 0) {
|
||||
wx.showTabBarRedDot({
|
||||
index: 2,
|
||||
|
Reference in New Issue
Block a user