12.25 UI调整

This commit is contained in:
尚政杰
2025-12-25 16:07:01 +08:00
parent e24b4000fb
commit 091c1372fd
52 changed files with 350 additions and 328 deletions

View File

@@ -56,7 +56,7 @@ Component({
const data = e.currentTarget.dataset;
const url = data.path;
const index = data.index
if(index==2)
if(index==3)
{
//如果是购物车和我的,需要登录
let token = wx.getStorageSync('token')