完成订单详情
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
<view class="modal-content">
|
||||
<view class="input-wrapper">
|
||||
<input type="number" v-model="inputValue" :min="minValue" :max="maxValue" @input="handleInput"
|
||||
placeholder="请输入积分" />
|
||||
:placeholder="instructions" />
|
||||
</view>
|
||||
<view class="instructions">{{ instructions }}</view>
|
||||
<!-- <view class="instructions">{{ instructions }}</view> -->
|
||||
<up-button type="primary" @click="confirmIntegral" text="确定"></up-button>
|
||||
<button style="margin-top: 20rpx;" @click="IntegralInputclose">取消</button>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user