| | |
| | | </view> |
| | | </view> |
| | | </scroll-view> |
| | | |
| | | <y-pop> |
| | | </y-pop> |
| | | <view> |
| | | <!-- 修改数量 --> |
| | | <uni-popup ref="revise" background-color="#fff" @change="change"> |
| | | <uni-popup ref="revise" @change="change"> |
| | | <view class="revise-box"> |
| | | <view class="revise-box-top"> |
| | | <view class="color-block-blue"></view> |
| | | <text class="title">修改</text> |
| | | </view> |
| | | <view class="text-box"> |
| | | <text>可组数量:{{enableQty}}</text> |
| | | </view> |
| | | <view class="changeBox"> |
| | | <view class="num-box"> |
| | | <uni-number-box v-model="count" :min="minCount" :max="maxCount" color="#747474" @change="changeValue"/> |
| | | </view> |
| | | <view class="change"> |
| | | <view class="text-box"> |
| | | <text>数量:{{enableQty}}</text> |
| | | </view> |
| | | <view class="changeBox"> |
| | | <view class="num-box"> |
| | | <uni-number-box v-model="count" :min="minCount" :max="maxCount" color="#747474" @change="changeValue"/> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="revise-box-buttom"> |
| | | <view> |
| | |
| | | } // exprot |
| | | </script> |
| | | <style> |
| | | .revise-box { |
| | | width: 500rpx; |
| | | height: 300rpx; |
| | | display: flex; |
| | | flex-direction: column; |
| | | border-radius: 20rpx; |
| | | background-color: #fff; |
| | | } |
| | | .change { |
| | | height: 150rpx; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | } |
| | | .revise-box-buttom { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | } |
| | | .pak-seach-box { |
| | | background-color: #FFFFFF; |
| | | margin: 15rpx 15rpx 0rpx 15rpx; |