修改cid无效、登录缓存问题,正在对接支付功能
This commit is contained in:
@@ -151,13 +151,13 @@
|
||||
// iconClass: "gas"
|
||||
// },
|
||||
{
|
||||
name: "水费",
|
||||
name: "水表",
|
||||
type: "water",
|
||||
icon: "https://wuyeadmin.bugtc.com/images/propertyImgs/water.png",
|
||||
iconClass: "water"
|
||||
},
|
||||
{
|
||||
name: "电费",
|
||||
name: "电表",
|
||||
type: "electric",
|
||||
icon: "https://wuyeadmin.bugtc.com/images/propertyImgs/electric.png",
|
||||
iconClass: "electric"
|
||||
@@ -213,7 +213,7 @@
|
||||
onReady(() => {})
|
||||
|
||||
onLoad(() => {
|
||||
postOpenId()
|
||||
// postOpenId()
|
||||
uni.hideTabBar({
|
||||
animation: false // 关闭动画,更稳定
|
||||
});
|
||||
@@ -269,7 +269,7 @@
|
||||
uni.redirectTo({
|
||||
url: '/pageSubPack/payment-list/selectPaymentEntity'
|
||||
})
|
||||
} else if (type.name == '水费' || type.name == '电费') {
|
||||
} else if (type.name == '水表' || type.name == '电表') {
|
||||
uni.redirectTo({
|
||||
url: '/pageSubPack/payment-list/addHydropower'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user