1.修改小程序段拼团未登录情况下无法进行登录回跳的问题

2.新增订单扫码核销的功能
3.修改cookie方法未取到值返回null导致报错的问题
4.修改loading页面跳转登录的问题
This commit is contained in:
Gaoxs
2020-11-06 11:51:10 +08:00
parent fdd9d1d72d
commit 95a8589448
7 changed files with 370 additions and 362 deletions

View File

@ -5,7 +5,7 @@ const doc = null;
function get(key) {
if (!key || !_has(key)) {
return null;
return '';
}
return uni.getStorageSync(key)
}