修改确认订单逻辑
This commit is contained in:
@@ -7,8 +7,15 @@
|
||||
:placeholder="instructions" />
|
||||
</view>
|
||||
<!-- <view class="instructions">{{ instructions }}</view> -->
|
||||
<up-button type="primary" @click="confirmIntegral" text="确定"></up-button>
|
||||
<up-button style="margin-top: 20rpx;" @click="IntegralInputclose">取消</up-button>
|
||||
<view class="u-flex gap-20" style="width: 100%; padding-bottom: 40px;">
|
||||
<view class="u-flex-1">
|
||||
<up-button style="margin-top: 20rpx;" @click="IntegralInputclose">取消</up-button>
|
||||
</view>
|
||||
<view class="u-flex-1">
|
||||
<up-button type="primary" @click="confirmIntegral" text="确定"></up-button>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
@@ -117,7 +124,9 @@
|
||||
height: 100%;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.gap-20{
|
||||
gap: 20rpx;
|
||||
}
|
||||
.modal-mask {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -146,6 +155,7 @@
|
||||
|
||||
.input-wrapper {
|
||||
margin-bottom: 15px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.instructions {
|
||||
|
||||
Reference in New Issue
Block a user