Commit a01c610c authored by qipeng's avatar qipeng

子组件注册

parent 76f3ad55
......@@ -469,7 +469,7 @@
}
},
{
"path": "albumComponets/albumComponets",
"path": "albumComponets/compometsBuy/compometsBuy",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
......
......@@ -45,6 +45,12 @@
<view class="commonBox-name">打印份数</view>
<u-number-box v-model="printNum"></u-number-box>
</view>
<view class="compomets-commonBox">
<view class="commonBox-name">取件方式</view>
<view class="commonBox-pickUp">
</view>
</view>
</view>
</view>
</view>
......@@ -220,9 +226,19 @@ export default {
.compomets-commonBox:nth-last-child(1){
border-bottom: none;
}
/deep/ .u-number-box__minus{
width: 40rpx;
height: 40rpx;
/deep/ .u-number-box{
margin-right: 38rpx;
}
/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>
\ No newline at end of file
<template>
</template>
<script>
</script>
<style>
</style>
\ No newline at end of file
......@@ -119,7 +119,7 @@
</template>
<script>
import compometsBuy from './../albumComponets/albumComponets.vue'
import compometsBuy from './../albumComponets/compometsBuy/compometsBuy.vue'
export default {
components: {
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