diff --git a/pages.json b/pages.json
index e636ba2..a746a54 100644
--- a/pages.json
+++ b/pages.json
@@ -380,6 +380,12 @@
"navigationBarTitleText": "提现"
}
},
+ {
+ "path": "gather_list/index" ,
+ "style": {
+ "navigationBarTitleText": "提现流水"
+ }
+ },
{
"path": "user_address_list/index",
"style": {
diff --git a/pages/gather/gather.vue b/pages/gather/gather.vue
index 4859752..c8eb5a9 100644
--- a/pages/gather/gather.vue
+++ b/pages/gather/gather.vue
@@ -1,333 +1,367 @@
-
-
-
-
-
-
- 市级供应链
-
-
-
- 在售管理
-
-
-
- 财务管理
-
-
-
-
- 入库管理
-
-
-
- 商户设置
-
-
-
-
- 商品管理
-
-
-
-
- 提现管理
-
-
-
-
- 视频教学
-
-
-
+
+
+
+
+
+
+ 市级供应链
+
+
+
+ 在售管理
+
+
+
+ 财务管理
+
+
+
+
+ 入库管理
+
+
+
+ 商户设置
+
+
+
+
+ 商品管理
+
+
+
+
+ 提现管理
+
+
+
+
+ 视频教学
+
+
+
+
+ 订单管理
+
+
+
-
-
-
- 我的店铺
-
-
-
- 供货采购
-
-
-
- 进货管理
-
-
-
-
- 扫码出库
-
-
-
-
- 入库管理
-
-
-
-
- 提现管理
-
+
+
+
+ 我的店铺
+
+
+
+ 供货采购
+
+
+
+ 进货管理
+
+
+
+
+ 扫码出库
+
+
+
+
+ 入库管理
+
+
+
+
+ 提现管理
+
-
-
-
- 客服记录
-
-
-
-
- 订单核销
-
-
-
-
- 订单管理
-
-
-
-
- 商品管理
-
-
-
-
- 商户设置
-
+
+
+
+ 客服记录
+
+
+
+
+ 订单核销
+
+
+
+
+ 订单管理
+
+
+
+
+ 商品管理
+
+
+
+
+ 商户设置
+
-
-
+
+
-
-
+
+
-
-
-
- 里海云仓
-
-
-
- 供货采购
-
-
-
- 进货管理
-
-
-
-
- 扫码出库
-
-
-
-
- 入库管理
-
-
-
-
- 提现管理
-
+
+
+
+ 里海云仓
+
+
+
+ 供货采购
+
+
+
+ 进货管理
+
+
+
+
+ 扫码出库
+
+
+
+
+ 入库管理
+
+
+
+
+ 提现管理
+
-
-
-
- 客服记录
-
-
-
-
- 订单核销
-
-
-
-
- 订单管理
-
-
-
-
- 商品管理
-
-
-
-
- 商户设置
-
+
+
+
+ 客服记录
+
+
+
+
+ 订单核销
+
+
+
+
+ 订单管理
+
+
+
+
+ 商品管理
+
+
+
+
+ 商户设置
+
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/pages/product/addGoods/secound.vue b/pages/product/addGoods/secound.vue
index 904aae9..49f6306 100644
--- a/pages/product/addGoods/secound.vue
+++ b/pages/product/addGoods/secound.vue
@@ -217,6 +217,7 @@
Modal('提交成功', '点击确定,返回商品管理', {
showCancel: false
}).then(() => {
+ uni.removeStorageSync('singleSpecification')
uni.redirectTo({
url: '/pages/product/goodsOnSale/index?mer_id=' + this.merId
})
diff --git a/pages/users/embody/embody.vue b/pages/users/embody/embody.vue
index 794fb33..f0e303c 100644
--- a/pages/users/embody/embody.vue
+++ b/pages/users/embody/embody.vue
@@ -1,713 +1,738 @@
-
-
-
- 提现至
-
-
-
-
-
-
- {{navList[currentTab]["name"]}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/users/gather_list/index.vue b/pages/users/gather_list/index.vue
new file mode 100644
index 0000000..f0a25d5
--- /dev/null
+++ b/pages/users/gather_list/index.vue
@@ -0,0 +1,203 @@
+
+
+
+
+
+
+
+ 提现次数
+
+
+
+ 提现总额
+
+
+
+
+ 申请提现
+
+
+
+
+ 提现详情
+
+
+ 编号
+ 银行
+ 日期
+ 金额(元)
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/project.private.config.json b/project.private.config.json
index 01bf057..cdae9c5 100644
--- a/project.private.config.json
+++ b/project.private.config.json
@@ -1,5 +1,5 @@
{
- "libVersion": "2.24.2",
+ "libVersion": "2.32.1",
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "nk-shop2.0",
"setting": {