diff --git a/pageC/cart/ConfirmOrder.vue b/pageC/cart/ConfirmOrder.vue index 55c8960..e1eb524 100644 --- a/pageC/cart/ConfirmOrder.vue +++ b/pageC/cart/ConfirmOrder.vue @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/pageC/cart/index.vue b/pageC/cart/index.vue index c8cb736..dcb43b5 100644 --- a/pageC/cart/index.vue +++ b/pageC/cart/index.vue @@ -18,11 +18,7 @@ 木糖少女小紫薯西装领连衣裙夏季新款女装夏收腰格子格纹裙子 ¥99 - - - - 2 - + - + @@ -40,7 +36,7 @@ 合计: ¥9.80 - 结算 + 结算 删除 @@ -78,6 +74,17 @@ export default { } }, methods: { + reduce(value, store) { + console.log(value, store) + }, + plus(value, store) { + console.log(value, store) + }, + settlement() { + uni.navigateTo({ + url: './ConfirmOrder' + }); + }, totalChange(e) { // 切换所有商品的状态 this.list.forEach(store => { @@ -215,31 +222,43 @@ export default { font-weight: 500; color: rgba(255,49,49,1); } - .num { - display: flex; - width: 118rpx; - height: 39rpx; + .u-numberbox { border: 1rpx solid rgba(217,215,215,1); border-radius:4px; - .reduce, .increase { - flex: 1; - font-size: 11rpx; - color: #FF780F; - line-height: 39rpx; - text-align: center; - } - .value { - flex: 1; - font-size: 22rpx; - color:rgba(51,51,51,1); - line-height: 39rpx; - text-align: center; + /deep/ .u-number-input { + margin: 0; + color: #333 !important; border: 1rpx #D9D7D7 solid { top: 0px; bottom: 0px; } } } + // .num { + // display: flex; + // width: 118rpx; + // height: 39rpx; + // border: 1rpx solid rgba(217,215,215,1); + // border-radius:4px; + // .reduce, .increase { + // flex: 1; + // font-size: 11rpx; + // color: #FF780F; + // line-height: 39rpx; + // text-align: center; + // } + // .value { + // flex: 1; + // font-size: 22rpx; + // color:rgba(51,51,51,1); + // line-height: 39rpx; + // text-align: center; + // border: 1rpx #D9D7D7 solid { + // top: 0px; + // bottom: 0px; + // } + // } + // } } } } diff --git a/pageC/merchant/details.vue b/pageC/merchant/details.vue new file mode 100644 index 0000000..03bd1c9 --- /dev/null +++ b/pageC/merchant/details.vue @@ -0,0 +1,129 @@ + + + \ No newline at end of file diff --git a/pageC/merchant/index.vue b/pageC/merchant/index.vue new file mode 100644 index 0000000..fd12524 --- /dev/null +++ b/pageC/merchant/index.vue @@ -0,0 +1,222 @@ + + + \ No newline at end of file diff --git a/pages.json b/pages.json index add1fc5..eaf37fe 100644 --- a/pages.json +++ b/pages.json @@ -139,6 +139,54 @@ } } + }, + { + "path": "merchant/index", + "style": { + "app-plus": { + "titleSize": "36px", + "titleNView": { + "titleColor": "#333333", + "backgroundColor": "rgba(255,255,255,0)", + "buttons": [ + { + "type":"none", + "text":"...", + "float":"right", + "fontSize":"16" + }, + { + "type":"none", + "text":"\ue582", + "float":"right", + "fontSize":"16" + } + ], + "searchInput": { + "align": "left", + "borderRadius": "15px", + "placeholder": "搜索您需要的商品", + "backgroundColor": "rgb(236,236,236)", + "disabled": true + } + } + } + } + + }, + { + "path": "merchant/details", + "style": { + "navigationBarTitleText": "店铺信息", + "app-plus": { + "titleSize": "36px", + "titleNView": { + "titleColor": "#333333", + "backgroundColor": "#FFFFFF" + } + } + } + }, { "path": "cart/ConfirmOrder", @@ -634,7 +682,7 @@ "selectedIconPath": "static/image/home2.png", "text": "首页" }, { - "pagePath": "pageC/classify/index", + "pagePath": "pages/API/index", "iconPath": "static/image/mall.png", "selectedIconPath": "static/image/mall2.png", "text": "商城"