样式优化
This commit is contained in:
@@ -30,14 +30,14 @@
|
||||
{{postData.companyName?postData.companyName:'选择账户后自动带出'}}
|
||||
</view>
|
||||
</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>账户余额</view>
|
||||
<view>{{postData.balance?postData.balance:''}}</view>
|
||||
<view>{{postData.balance?postData.balance:'0'}}</view>
|
||||
</view>
|
||||
<view class="flex_jw">
|
||||
<view>待审核充值金额</view>
|
||||
<view>{{postData.theRemainingAmount?postData.theRemainingAmount:''}}</view>
|
||||
<view>{{postData.theRemainingAmount?postData.theRemainingAmount:'0'}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<uni-list-item>
|
||||
@@ -568,6 +568,7 @@
|
||||
.flex_jw{
|
||||
display: flex;
|
||||
justify-content:space-between;
|
||||
margin-bottom: 15rpx;
|
||||
}
|
||||
|
||||
.addDiver_body {
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
// }
|
||||
// ,{
|
||||
// "path" : "priceAdjustment/page/index/index",
|
||||
// "style" :
|
||||
// "style" :
|
||||
// {
|
||||
// "navigationBarTitleText": "",
|
||||
// "enablePullDownRefresh": false
|
||||
@@ -75,7 +75,7 @@
|
||||
// }
|
||||
// ,{
|
||||
// "path" : "salesRanking/page/index/index",
|
||||
// "style" :
|
||||
// "style" :
|
||||
// {
|
||||
// "navigationBarTitleText": "动销排名,
|
||||
// ",
|
||||
@@ -85,7 +85,7 @@
|
||||
// }
|
||||
// ,{
|
||||
// "path" : "pages/index/newindex",
|
||||
// "style" :
|
||||
// "style" :
|
||||
// {
|
||||
// "navigationBarTitleText": "",
|
||||
// "enablePullDownRefresh": false
|
||||
@@ -384,7 +384,7 @@
|
||||
}, {
|
||||
"path": "page/accountRecharge/add",
|
||||
"style": {
|
||||
"navigationBarTitleText": "油站账户充值(仅调回拨)",
|
||||
"navigationBarTitleText": "油站账户充值",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user