feat:小程序提现
This commit is contained in:
@@ -13,9 +13,11 @@
|
|||||||
<text class="text-32 text-gray">{{item.name}}</text>
|
<text class="text-32 text-gray">{{item.name}}</text>
|
||||||
<text class="text-26 text-fu1">账号:{{item.account}}</text>
|
<text class="text-26 text-fu1">账号:{{item.account}}</text>
|
||||||
</view>
|
</view>
|
||||||
<u-radio-group v-model="itemSelect" style="position: absolute;right:28rpx">
|
<view class="radio-wrapper">
|
||||||
<u-radio :name="item.id" activeColor="#7934F6"></u-radio>
|
<u-radio-group v-model="itemSelect">
|
||||||
</u-radio-group>
|
<u-radio :name="item.id" activeColor="#7934F6"></u-radio>
|
||||||
|
</u-radio-group>
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-mid-view-two" @click="onAdd" v-if="!data.length">
|
<view class="item-mid-view-two" @click="onAdd" v-if="!data.length">
|
||||||
@@ -27,7 +29,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-bottom-btn" v-if="data.length">
|
<view class="item-bottom-btn" v-if="data.length">
|
||||||
<MyBtn @ok="onOk" text="确定"></MyBtn>
|
<MyBtn @ok="onOk" text="确定" wd="100%"></MyBtn>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</u-popup>
|
</u-popup>
|
||||||
@@ -101,6 +103,8 @@
|
|||||||
margin-top:24rpx;
|
margin-top:24rpx;
|
||||||
min-height:88rpx;
|
min-height:88rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
.item-mid-view-two{
|
.item-mid-view-two{
|
||||||
width:100%;
|
width:100%;
|
||||||
@@ -162,6 +166,12 @@
|
|||||||
margin-left:24rpx;
|
margin-left:24rpx;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.radio-wrapper {
|
||||||
|
position: absolute;
|
||||||
|
right: 28rpx;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
.item-right-btn{
|
.item-right-btn{
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user