@@ -1944,6 +1945,7 @@
position: fixed;
bottom: 0;
left: 0;
+ margin-bottom: var(--status-bar-height);;
}
.broadcast-details .footerCon.on {
diff --git a/pages/columnGoods/goods_search/index.vue b/pages/columnGoods/goods_search/index.vue
index 3d663eb..4442f82 100644
--- a/pages/columnGoods/goods_search/index.vue
+++ b/pages/columnGoods/goods_search/index.vue
@@ -158,9 +158,9 @@
} else {
this.$set(this, 'searchValue', event);
}
- this.$nextTick(() => {
- this.focus = true
- })
+ // this.$nextTick(() => {
+ // this.focus = true
+ // })
this.searchBut()
},
setValue: function(event) {
diff --git a/pages/columnGoods/goods_search_con/index.vue b/pages/columnGoods/goods_search_con/index.vue
index 6e93048..27e017d 100644
--- a/pages/columnGoods/goods_search_con/index.vue
+++ b/pages/columnGoods/goods_search_con/index.vue
@@ -2,19 +2,17 @@
-
-
-
+
@@ -22,7 +20,7 @@
店铺
-
+
{{downMenu[downKey].title}}
@@ -413,7 +411,7 @@
}
}
});
- this.mTop = this.hide_mer_status == 0 ? '238rpx' : '170rpx'
+ this.mTop = this.hide_mer_status == 0 ? '308rpx' : '170rpx'
},
computed: {
shopTab: function() {
@@ -561,9 +559,10 @@
limit: this.sotreParam.limit,
order: this.sotreParam.order,
category_id: this.sotreParam.category_id,
- type_id: 10
+ type_id: this.sotreParam.type_id
}
+ console.log(this.sotreParam.category_id)
if (this.latitude) {
serachData.location = this.latitude + ',' + this.longitude
}
@@ -578,7 +577,7 @@
this.storeList = this.storeList.concat(res.data.list)
this.count = res.data.count
this.loading = false
- console.log(this.storeList);
+
})
},
// 店铺排序
@@ -684,6 +683,7 @@
},
// 组件确定
confirm2(data) {
+
let arr1 = [],
arr2 = []
if (data.storeTypeArr.length == 0) {
@@ -821,8 +821,10 @@
//查找产品
get_product_list: function(isPage) {
let that = this;
+
if (that.loadend) return;
if (that.loading) return;
+
if (isPage === true) that.$set(that, 'productList', []);
that.loading = true;
that.loadTitle = '';
@@ -897,13 +899,14 @@
.productList .search {
width: 100%;
- height: 86rpx;
- padding: 0 20rpx;
- box-sizing: border-box;
- position: fixed;
- left: 0;
- top: 0;
- z-index: 9;
+ height: 170rpx;
+ padding: 0 20rpx;
+ // box-sizing: border-box;
+ position: fixed;
+ left: 0;
+ top: 0rpx;
+ padding-top: 60rpx;
+ z-index: 9;
background-color: var(--view-theme);
.icon-dingwei {
@@ -966,7 +969,7 @@
z-index: 9;
position: fixed;
left: 0;
- top: 0;
+ top: 70rpx;
width: 100%;
margin-top: 86rpx;
background-color: var(--view-theme);
@@ -1040,6 +1043,7 @@
.productList .list {
padding: 0 20rpx;
+
}
.productList .list.on {
@@ -1075,6 +1079,7 @@
position: relative;
width: 100%;
height: 345rpx;
+
}
.productList .list .item .pictrue.on {
@@ -1417,7 +1422,8 @@
}
.store-wrapper {
- margin-top: 240rpx;
+ margin-top: 310rpx;
+
border-top: 1px solid #F6F6F6;
.star-box {
diff --git a/pages/gather/gather.vue b/pages/gather/gather.vue
index 87c764a..e8fbae7 100644
--- a/pages/gather/gather.vue
+++ b/pages/gather/gather.vue
@@ -1,216 +1,94 @@
-
-
+
+
+
+
+
+
+ {{street}}
+
+
+
+
+
+
+
+
+
+
+
-
-
-
- 市级供应链
-
-
-
- 在售管理
-
-
-
- 财务管理
-
-
-
-
- 入库管理
-
-
-
- 商户设置
-
-
-
-
- 商品管理
-
-
-
-
- 提现管理
-
-
-
-
- 视频教学
-
-
-
-
+
+
+ 更多功能
+ 编辑
+ 完成
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+ 还没有应用,点我添加应用
-
-
-
-
- 我的店铺
-
-
-
- 供货采购
-
-
-
- 进货管理
-
-
-
-
- 扫码出库
-
-
-
-
- 入库管理
-
-
-
-
- 提现管理
-
-
-
-
-
- 客服记录
-
-
-
-
- 订单核销
-
-
-
-
- 订单管理
-
-
-
-
- 商品管理
-
-
-
-
- 商户设置
-
-
-
-
+
+
+
+ 编辑功能
+ 完成
+
+
+
+
+
+
+
+ {{ item.name }}
-
+
+
+
-
-
-
-
-
-
- 里海云仓
-
-
-
- 供货采购
-
-
-
- 进货管理
-
-
-
-
- 扫码出库
-
-
-
-
- 入库管理
-
-
-
-
- 提现管理
-
-
-
-
-
- 客服记录
-
-
-
-
- 订单核销
-
-
-
-
- 订单管理
-
-
-
-
- 商品管理
-
-
-
-
- 商户设置
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+ -->
\ No newline at end of file
diff --git a/pages/index/component/pictureCube.vue b/pages/index/component/pictureCube.vue
index 6538d07..5840f27 100644
--- a/pages/index/component/pictureCube.vue
+++ b/pages/index/component/pictureCube.vue
@@ -28,7 +28,7 @@
-
+
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 478e22c..3fbc553 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -1,394 +1,1151 @@
-
-
+
+
+
+
+
+
+
+ {{ street }}
+
+
+
+
+
+
+
-
+
+
-
-
-
+
+
+
+
+
+
+
+
+ {{loadTitle}}
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
- {{item.title}}
-
-
-
- {{item.author && item.author.nickname}}
-
-
-
- {{item.count_start}}
-
-
-
-
-
-
-
-
-
-
+
-
-
-
+
-
-
+
+
+ 位置权限使用说明
+ 用于向你推荐最近门店
+
+
-
\ No newline at end of file
diff --git a/pages/news_details/index.vue b/pages/news_details/index.vue
index 63b9c5b..d1ccac2 100644
--- a/pages/news_details/index.vue
+++ b/pages/news_details/index.vue
@@ -1,269 +1,352 @@
-
-
- {{articleInfo.title}}
-
- {{articleInfo.author}}
- {{articleInfo.create_time}}
-
-
-
-
-
-
-
-
-
-
-
- {{store_info.store_name}}
-
- ¥{{store_info.price}}
-
- ¥{{store_info.ot_price}}
-
- 查看商品
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ {{articleInfo.title}}
+
+ {{articleInfo.author}}
+ {{articleInfo.create_time}}
+
+
+
+
+
+
+
+
+
+
+
+ {{store_info.store_name}}
+
+ ¥{{store_info.price}}
+
+ ¥{{store_info.ot_price}}
+
+ 查看商品
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/news_list/index.vue b/pages/news_list/index.vue
index a03bd95..255639e 100644
--- a/pages/news_list/index.vue
+++ b/pages/news_list/index.vue
@@ -1,339 +1,352 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.title}}
-
-
-
-
-
-
-
-
-
- {{item.title}}
- {{item.create_time}}
-
-
-
-
-
-
-
-
-
-
-
- 暂无新闻信息~
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.title}}
+
+
+
+
+
+
+
+
+
+ {{item.title}}
+ {{item.create_time}}
+
+
+
+
+
+
+
+
+
+
+
+ 暂无新闻信息~
+
+
+
+
\ No newline at end of file
diff --git a/pages/nongKe/cloud_entrepot/index.vue b/pages/nongKe/cloud_entrepot/index.vue
index ec30a2f..a04503e 100644
--- a/pages/nongKe/cloud_entrepot/index.vue
+++ b/pages/nongKe/cloud_entrepot/index.vue
@@ -1,142 +1,1020 @@
-
-
- {{town}}里海云仓
-
-
-
- {{item.category_name}}云仓服务
- {{item.description}}
- 查看
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ {{town}}里海云仓
+
+
+
+
+ 全部
+
+
+
+
+
+
+
+
+
+
+
+
+ 供销综合云市场
+
+
+
+
+
+
+
+
+
+ 全部
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.tit}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.store_info}}
+
+
+
+ {{item.rate}}
+ {{item.reply_count}}评论
+
+
+
+
+ ¥{{item.price}}
+
+
+ ¥30.00
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{goodsNum}}
+
+
+
+
+ ¥{{totalMoney}}
+
+
+ 支持配送 售后无忧
+
+
+
+
+ 去结算
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 里海云仓
+
+
+
+
+
+
+
+ {{item.category_name}}云仓服务
+
+
+ {{item.description}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
diff --git a/pages/nongKe/gather/select_warehouse.vue b/pages/nongKe/gather/select_warehouse.vue
index 498460b..7a03a32 100644
--- a/pages/nongKe/gather/select_warehouse.vue
+++ b/pages/nongKe/gather/select_warehouse.vue
@@ -1,736 +1,737 @@
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
-
-
-
-
- {{ item.store_name }}
- ¥{{ item.price }}
- 加入仓库
-
-
-
-
-
-
- 商品编号:
-
-
- 商品名称:
-
-
- 编辑商品价格:
-
-
- 编辑商品库存:
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 取消
- 搜索
-
-
-
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+ {{ item.store_name }}
+ ¥{{ item.price }}
+ 加入仓库
+
+
+
+
+
+
+ 商品编号:
+
+
+ 商品名称:
+
+
+ 编辑商品价格:
+
+
+ 编辑商品库存:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 取消
+ 搜索
+
+
+
-
+
\ No newline at end of file
diff --git a/pages/nongKe/goods_list/index.vue b/pages/nongKe/goods_list/index.vue
index 31033ee..29b320f 100644
--- a/pages/nongKe/goods_list/index.vue
+++ b/pages/nongKe/goods_list/index.vue
@@ -1,1008 +1,1023 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 综合
-
-
- 销量
-
-
- 价格
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ 综合
+
+
+ 销量
+
+
+ 价格
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.store_name}}
-
- ¥{{item.price}}
-
- {{item.merchant.type_name}}
- 自营
- {{item.product_type == 1 ? "秒杀" : item.product_type == 2 ? "预售" : item.product_type == 3 ? "助力" : item.product_type == 4 ? "拼团" : ""}}
- 领券
- 包邮
-
- {{item.rate}}评分 {{item.reply_count}}条评论
-
- {{item.merchant.mer_name}}
-
- 进店
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 暂无商品
-
-
-
-
-
-
-
-
-
-
-
- {{item.title}}
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.store_name}}
+
+ ¥{{item.price}}
+
+ {{item.merchant.type_name}}
+ 自营
+ {{item.product_type == 1 ? "秒杀" : item.product_type == 2 ? "预售" : item.product_type == 3 ? "助力" : item.product_type == 4 ? "拼团" : ""}}
+ 领券
+ 包邮
+
+ {{item.rate}}评分 {{item.reply_count}}条评论
+
+ {{item.merchant.mer_name}}
+
+ 进店
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 暂无商品
+
+
+
+
+
+
+
+
+
+
+
+ {{item.title}}
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/nongKe/supply_chain/component/shop_card.vue b/pages/nongKe/supply_chain/component/shop_card.vue
index 21c6271..cec9e10 100644
--- a/pages/nongKe/supply_chain/component/shop_card.vue
+++ b/pages/nongKe/supply_chain/component/shop_card.vue
@@ -11,7 +11,7 @@
{{ store_item.street_name }}
{{ store_item.mer_name }}
-
+
{{ store_item.product_score }}分
@@ -32,7 +32,7 @@
-
+
{{itemn.store_name}}
¥{{itemn.price}}
diff --git a/pages/nongKe/supply_chain/goods_list.vue b/pages/nongKe/supply_chain/goods_list.vue
index 43a20d5..cda2a3d 100644
--- a/pages/nongKe/supply_chain/goods_list.vue
+++ b/pages/nongKe/supply_chain/goods_list.vue
@@ -1,334 +1,358 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.store_name}}
-
- 分类:{{item.storeCategory.cate_name}}
- 单位:{{item.unit_name}}
-
- 条形码:{{ item.bar_code || "0" }}
-
-
- 订货价:{{item.price}}
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.store_name}}
+
+ 分类:{{item.storeCategory.cate_name}}
+ 单位:{{item.unit_name}}
+
+ 条形码:{{ item.bar_code || "无" }}
+
+
+ 订货价:{{item.price}}
+
+
+
+
+
-
-
-
-
+
+
+
+
-
\ No newline at end of file
diff --git a/pages/nongKe/supply_chain/merchant.vue b/pages/nongKe/supply_chain/merchant.vue
index 5027e61..e137b68 100644
--- a/pages/nongKe/supply_chain/merchant.vue
+++ b/pages/nongKe/supply_chain/merchant.vue
@@ -20,7 +20,7 @@
-
+
{{ item.store_name }}
@@ -41,6 +41,35 @@
采购清单
+
+
+ 颜色规格
+
+
+
+
+
+ {{item.sku}}
+ 库存: {{item.stock}}
+
+
+
+ -
+
+ +
+
+
+
+
+
+
+
@@ -52,6 +81,9 @@
} from '@/api/store.js'
import { Toast } from '@/libs/uniApi'
import goodsPopup from '../cpns/goodsPopup.vue'
+ import {
+ changeCartNum
+ } from '@/api/order.js';
export default {
components: {
goodsPopup
@@ -88,7 +120,16 @@
},
id: '',
order: true,
- num: ''
+ num: '',
+ show: false,
+ scrollTop: 0,
+ attrValue: [],
+ Image: '',
+ goods: [{
+ cart_num: 0
+ }],
+ goodsLite: {},
+ goodsindexL: ''
}
},
onLoad(e) {
@@ -176,23 +217,27 @@
* 获取产品详情
*/
getGoodsDetails(item) {
- // console.log('e,item',e,item);
- // let that = this;
- // const count = e.value
- // getProductDetail(item.product_id).then(res => {
- // const unique = Object.values(res.data.sku)[0].unique
- // console.log(res.data.product_id, count, unique,'123123');
- // that.goCat(res.data.product_id, count, unique)
- // })
- let that = this;
- const count = '1'
- // console.log(111);
- getProductDetail(item.product_id, { product_type: 98 }).then(res => {
- const unique = Object.values(res.data.sku)[0].unique
- that.goCat(res.data.product_id, count, unique)
- }).catch(err => {
- Toast(err)
- })
+ console.log(item);
+ if (item.product.attrValue.length == 1) {
+ let that = this;
+ const count = '1'
+ getProductDetail(item.product_id, { product_type: 98 }).then(res => {
+ const unique = Object.values(res.data.sku)[0].unique
+ that.goCat(res.data.product_id, count, unique)
+ }).catch(err => {
+ Toast(err)
+ })
+ } else {
+ this.show = true
+ this.attrValue = item.product.attrValue
+ this.Image = item.image
+ for (let i = 1; i < item.product.attrValue.length; i++) {
+ this.goods.push({
+ cart_num: 0
+ })
+ }
+ }
+
},
/*
* 加入购物车
@@ -220,7 +265,96 @@
});
});
},
+ close() {
+ this.show = false
+ },
+ //购物车增加
+ addCart(item, index) {
+ let that = this
+ that.goods[index].cart_num = that.goods[index].cart_num + 1
+ that.goods.numAdd = true
+ that.goodsLite = item
+ that.goodsindexL = index
+ let q = {
+ is_new: 0,
+ product_id: that.goodsLite.product_id,
+ cart_num: that.goods[that.goodsindexL].cart_num,
+ product_attr_unique: that.goodsLite.unique,
+ // source: this.source,
+ product_type: 98,
+ spread_id: ''
+ };
+ postCartAdd(q).then(res => {
+ that.$util.Tips({
+ title: "添加购物车成功",
+ });
+ })
+ .catch(res => {
+ this.show = false
+ return that.$util.Tips({
+ title: res
+ });
+ });
+ },
+ subCart(item, index) {
+ let that = this
+ if (that.goods[index].cart_num == 0) {
+ return
+ } else {
+ that.goods[index].cart_num = that.goods[index].cart_num - 1
+ that.goods.numAdd = true
+ that.goodsLite = item
+ that.goodsindexL = index
+ let q = {
+ is_new: 0,
+ product_id: that.goodsLite.product_id,
+ cart_num: that.goods[that.goodsindexL].cart_num,
+ product_attr_unique: that.goodsLite.unique,
+ // source: this.source,
+ product_type: 98,
+ spread_id: ''
+ };
+ postCartAdd(q).then(res => {
+ that.$util.Tips({
+ title: "添加购物车成功",
+ });
+ })
+ .catch(res => {
+ this.show = false
+ return that.$util.Tips({
+ title: res
+ });
+ });
+ }
+ },
+ addshopcart() {
+ console.log(this.goodsLite);
+ console.log(this.goodsindexL);
+ this.show = false
+ // let that = this
+ // let q = {
+ // is_new: 0,
+ // product_id: that.goodsLite.product_id,
+ // cart_num: that.goods[that.goodsindexL].cart_num,
+ // product_attr_unique: that.goodsLite.unique,
+ // // source: this.source,
+ // product_type: 98,
+ // spread_id: ''
+ // };
+ // postCartAdd(q).then(res => {
+ // this.show = false
+ // that.$util.Tips({
+ // title: "添加购物车成功",
+ // });
+ // })
+ // .catch(res => {
+ // this.show = false
+ // return that.$util.Tips({
+ // title: res
+ // });
+ // });
+ }
},
onReachBottom() {
//如果状态为nomore 则不能在触发上拉事件
@@ -395,4 +529,91 @@
background-color: $uni-theme-color;
color: #fff;
}
+
+ .scroll-Y {
+ height: 50vh;
+ width: 90%;
+ margin: auto;
+
+ }
+
+ .scroll-view-item {
+ font-size: 36rpx;
+ border-bottom: 1px solid #ccc;
+
+ .scroll_item_top {
+ height: 60px;
+ display: flex;
+ justify-content: flex-start;
+ align-items: center;
+
+ image {
+ width: 50px;
+ height: 50px;
+ margin: 5px;
+ }
+
+ .text {
+ width: 200px;
+ height: 60px;
+ float: left;
+
+ view {
+ height: 30px;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+
+ text {
+ color: #F84221;
+ }
+ }
+ }
+ }
+
+ .scroll_item_bon {
+ width: 100%;
+ height: 40px;
+ display: flex;
+ justify-content: flex-end;
+ align-items: center;
+
+ .reduce {
+ width: 30px;
+ height: 30px;
+ text-align: center;
+ color: #BDC4CE;
+ background: #EEEEEE;
+ }
+
+ input {
+ width: 50px;
+ height: 30px;
+ text-align: center;
+ }
+
+ .plus {
+ width: 30px;
+ text-align: center;
+ height: 30px;
+ color: #FFFFFF;
+ background: linear-gradient(180deg, #F98649 0%, #F34E45 100%);
+ }
+
+ .on {
+ background-color: #e3e3e3;
+ color: #dedede;
+ }
+
+ }
+ }
+
+ .btn {
+ width: 100%;
+ height: 50px;
+ background: linear-gradient(84deg, #F98649 0%, #F34E45 100%);
+ border-radius: 24px 24px 24px 24px;
+ line-height: 50px;
+ color: white;
+ }
\ No newline at end of file
diff --git a/pages/nongKe/supply_chain/shopping_trolley.vue b/pages/nongKe/supply_chain/shopping_trolley.vue
index fea09f7..20276af 100644
--- a/pages/nongKe/supply_chain/shopping_trolley.vue
+++ b/pages/nongKe/supply_chain/shopping_trolley.vue
@@ -242,6 +242,7 @@
currSku: '',
newData: {},
activeRouter: '',
+ type_id:''
};
},
computed: configMap({ hide_mer_status: 1, recommend_switch: 0, navigation: {} }, mapGetters(['isLogin',
@@ -348,7 +349,7 @@
this.cartList.valid.forEach(el => {
el.list.forEach(goods => {
if (goods.check) {
- type_id.push(goods.spu.spu_id)
+ type_id.push(goods.product_id)
}
})
})
@@ -357,6 +358,8 @@
title: '请选择产品'
});
} else {
+
+
collectAll({
type_id: type_id,
type: 1
@@ -568,7 +571,7 @@
})
if (selectValue.length > 0) {
uni.navigateTo({
- url: '/pages/users/order_confirm/index?product_type=98&cartId=' + selectValue.join(',')
+ url: `/pages/users/order_confirm/index?product_type=98&cartId=${selectValue.join(',')}&type_id=12`
});
} else {
return this.$util.Tips({
@@ -578,12 +581,13 @@
},
// 购物车增加
addCart: function(goods, index) {
+ console.log(goods.cart_id);
let that = this;
changeCartNum(goods.cart_id, {
cart_num: goods.cart_num + 1
}).then(res => {
goods.cart_num = Number(goods.cart_num) + 1
- that.cartTotalCount = Number(that.cartTotalCount) + 1;
+ // that.cartTotalCount = Number(that.cartTotalCount) + 1;
if (goods.hasOwnProperty('productAttr') && goods.cart_num > goods.productAttr.stock) {
goods.cart_num = goods.productAttr.stock;
goods.numAdd = true;
@@ -649,7 +653,7 @@
goods.numSub = true;
}
goods.cart_num = Number(goods.cart_num) - 1
- this.cartTotalCount = Number(this.cartTotalCount) - 1;
+ // this.cartTotalCount = Number(this.cartTotalCount) - 1;
this.cartAllCheck('goodsCheck')
}).catch(error => {
this.$util.Tips({
@@ -671,6 +675,7 @@
let that = this;
getCartList({ product_type: 98 }).then(res => {
// console.log("购物车", res)
+ this.type_id=res.data.list[0].type_id
res.data.list.forEach((item, index) => {
item.allCheck = true
item.list.forEach((goods, j) => {
diff --git a/pages/nongKe/supply_chain/supplier-copy.vue b/pages/nongKe/supply_chain/supplier-copy.vue
index 2abb398..728e9ae 100644
--- a/pages/nongKe/supply_chain/supplier-copy.vue
+++ b/pages/nongKe/supply_chain/supplier-copy.vue
@@ -33,7 +33,7 @@
-
+
diff --git a/pages/nongKe/supply_chain/supplier.vue b/pages/nongKe/supply_chain/supplier.vue
index 2d45244..8e24527 100644
--- a/pages/nongKe/supply_chain/supplier.vue
+++ b/pages/nongKe/supply_chain/supplier.vue
@@ -1,26 +1,112 @@
-
+
+
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
- {{recommend_address}}
+
+
+
+
+
+
+
+
+ 供销综合云市场
+
+
+
+
+
+
+
+
+
-
+
+
+
-
+
+
+ asdasd
+
+
+ 热搜: 小张副食 正新酒店
+ 麻辣鸡
+ 手撕椒麻鸡
+
+
+
+
+
+
+
+
+
+
+
+ {{item.mer_name}}
+ {{item.type_name}}
+
+
+
+ 5.0
+ 月销{{item.sales}}
+
+
+
+ {{item.service_phone}}
+
+
+
+ {{item.mer_take_time[0]}}-{{item.mer_take_time[1]}}
+
+
+
+ {{item.mer_address}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+ -->
+
+
+
+
-
+
暂无店铺,快去搜索其他店铺吧
@@ -188,14 +275,15 @@
-
+
-
+
\ No newline at end of file
diff --git a/pages/order_details/index.vue b/pages/order_details/index.vue
index 94e9364..fd8c56e 100644
--- a/pages/order_details/index.vue
+++ b/pages/order_details/index.vue
@@ -4,30 +4,40 @@
-
-
+
{{orderInfo.merchant.mer_name}}
-
-
-
+
+
+
+
+
+
+
+
+
联系客服
@@ -148,7 +209,7 @@
配送员未接单
查看详情
+ :url="'/pages/order_details/delivery?orderId=' + orderInfo.order_id">查看详情
@@ -157,7 +218,8 @@
-
+
+
订单编号:
{{orderInfo.order_sn}}
@@ -189,7 +251,9 @@
支付方式:
余额支付
支付宝支付
- 微信支付
+ 微信支付
+ 先货后款
买家留言:
@@ -198,11 +262,13 @@
-
+
{{index}}:
{{item}}
-
+
@@ -223,46 +289,103 @@
实付款:
¥{{orderInfo.presell_price}}
-
- 实付款:
- ¥{{orderInfo.pay_price}}
+
+
+ 实付款:
+ ¥{{orderInfo.pay_price}}
+
+
+ 结算周期到期后付款 ¥100.00
+
+
+
+ 结算周期:30天 日利率:0.05%
+
-
+
+
+
@@ -280,6 +403,31 @@
{{orderInfo.verify_code}}
+
+
+
+
+
+
+ 下单时实付¥0,确认收货后将开始计算结算周期,结算周期内按照订单金额付款。如未在结算周期内付款平台将在xx天xx小时后计息。
+
+
+
+
+
+
+
+
+
+ 确认收到货了吗?
+ 此订单为先货后款订单,确认收货后将开始计算结算周期。为保障售后权益,请检查后再确认收货。
+
+ 取消
+
+
@@ -925,3 +641,644 @@
margin-right: 20rpx;
}
+
\ No newline at end of file
diff --git a/pages/order_pay_status/index.vue b/pages/order_pay_status/index.vue
index af9c930..a28f466 100644
--- a/pages/order_pay_status/index.vue
+++ b/pages/order_pay_status/index.vue
@@ -2,7 +2,7 @@
-
+
{{order_pay_info.paid == 1 ?'支付成功':'订单未支付'}}
@@ -14,26 +14,30 @@
支付方式
- 微信
- 支付宝
+ 微信
+ 支付宝
+
余额
支付金额
{{order_pay_info.pay_price}}
-
+
赠送积分
{{order_pay_info.give_integral}}个
-
+
失败原因
{{order_pay_info.pay_type==0 ? '余额不足':msg}}
-
+
-
-
+
+
@@ -53,12 +59,16 @@
- ¥{{item.coupon_price}}
+
+ ¥{{item.coupon_price}}
+
{{item.title}}
满{{item.use_min_price}}元可用
- 有效期:{{ item.use_start_time |timeYMD }}-{{ item.use_end_time |timeYMD}}
+
+ 有效期:{{ item.use_start_time |timeYMD }}-{{ item.use_end_time |timeYMD}}
领取后{{ item.coupon_time}}天内可用
@@ -88,22 +98,30 @@
// +----------------------------------------------------------------------
// | Author: CRMEB Team
// +----------------------------------------------------------------------
- import {getPayOrder} from '@/api/order.js';
- import {openOrderSubscribe} from '@/utils/SubscribeMessage.js';
- import {mapGetters} from "vuex";
+ import {
+ getPayOrder
+ } from '@/api/order.js';
+ import {
+ openOrderSubscribe
+ } from '@/utils/SubscribeMessage.js';
+ import {
+ mapGetters
+ } from "vuex";
import authorize from '@/components/Authorize';
- import { HTTP_REQUEST_URL } from '@/config/app';
+ import {
+ HTTP_REQUEST_URL
+ } from '@/config/app';
export default {
components: {
authorize,
},
filters: {
- timeYMD: function (value) {
- if(value){
- var newDate=/\d{4}-\d{1,2}-\d{1,2}/g.exec(value)
+ timeYMD: function(value) {
+ if (value) {
+ var newDate = /\d{4}-\d{1,2}-\d{1,2}/g.exec(value)
return newDate[0]
}
- }
+ }
},
data() {
return {
@@ -115,14 +133,16 @@
isShowAuth: false, //是否隐藏授权
status: 0,
msg: '',
- couponList:[], //优惠券列表
- isOpen:false ,//展开
+ couponList: [], //优惠券列表
+ isOpen: false, //展开
moneyBg: '/static/images/couponBg',
text: '展开更多',
- timer: null
+ timer: null,
+ product_type: '',
+
};
},
- computed: mapGetters(['isLogin','viewColor','keyColor']),
+ computed: mapGetters(['isLogin', 'viewColor', 'keyColor']),
onLoad: function(options) {
if (!options.order_id) return this.$util.Tips({
title: '缺少参数无法查看订单支付状态'
@@ -134,21 +154,21 @@
this.order_type = options.order_type;
this.status = options.status || 0;
this.msg = options.msg || '';
+ this.product_type = options.product_type
if (this.isLogin) {
this.refreshData();
} else {
this.isAuto = true;
this.isShowAuth = true
- }
+ }
},
methods: {
- refreshData(){
- this.timer = setInterval(()=>{
- this.getOrderPayInfo();
- },1000)
+ refreshData() {
+
+ this.getOrderPayInfo();
},
// 优惠券展开
- bindMore(){
+ bindMore() {
this.isOpen = !this.isOpen
this.text = this.text == '展开更多' ? '收起' : '展开更多';
},
@@ -158,7 +178,7 @@
},
// 授权关闭
authColse: function(e) {
- this.isShowAuth = e;
+ this.isShowAuth = e;
},
/**
*
@@ -173,7 +193,7 @@
uni.setNavigationBarTitle({
title: res.data.paid == 1 ? '支付成功' : '支付失败'
});
- if(res.data.paid == 1){
+ if (res.data.paid == 1) {
clearInterval(this.timer);
this.timer = null;
}
@@ -199,16 +219,41 @@
*
* 去订单详情页面
*/
- goOrderDetails: function(e) {
+ goOrderDetails: function(val) {
let that = this;
- if (this.order_pay_info.paid == 0) {
- uni.redirectTo({
- url: '/pages/users/order_list/index'
- })
+ if (this.product_type == 98) {
+ if(val==1){
+ uni.navigateTo({
+ url: `/pages/users/order_list/indexCopy?status=1&product_type=${this.product_type}`
+ })
+ }else{
+ uni.navigateTo({
+ url: `/pages/users/order_list/indexCopy?status=0&product_type=${this.product_type}`
+ })
+ }
+
+ } else if (this.product_type == 99) {
+ if(val==1){
+ uni.navigateTo({
+ url: `/pages/users/order_list/relase?status=1&product_type=${this.product_type}`
+ })
+ }else{
+ uni.navigateTo({
+ url: `/pages/users/order_list/relase?status=0&product_type=${this.product_type}`
+ })
+ }
+
} else {
- uni.redirectTo({
- url: '/pages/users/order_list/index?status=1'
- })
+ if(val==1){
+ uni.navigateTo({
+ url: '/pages/users/order_list/index?status=1&product_type=0'
+ })
+ }else{
+ uni.navigateTo({
+ url: '/pages/users/order_list/index?status=0&product_type=0'
+ })
+ }
+
}
}
@@ -231,6 +276,7 @@
border-radius: 10rpx;
padding: 1rpx 0 28rpx 0;
}
+
.payment-status .icon {
font-size: 70rpx;
width: 140rpx;
@@ -242,19 +288,23 @@
border: 6rpx solid #f5f5f5;
margin: -76rpx auto 0 auto;
background-color: #999;
- &.icon-duihao2{
+
+ &.icon-duihao2 {
background-color: var(--view-theme);
}
}
+
.payment-status .icon.fail {
text-shadow: 0px 4px 0px #7a7a7a;
}
+
.payment-status .status {
font-size: 32rpx;
font-weight: bold;
text-align: center;
margin: 25rpx 0 37rpx 0;
}
+
.payment-status .wrapper {
border: 1px solid #eee;
margin: 0 30rpx 47rpx 30rpx;
@@ -262,16 +312,20 @@
border-left: 0;
border-right: 0;
}
+
.payment-status .wrapper .item {
font-size: 28rpx;
color: #282828;
}
+
.payment-status .wrapper .item~.item {
margin-top: 20rpx;
}
+
.payment-status .wrapper .item .itemCom {
color: #666;
}
+
.payment-status .returnBnt {
width: 630rpx;
height: 86rpx;
@@ -281,46 +335,56 @@
text-align: center;
line-height: 86rpx;
margin: 0 auto 20rpx auto;
- &.gColor{
+
+ &.gColor {
background-color: var(--view-theme);
}
- &.s-Color{
+
+ &.s-Color {
color: var(--view-theme);
- border: 1px solid var(--view-theme);
+ border: 1px solid var(--view-theme);
}
}
+
.t-color {
- color: var(--view-theme)!important;
+ color: var(--view-theme) !important;
}
- .coupon-wrapper{
- .hd{
+
+ .coupon-wrapper {
+ .hd {
display: flex;
align-items: center;
justify-content: center;
margin: 30rpx 0;
color: #999999;
font-size: 24rpx;
- .line{
+
+ .line {
width: 70rpx;
height: 1px;
background: #DCDCDC;
}
- .txt{
+
+ .txt {
margin: 0 20rpx;
}
}
- .coupon-box{
+
+ .coupon-box {
height: 356rpx;
padding: 0 20rpx;
overflow: hidden;
- &.on{
+
+ &.on {
height: auto;
}
- .coupon-item{
+
+ .coupon-item {
width: 100%;
margin-bottom: 20rpx;
- box-shadow:0px 2px 10px 0px rgba(0, 0, 0, 0.06);
- .left-bg{
+ box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
+
+ .left-bg {
display: flex;
align-items: center;
justify-content: center;
@@ -328,40 +392,46 @@
height: 160rpx;
color: #fff;
font-size: 64rpx;
- text{
+
+ text {
margin-top: 26rpx;
font-size: 36rpx;
}
}
- .info{
+
+ .info {
display: flex;
flex-direction: column;
justify-content: space-between;
margin-left: 20rpx;
padding: 20rpx 0;
- .title{
+
+ .title {
color: #282828;
font-size: 30rpx;
}
- .des{
+
+ .des {
font-size: 24rpx;
color: #999999;
}
}
}
}
- .more{
+
+ .more {
display: flex;
align-items: center;
justify-content: center;
padding-top: 24rpx;
font-size: 24rpx;
color: #999999;
- .iconfont{
+
+ .iconfont {
margin-top: 6rpx;
margin-left: 10rpx;
font-size: 20rpx;
}
}
}
-
+
\ No newline at end of file
diff --git a/pages/plantGrass/plant_detail/index.vue b/pages/plantGrass/plant_detail/index.vue
index 37d7269..d7a6d6f 100644
--- a/pages/plantGrass/plant_detail/index.vue
+++ b/pages/plantGrass/plant_detail/index.vue
@@ -1,40 +1,51 @@
+
+
+
-
-
-
-
- 审核未通过
- 已下架
- 正在审核
-
-
- {{followDetail.refusal}}
-
-
- 发布的内容审核通过后,将展示在首页!
+
+
+
+
+ 审核未通过
+ 已下架
+ 正在审核
+
+
+ {{followDetail.refusal}}
+
+
+ 发布的内容审核通过后,将展示在首页!
+
-
-
-
+
+
{{followDetail.author.nickname}}
-
+
管理
-
+
编辑
@@ -45,14 +56,18 @@
- 关注
+ 关注
已关注
-
+
-
+
@@ -60,11 +75,14 @@
-
+
查看TA提到的宝贝({{followDetail.relevance.length}})
-
+
@@ -74,9 +92,11 @@
{{followDetail.content}}
-
+
- #{{followDetail.topic.topic_name}}
+ #{{followDetail.topic.topic_name}}
{{followDetail.create_time}}
@@ -88,7 +108,8 @@
-
+
@@ -98,7 +119,8 @@
{{item.create_time}}
-
+
{{item.count_start}}
@@ -106,16 +128,22 @@
-
- {{itemn.author.nickname}}
+
+ {{itemn.author.nickname}}
+
- 回复 @{{itemn.reply.nickname}}
- {{itemn.content}}
+ 回复
+ @{{itemn.reply.nickname}}
+ {{itemn.content}}
{{itemn.create_time}}
-
+
+
{{itemn.count_start}}
@@ -134,7 +162,9 @@
@@ -142,7 +172,8 @@
-
+
{{followDetail.count_start}}
@@ -158,11 +189,13 @@
内容不存在,可能被删除了哦~
- 返回首页
+ 返回首页
-
+
@@ -182,17 +215,35 @@
// | Author: CRMEB Team
// +----------------------------------------------------------------------
import request from "@/utils/request.js";
- import { HTTP_REQUEST_URL } from '@/config/app.js';
- import { getUserInfo } from '@/api/user.js';
- import {plantDetailApi, replyLstApi, replyCreateApi, starCommentApi, deletePlantApi, followAuthorApi, graphicStartApi} from "@/api/community";
- import { mapGetters } from "vuex";
+ import {
+ HTTP_REQUEST_URL
+ } from '@/config/app.js';
+ import {
+ getUserInfo
+ } from '@/api/user.js';
+ import {
+ plantDetailApi,
+ replyLstApi,
+ replyCreateApi,
+ starCommentApi,
+ deletePlantApi,
+ followAuthorApi,
+ graphicStartApi
+ } from "@/api/community";
+ import {
+ mapGetters
+ } from "vuex";
import shareScence from "@/libs/spread";
import authorize from '@/components/Authorize';
import productConSwiper from '@/components/plantConSwiper';
import mentioned from '@/components/mentioned.vue';
import bindmobile from '@/components/bindmobile.vue';
- import { openPlantGrass } from "@/config/app.js";
- import { configMap } from '@/utils';
+ import {
+ openPlantGrass
+ } from "@/config/app.js";
+ import {
+ configMap
+ } from '@/utils';
const app = getApp();
export default {
components: {
@@ -218,7 +269,7 @@
loaded: false,
loading: false,
loadTitle: '加载更多',
- where:{
+ where: {
page: 1,
limit: 10
},
@@ -233,7 +284,9 @@
}
},
created() {},
- computed: configMap({community_reply_status:0},mapGetters(['isLogin', 'uid', 'viewColor'])),
+ computed: configMap({
+ community_reply_status: 0
+ }, mapGetters(['isLogin', 'uid', 'viewColor'])),
watch: {},
onLoad: function(options) {
let that = this
@@ -248,26 +301,36 @@
//#endif
that.getDetail();
that.getReplyList();
-
+
},
onShow() {
uni.hideLoading();
},
mounted: function() {},
methods: {
+ // 后退
+ returns() {
+ uni.navigateBack()
+ },
+ // 首页
+ goHome() {
+ uni.switchTab({
+ url: '/pages/index/index'
+ });
+ },
//分享
//#ifdef MP
- plantShare(){
+ plantShare() {
let that = this;
- if(that.followDetail.status == 1){
+ if (that.followDetail.status == 1) {
uni.showShareMenu({
withShareTicket: true,
- menus: ['shareAppMessage','shareTimeline'],
+ menus: ['shareAppMessage', 'shareTimeline'],
title: that.followDetail.title || '',
imageUrl: that.followDetail.image[0] || '',
path: '/pages/plantGrass/plant_detail/index?id=' + that.id + '&spid=' + that.uid,
})
- }else{
+ } else {
uni.hideShareMenu()
}
},
@@ -291,7 +354,7 @@
}
},
// #ifdef APP-PLUS
- appShare(scene,id) {
+ appShare(scene, id) {
let that = this
uni.showLoading({
title: '加载中',
@@ -314,10 +377,10 @@
title: '分享成功',
icon: 'success'
})
- uni.hideLoading();
+ uni.hideLoading();
},
fail: function(err) {
- uni.hideLoading();
+ uni.hideLoading();
uni.showToast({
title: '分享失败',
icon: 'none',
@@ -335,17 +398,17 @@
getUserInfo().then(res => {
that.userInfo = res.data;
/*判断是否绑定手机号*/
- if(res.data.phone){
+ if (res.data.phone) {
that.createReply()
- }else{
+ } else {
that.$refs.bindmobile.open()
}
});
},
/*获取内容详情*/
- getDetail(){
+ getDetail() {
let that = this;
- if(that.loadData)return
+ if (that.loadData) return
that.loadData = true
uni.showLoading({
title: '加载中',
@@ -354,6 +417,9 @@
plantDetailApi(that.id).then(res => {
that.loadData = false
that.followDetail = res.data
+ that.followDetail.relevance = that.followDetail.relevance.filter(item => {
+ return item.spu
+ })
uni.hideLoading()
// #ifdef MP
that.plantShare();
@@ -368,12 +434,12 @@
})
},
/*获取评论*/
- getReplyList(){
+ getReplyList() {
let that = this;
if (that.loading || that.loaded) return;
that.loading = true;
that.loadTitle = '';
- replyLstApi(that.id,that.where).then(res => {
+ replyLstApi(that.id, that.where).then(res => {
that.loading = false;
that.replyData = res.data
let list = res.data.list;
@@ -392,27 +458,30 @@
})
},
/*发表评论*/
- submitComment(){
+ submitComment() {
let that = this;
if (that.isLogin === false) {
that.isAuto = true;
that.isShowAuth = true
- }else{
+ } else {
that.getUserInfo();
}
},
createReply() {
let that = this;
let reply_id = that.reply_id ? that.reply_id : 0
- replyCreateApi(that.id,{content: that.content,reply_id: reply_id}).then(res => {
+ replyCreateApi(that.id, {
+ content: that.content,
+ reply_id: reply_id
+ }).then(res => {
if (res.status === 200 && res.data.status == 1) {
- if(that.isChild){
- if(that.commList[that.index]['children']){
+ if (that.isChild) {
+ if (that.commList[that.index]['children']) {
that.commList[that.index]['children'].push(res.data)
- }else{
+ } else {
that.commList[that.index]['children'] = [res.data]
}
- }else{
+ } else {
that.commList.unshift(res.data)
}
that.replyData.all++
@@ -429,37 +498,39 @@
})
});
},
- toReply(item,index){
- this.placeholder = '回复:'+item.author.nickname
+ toReply(item, index) {
+ this.placeholder = '回复:' + item.author.nickname
this.reply_id = item.reply_id
this.isChild = true
this.index = index
this.focus = true
this.content = ""
},
- loseFocus(){
+ loseFocus() {
this.focus = false;
this.reply_id = 0;
this.placeholder = "快来说点儿什么吧..."
this.isChild = false
},
/*点赞评论*/
- starComment(item){
+ starComment(item) {
let that = this;
if (that.isLogin === false) {
this.isAuto = true;
this.isShowAuth = true
- }else{
+ } else {
let status = item.relevance_id ? 0 : 1
- starCommentApi(item.reply_id,{status: status}).then(res => {
+ starCommentApi(item.reply_id, {
+ status: status
+ }).then(res => {
if (res.status === 200) {
- if(item.relevance_id){
+ if (item.relevance_id) {
item.count_start--;
that.replyData.start--
item.count_start = item.count_start == 0 ? 0 : item.count_start
that.replyData.start = that.replyData.start == 0 ? 0 : that.replyData.start
item.relevance_id = false
- }else{
+ } else {
item.count_start++;
item.relevance_id = true
that.replyData.start++
@@ -477,18 +548,21 @@
}
},
/*点赞文章*/
- likeToggle(id){
+ likeToggle(id) {
if (this.isLogin === false) {
this.isAuto = true;
this.isShowAuth = true
- }else{
+ } else {
let status = id ? 0 : 1
- graphicStartApi(this.followDetail.community_id,{status: status}).then(res => {
- if(id){
+ graphicStartApi(this.followDetail.community_id, {
+ status: status
+ }).then(res => {
+ if (id) {
this.followDetail.count_start--;
- this.followDetail.count_start = this.followDetail.count_start == 0 ? 0 : this.followDetail.count_start
+ this.followDetail.count_start = this.followDetail.count_start == 0 ? 0 : this
+ .followDetail.count_start
this.followDetail.relevance_id = false
- }else{
+ } else {
this.followDetail.count_start++;
this.followDetail.relevance_id = true
}
@@ -500,9 +574,11 @@
if (this.isLogin === false) {
this.isAuto = true;
this.isShowAuth = true
- }else{
+ } else {
let status = this.followDetail.is_fans == 0 ? 1 : 0
- followAuthorApi(this.followDetail.uid,{status:status}).then(res => {
+ followAuthorApi(this.followDetail.uid, {
+ status: status
+ }).then(res => {
if (res.status === 200) {
this.followDetail.is_fans = this.followDetail.is_fans == 0 ? 1 : 0
}
@@ -513,36 +589,36 @@
}
},
// 删除话题
- deleteTopic(){
+ deleteTopic() {
let that = this;
uni.showModal({
- content: '确定要删除该话题么?',
- success: function(res) {
- if(res.confirm) {
- deletePlantApi(that.id).then(res => {
- if (res.status === 200) {
- that.$util.Tips({
- title: res.message
- });
+ content: '确定要删除该话题么?',
+ success: function(res) {
+ if (res.confirm) {
+ deletePlantApi(that.id).then(res => {
+ if (res.status === 200) {
+ that.$util.Tips({
+ title: res.message
+ });
setTimeout(function() {
uni.redirectTo({
url: '/pages/plantGrass/plant_user/index'
})
}, 1000);
}
- })
- } else if(res.cancel) {
- // console.log('用户点击取消');
- }
- }
+ })
+ } else if (res.cancel) {
+ // console.log('用户点击取消');
+ }
+ }
});
},
/*查看提到的宝贝*/
- openMore(item){
+ openMore(item) {
this.$refs.mentioned.showPopup()
},
- close(){
+ close() {
this.$refs.mentioned.closePopup()
this.$refs.bindmobile.close()
}
@@ -550,426 +626,522 @@
onReachBottom() {
this.getReplyList()
},
- onPullDownRefresh(){}
+ onPullDownRefresh() {}
}
+
\ No newline at end of file
diff --git a/pages/plantGrass/plant_release/index.vue b/pages/plantGrass/plant_release/index.vue
index 6919eaf..8c96326 100644
--- a/pages/plantGrass/plant_release/index.vue
+++ b/pages/plantGrass/plant_release/index.vue
@@ -2,8 +2,9 @@
- {{userInfo.fans}}粉丝
+ {{userInfo.fans==null?0:userInfo.fans}}粉丝
{{userInfo.start}}获赞
@@ -37,6 +37,7 @@
+
作品
赞过
diff --git a/pages/plant_release/index.vue b/pages/plant_release/index.vue
index 7b601ae..bad9ae3 100644
--- a/pages/plant_release/index.vue
+++ b/pages/plant_release/index.vue
@@ -1,932 +1,1025 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/product/addGoods/index.vue b/pages/product/addGoods/index.vue
index 59fb8cd..c22cf0e 100644
--- a/pages/product/addGoods/index.vue
+++ b/pages/product/addGoods/index.vue
@@ -162,22 +162,22 @@
-
+
-
-
- 商户信息配置
-
-
- 商户简介:
-
-
-
- 客服电话:
-
-
-
+
+ 先货后款结算周期:
+
+
+
+
+ 先货后款结算利率:
+
+
+
+
-
-
+
-
-
+
-
+
+
+
+
\ No newline at end of file
diff --git a/pages/product/list/index.vue b/pages/product/list/index.vue
index 0bb656c..6dbbe7f 100644
--- a/pages/product/list/index.vue
+++ b/pages/product/list/index.vue
@@ -1,559 +1,953 @@
-
-
-