26/04/18 wyx 删除地址js文件,生活缴费页面部分修改
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user