样式优化

pull/6/head
zhangyouji 1 year ago
parent 7c2554cde1
commit 9d829b3887
  1. 7
      oilAccount/page/accountRecharge/add.vue
  2. 8
      pages.json

@ -30,14 +30,14 @@
{{postData.companyName?postData.companyName:'选择账户后自动带出'}} {{postData.companyName?postData.companyName:'选择账户后自动带出'}}
</view> </view>
</uni-list-item> </uni-list-item>
<view v-if="barIndex==1&&postData.siteChannelAccountId" style="padding: 0 16rpx;"> <view v-if="barIndex==1&&postData.siteChannelAccountId" style="padding: 0 31rpx;">
<view class="flex_jw"> <view class="flex_jw">
<view>账户余额</view> <view>账户余额</view>
<view>{{postData.balance?postData.balance:''}}</view> <view>{{postData.balance?postData.balance:'0'}}</view>
</view> </view>
<view class="flex_jw"> <view class="flex_jw">
<view>待审核充值金额</view> <view>待审核充值金额</view>
<view>{{postData.theRemainingAmount?postData.theRemainingAmount:''}}</view> <view>{{postData.theRemainingAmount?postData.theRemainingAmount:'0'}}</view>
</view> </view>
</view> </view>
<uni-list-item> <uni-list-item>
@ -568,6 +568,7 @@
.flex_jw{ .flex_jw{
display: flex; display: flex;
justify-content:space-between; justify-content:space-between;
margin-bottom: 15rpx;
} }
.addDiver_body { .addDiver_body {

@ -66,7 +66,7 @@
// } // }
// ,{ // ,{
// "path" : "priceAdjustment/page/index/index", // "path" : "priceAdjustment/page/index/index",
// "style" : // "style" :
// { // {
// "navigationBarTitleText": "", // "navigationBarTitleText": "",
// "enablePullDownRefresh": false // "enablePullDownRefresh": false
@ -75,7 +75,7 @@
// } // }
// ,{ // ,{
// "path" : "salesRanking/page/index/index", // "path" : "salesRanking/page/index/index",
// "style" : // "style" :
// { // {
// "navigationBarTitleText": ", // "navigationBarTitleText": ",
// ", // ",
@ -85,7 +85,7 @@
// } // }
// ,{ // ,{
// "path" : "pages/index/newindex", // "path" : "pages/index/newindex",
// "style" : // "style" :
// { // {
// "navigationBarTitleText": "", // "navigationBarTitleText": "",
// "enablePullDownRefresh": false // "enablePullDownRefresh": false
@ -384,7 +384,7 @@
}, { }, {
"path": "page/accountRecharge/add", "path": "page/accountRecharge/add",
"style": { "style": {
"navigationBarTitleText": "油站账户充值(仅调回拨)", "navigationBarTitleText": "油站账户充值",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }

Loading…
Cancel
Save