修改商品列表切换无数据,修改商品列表请求数据重复的问题

This commit is contained in:
Gao xiaosong
2021-11-07 23:00:14 +08:00
parent c965a72359
commit 0a13a11ec6
4 changed files with 215 additions and 190 deletions

View File

@ -2,10 +2,15 @@
// launchtype项可配置值为local或remote, local代表前端连本地云函数remote代表前端连云端云函数
"version": "0.0",
"configurations": [{
"type": "uniCloud",
"default": {
"launchtype": "remote"
}
}
"default" :
{
"launchtype" : "remote"
},
"h5" :
{
"launchtype" : "remote"
},
"type" : "uniCloud"
}
]
}