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 @@ \ 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": {