diff --git a/api/newFun.js b/api/newFun.js index 322de3e..cd26da2 100644 --- a/api/newFun.js +++ b/api/newFun.js @@ -240,4 +240,15 @@ export const editStore = (param) => { // 会员分类xiangqing export const storeData = (param) => { return request.get('store/data', param) +} +// 一键新增 +export const collectorList = (param) => { + return request.post('goods.collector/list', param) +} +export const editCollector = (param) => { + return request.post('goods.collector/batch', param) +} +// 运费模版 +export const deliveryall = (param) => { + return request.post('setting/deliveryall', param) } \ No newline at end of file diff --git a/pages.json b/pages.json index b8a9e08..89ad462 100644 --- a/pages.json +++ b/pages.json @@ -517,6 +517,13 @@ }, { "path": "goods/oneGrounding", + "style": { + "navigationBarTitleText": "采集列表", + "enablePullDownRefresh": false + } + }, + { + "path": "goods/addOneGround", "style": { "navigationBarTitleText": "一键上架", "enablePullDownRefresh": false diff --git a/pages/news/coupon/index.vue b/pages/news/coupon/index.vue index 2c60d2d..97ae663 100644 --- a/pages/news/coupon/index.vue +++ b/pages/news/coupon/index.vue @@ -81,7 +81,7 @@ }) .then(res => { that.$toast(res.message) - this.getCoupon() + that.getCoupon(that.tabIndex) }) .finally(() => that.isLoading = false) }, diff --git a/pages/news/goods/addOneGround.vue b/pages/news/goods/addOneGround.vue new file mode 100644 index 0000000..c03a288 --- /dev/null +++ b/pages/news/goods/addOneGround.vue @@ -0,0 +1,571 @@ + + + + + diff --git a/pages/news/goods/components/category.vue b/pages/news/goods/components/category.vue new file mode 100644 index 0000000..5ca5b5b --- /dev/null +++ b/pages/news/goods/components/category.vue @@ -0,0 +1,207 @@ + + + + + diff --git a/pages/news/goods/oneGrounding.vue b/pages/news/goods/oneGrounding.vue index 9146211..b2c739d 100644 --- a/pages/news/goods/oneGrounding.vue +++ b/pages/news/goods/oneGrounding.vue @@ -1,695 +1,145 @@ diff --git a/pages/news3/shopDealerOrder.vue b/pages/news3/shopDealerOrder.vue index d23195a..b0a3465 100644 --- a/pages/news3/shopDealerOrder.vue +++ b/pages/news3/shopDealerOrder.vue @@ -381,7 +381,7 @@ min-height: 100%; } -::v-deep .u-empty { + ::v-deep .u-empty { padding: 100rpx 0; } @@ -389,7 +389,7 @@ height: 62rpx !important; line-height: 62rpx !important; background-color: #fff !important; - width: 608rpx !important; + width: 600rpx !important; } .head-info { @@ -401,13 +401,13 @@ justify-content: space-between; position: relative; background-color: #fff !important; + border-radius: 28rpx; ::v-deep .uni-input-placeholder { margin-left: 10upx; z-index: 10; background-color: #fff !important; } - .search { position: absolute; top: 20upx;