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