Commit a01c610c authored by qipeng's avatar qipeng

子组件注册

parent 76f3ad55
...@@ -469,7 +469,7 @@ ...@@ -469,7 +469,7 @@
} }
}, },
{ {
"path": "albumComponets/albumComponets", "path": "albumComponets/compometsBuy/compometsBuy",
"style": { "style": {
"navigationBarTitleText": "", "navigationBarTitleText": "",
"enablePullDownRefresh": false "enablePullDownRefresh": false
......
...@@ -45,6 +45,12 @@ ...@@ -45,6 +45,12 @@
<view class="commonBox-name">打印份数</view> <view class="commonBox-name">打印份数</view>
<u-number-box v-model="printNum"></u-number-box> <u-number-box v-model="printNum"></u-number-box>
</view> </view>
<view class="compomets-commonBox">
<view class="commonBox-name">取件方式</view>
<view class="commonBox-pickUp">
</view>
</view>
</view> </view>
</view> </view>
</view> </view>
...@@ -220,9 +226,19 @@ export default { ...@@ -220,9 +226,19 @@ export default {
.compomets-commonBox:nth-last-child(1){ .compomets-commonBox:nth-last-child(1){
border-bottom: none; border-bottom: none;
} }
/deep/ .u-number-box__minus{ /deep/ .u-number-box{
width: 40rpx; margin-right: 38rpx;
height: 40rpx; }
/deep/ .u-number-box__minus,
/deep/ .u-number-box__plus{
width: 40rpx !important;
height: 40rpx !important;
background-color: #F7F7F7;
}
/deep/ .u-number-box__input{
width: 56rpx !important;
background-color: #fff !important;
} }
} }
</style> </style>
\ No newline at end of file
<template>
</template>
<script>
</script>
<style>
</style>
\ No newline at end of file
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
</template> </template>
<script> <script>
import compometsBuy from './../albumComponets/albumComponets.vue' import compometsBuy from './../albumComponets/compometsBuy/compometsBuy.vue'
export default { export default {
components: { components: {
compometsBuy, compometsBuy,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment