diff --git a/fuintBackend/db/待优化项 b/fuintBackend/db/待优化项 index 353e3d020..1e4757789 100644 --- a/fuintBackend/db/待优化项 +++ b/fuintBackend/db/待优化项 @@ -1,2 +1,17 @@ 1、 transaction_id存储 -2、 \ No newline at end of file +2、 + + +20231219 +1.中台组织架构删除有遮挡 +2.油站管理 滚动异样 +3.VueX页面刷新丢失缓存 +4.编辑油站 》 图片上传 +5.支付通道查询 +6.支付通道发布 +7.注意 进入油站配置链接 +8.进入油站错误提示 +9.首页没对齐 +10.门店二维码 收款二维码 +11.门店信息保存按钮 +12.角色组问题 \ No newline at end of file diff --git a/gasStation-uni/pages/index/index.vue b/gasStation-uni/pages/index/index.vue index d446c871d..e18e59763 100644 --- a/gasStation-uni/pages/index/index.vue +++ b/gasStation-uni/pages/index/index.vue @@ -186,7 +186,7 @@ if (q == undefined) { let str = q.split("?")[1]; let arr = str.split("&"); - let storeId = ""; + let storeId = "16"; let staffId = ""; arr.forEach(item => { if (item.includes("storeId")) { @@ -227,7 +227,6 @@ url: 'business/indexBanner/list/'+uni.getStorageSync("storeId"), method: 'get', }).then(res => { - console.log(res) this.list1 = res.data }) }