Browse Source

商户、用户、代理用户ID信息内容调整优化

master
W夏日 2 years ago
parent
commit
7e1e7376f9
  1. 21
      agentApp/pages/index/index.vue
  2. 17
      agentApp/pages/merchant-index/index.vue
  3. 20
      agentApp/pages/user-orders/user-orders.vue

21
agentApp/pages/index/index.vue

@ -24,22 +24,7 @@
</view> </view>
<view class="divider-style"></view> <view class="divider-style"></view>
<view class="information-id-content"> <view class="information-id-content">
<view class="content-id-item">
<view class="id-text">
商户ID
</view>
<view class="id-value">
56865kj
</view>
</view>
<view class="content-id-item">
<view class="id-text">
用户ID
</view>
<view class="id-value">
54568gh
</view>
</view>
<view class="content-id-item"> <view class="content-id-item">
<view class="id-text"> <view class="id-text">
代理ID 代理ID
@ -332,12 +317,12 @@ export default {
} }
.information-id-content{ .information-id-content{
display: flex; display: flex;
justify-content: space-between;
justify-content: center;
align-items: center; align-items: center;
} }
.content-id-item{ .content-id-item{
display: flex; display: flex;
justify-content: left;
justify-content: center;
align-items: center; align-items: center;
} }
.id-text{ .id-text{

17
agentApp/pages/merchant-index/index.vue

@ -17,22 +17,7 @@
56865kj 56865kj
</view> </view>
</view> </view>
<view class="content-id-item">
<view class="id-text">
用户ID
</view>
<view class="id-value">
54568gh
</view>
</view>
<view class="content-id-item">
<view class="id-text">
代理ID
</view>
<view class="id-value">
56231fd
</view>
</view>
</view> </view>
<view class="revenue-information" @click="handlerOrder"> <view class="revenue-information" @click="handlerOrder">
<view class="projected-revenue-content"> <view class="projected-revenue-content">

20
agentApp/pages/user-orders/user-orders.vue

@ -19,14 +19,6 @@
<view class="divider-style"></view> <view class="divider-style"></view>
<view class="information-id-content"> <view class="information-id-content">
<view class="content-id-item">
<view class="id-text">
商户ID
</view>
<view class="id-value">
56865kj
</view>
</view>
<view class="content-id-item"> <view class="content-id-item">
<view class="id-text"> <view class="id-text">
用户ID 用户ID
@ -35,14 +27,6 @@
54568gh 54568gh
</view> </view>
</view> </view>
<view class="content-id-item">
<view class="id-text">
代理ID
</view>
<view class="id-value">
56231fd
</view>
</view>
</view> </view>
@ -213,12 +197,12 @@ image.withdrawal-line{
} }
.information-id-content{ .information-id-content{
display: flex; display: flex;
justify-content: space-between;
justify-content: center;
align-items: center; align-items: center;
} }
.content-id-item{ .content-id-item{
display: flex; display: flex;
justify-content: left;
justify-content: center;
align-items: center; align-items: center;
} }
.id-text{ .id-text{

Loading…
Cancel
Save