From d9a07a67c0210e81cf67e8fa72ef07dda107ecd9 Mon Sep 17 00:00:00 2001 From: hupeng Date: Sat, 21 Mar 2020 17:23:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E4=B8=AA=E9=97=A8=E5=BA=97=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=88=97=E8=A1=A8=E4=B8=8E=E9=85=8D=E7=BD=AE=E6=96=B0?= =?UTF-8?q?=E5=A2=9Euni=E9=A1=B5=E9=9D=A2=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/yxSystemStore.js | 16 +- src/settings.js | 2 +- src/views/dashboard/YshopInfo.vue | 105 +++++---- src/views/shop/set/form.vue | 11 +- src/views/shop/set/index.vue | 4 +- src/views/shop/set/menu.vue | 4 +- src/views/shop/set/menuform.vue | 9 +- src/views/shop/set/recharge.vue | 131 +++++++++++ src/views/shop/set/rechargeform.vue | 110 ++++++++++ src/views/shop/set/roll.vue | 4 +- src/views/shop/set/rollform.vue | 9 +- src/views/shop/set/usermenu.vue | 4 +- src/views/shop/set/usermenuform.vue | 9 +- src/views/shop/store/index.vue | 325 +++++++++++++++------------- src/views/shop/store/indexbak.vue | 171 +++++++++++++++ 15 files changed, 706 insertions(+), 208 deletions(-) create mode 100644 src/views/shop/set/recharge.vue create mode 100644 src/views/shop/set/rechargeform.vue create mode 100644 src/views/shop/store/indexbak.vue diff --git a/src/api/yxSystemStore.js b/src/api/yxSystemStore.js index dcaa7c9..15caf7e 100644 --- a/src/api/yxSystemStore.js +++ b/src/api/yxSystemStore.js @@ -1,12 +1,20 @@ import request from '@/utils/request' -export function get() { +export function add(data) { return request({ url: 'api/yxSystemStore', - method: 'get' + method: 'post', + data }) } +// export function get() { +// return request({ +// url: 'api/yxSystemStore', +// method: 'get' +// }) +// } + export function getL(data) { return request({ url: 'api/yxSystemStore/getL', @@ -23,7 +31,7 @@ export function del(ids) { }) } -export function update(data) { +export function edit(data) { return request({ url: 'api/yxSystemStore', method: 'put', @@ -31,4 +39,4 @@ export function update(data) { }) } -export default { get, getL, update, del } +export default { getL, add, edit, del } diff --git a/src/settings.js b/src/settings.js index 7929c57..e785176 100644 --- a/src/settings.js +++ b/src/settings.js @@ -2,7 +2,7 @@ module.exports = { /** * @description 网站标题 */ - title: 'YSHOP-2.0', + title: 'YSHOP-2.1', /** * @description 是否显示 tagsView */ diff --git a/src/views/dashboard/YshopInfo.vue b/src/views/dashboard/YshopInfo.vue index 32b4e41..0963261 100644 --- a/src/views/dashboard/YshopInfo.vue +++ b/src/views/dashboard/YshopInfo.vue @@ -86,6 +86,72 @@
更新日志
+
+ (预计4月发布)yshop2.1版本 更新如下: +
+
+ 1、单门店升级为多门店 +
+
+ 2、充值增加充值方案 +
+
+ 3、打通小程序与公众号账号 +
+
+ 4、新增微信app支付(主要用于uniapp) +
+
+ 5、修复。。。。。等 +
+
+ (2020-03-15)2.0.X修复优化版本 发布更新如下: +
+
+ 1、修复后台上传图片点击图片预览关闭按钮不显示的问题#I1B8RB +
+
+ 2、后台新增物流快递查询 +
+
+ 3、修复后台不能一次删除多个商品分类且优化删除分类#I1BASM +
+
+ 4、修复商品管理/管理商品/待上架产品删除问题#I1B9O7 +
+
+ 5、微信支付新增小程序渠道,修复小程序与其他支付appid冲突问题,后台微信支付配置移除appid选项 +
+
+ 6、后台微信菜单与自动回复显示字体调整 +
+
+ 7、后台订单列表修改为状态栏展示 +
+
+ 8、微信授权与小程序授权优化及其确认订单优化 +
+
+ 9、新增公众号获取微信地址权限 +
+
+ 10、修复打开图片素材库的标红警告#I1BLJM +
+
+ 11、修复后台订单详情时间显示不对的问题#I1BLV6 +
+
+ 12、修复提交订单页面选取优惠时显示优惠券有效期错乱#I1BHA1 +
+
+ 13、修复PC端图片素材“删除分组标红警告 #I1BNII +
+
+ 14、小程序增加下拉刷新功能#I1AHAX +
+
+ 15、修复小程序首页--促销单品--更多 报错#I1AA47 +
(2020-03-07)yshop2.0版本 发布更新如下:
@@ -164,45 +230,6 @@
25、修复公众号商品直接微信分享标题不显示的问题#I1AX0R
-
- (2020-02-24)yshop修复优化版本 发布更新如下: -
-
- 1.修复小程序积分支付功能#I1A03I -
-
- 2.修复小程序砍价功能上面时间没有进行倒计时#I1A037 -
-
- 3.优化小程序底层导航栏适配ios#I1A1QX -
-
- 4.修复小程序返回的问题#I1A036 -
-
- 5.修复小程序地址管理#I1A03U -
-
- 6.调整小程序首页样式修改与H5保持同步 -
-
- 7.H5首页数据加载顺序调整 -
-
- (2020-02-20)yshop1.9.10版本 发布更新如下: -
-
- 1.小程序新增了商品详情海报功能 -
-
- 2.小程序新增了手机号绑定功能 -
-
- 3.修复小程序选择规格的问题#I19PD7 -
-
- 4.修改移动端二维码海报生成拆分为H5端与小程序端 -
diff --git a/src/views/shop/set/form.vue b/src/views/shop/set/form.vue index 919e7ff..4d00f6d 100644 --- a/src/views/shop/set/form.vue +++ b/src/views/shop/set/form.vue @@ -1,15 +1,18 @@