consumer模块完成度95%,安卓端大部分页面能正常获取数据,页面样式显示基本正常,逐渐完善;消费者端的积分、余额、评价、优惠券等小模块正在完善

This commit is contained in:
cyh666666
2026-03-03 17:02:53 +08:00
parent 7e74b88e1e
commit cceb556c62
15 changed files with 4975 additions and 612 deletions

View File

@@ -284,7 +284,7 @@ const handleLogin = async () => {
uni.showToast({ title: '管理员登录成功', icon: 'success' })
setTimeout(() => {
uni.reLaunch({ url: '/pages/mall/consumer/category' })
uni.reLaunch({ url: '/pages/mall/consumer/index' })
}, 500)
return
}
@@ -353,7 +353,7 @@ const handleLogin = async () => {
uni.showToast({ title: '登录成功', icon: 'success' })
setTimeout(() => {
uni.reLaunch({ url: '/pages/mall/consumer/category' })
uni.reLaunch({ url: '/pages/mall/consumer/index' })
}, 500)
} catch (err) {
console.error('登录错误:', err)