diff --git a/package1/myCenter/goodsList.vue b/package1/myCenter/goodsList.vue index 65c1571..6e3fc06 100644 --- a/package1/myCenter/goodsList.vue +++ b/package1/myCenter/goodsList.vue @@ -135,9 +135,23 @@ 新增商品 - 新增分类 + 更多 + + + + + 请选择 + + + 分类管理 + + + 属性管理 + + + @@ -308,8 +322,10 @@ let url="" if(type == 'goods'){ url = '/package1/myCenter/addGoods?dataList='+ JSON.stringify(item) - }else{ + }else if(type == 'type'){ url = '/package1/myCenter/addType' + }else{ + url = '/package1/myCenter/attributeList' } uni.navigateTo({ url:url @@ -547,7 +563,32 @@ display: flex; padding-top: 20rpx; } + .popup-pay-content { + align-items: center; + justify-content: center; + padding: 15px; + width: 500rpx; + height: auto; + background-color: #fff; + } + .popup-pay-title { + font-size: 36rpx; + font-weight: bold; + text-align: center; + position: relative; + } + .popup-pay-container { + margin-top: 20rpx; + height: 100rpx; + border-radius: 10px; + background: #088FEB; + line-height: 100rpx; + text-align: center; + border-bottom: 1px solid #eee; + border-top: 1px solid #eee; + color: #fff; + } .bottom-btn { width: 50%; height: 90rpx;