|
|
@@ -24,7 +24,7 @@ |
|
|
|
<view style="padding: 36rpx 50rpx;display:flex"> |
|
|
|
<u-button @click="cancel" type="info" |
|
|
|
customStyle="border-radius: 45rpx;height: 90rpx;font-weight: 700;font-size: 32rpx;color:#666;" |
|
|
|
text="取消选择" v-if="value_"></u-button> |
|
|
|
text="取消" v-if="value_"></u-button> |
|
|
|
<view style="width: 36rpx;" v-if="value_"></view> |
|
|
|
<u-button @click="cofirm" type="primary" |
|
|
|
customStyle="border-radius: 45rpx;height: 90rpx;font-weight: 700;font-size: 32rpx;" |
|
|
|