优化细节

This commit is contained in:
Gao xiaosong
2020-12-19 13:49:46 +08:00
parent 3d510f475d
commit 661bc04122
2 changed files with 225 additions and 203 deletions

View File

@ -40,6 +40,8 @@
if (!url) {
url = handleUrlParam(getCurrentPageUrlWithArgs())
}
console.log(url)
console.log('判断是否是分销')
// 判断是否是分销
if (url) {
let urlSpread = parseInt(url.spread);