优化项
This commit is contained in:
parent
b2bf1bd8ba
commit
2bc16929cf
@ -1,2 +1,17 @@
|
||||
1、 transaction_id存储
|
||||
2、
|
||||
2、
|
||||
|
||||
|
||||
20231219
|
||||
1.中台组织架构删除有遮挡
|
||||
2.油站管理 滚动异样
|
||||
3.VueX页面刷新丢失缓存
|
||||
4.编辑油站 》 图片上传
|
||||
5.支付通道查询
|
||||
6.支付通道发布
|
||||
7.注意 进入油站配置链接
|
||||
8.进入油站错误提示
|
||||
9.首页没对齐
|
||||
10.门店二维码 收款二维码
|
||||
11.门店信息保存按钮
|
||||
12.角色组问题
|
@ -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
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user