26/04/18 wyx 删除地址js文件,生活缴费页面部分修改

This commit is contained in:
wangyuxin
2026-04-18 10:40:49 +08:00
parent 5dad83c168
commit 40e4e8624a
3 changed files with 89 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<template>
<view class="contentStyle" style="">
<view :style="{height:statusBarHeight+'px'}"></view>
<view class="status-bar"></view>
<uni-nav-bar title="生活缴费" left-icon="left" @clickLeft="goBack" backgroundColor="transparent" :border="false">
</uni-nav-bar>
@@ -181,7 +181,7 @@
goToAdd(type) {
uni.setStorageSync('addPaymentType', type.name)
uni.redirectTo({
url: '/pages/payment-list/addPayment',
url: '/pages/payment-list/selectPaymentEntity',
success: res => {},
fail: () => {},
complete: () => {}
@@ -385,4 +385,8 @@
font-weight: 600;
color: #333;
}
.status-bar {
width: 100vw;
height: 46px;
}
</style>