consumer模块完成度95%,完成部署消费者端(外网可访问consumer.meitizs.com),消费者小程序能正常运行在微信开发者工具上
This commit is contained in:
@@ -622,7 +622,7 @@ const rePurchase = async () => {
|
||||
if (successCount > 0) {
|
||||
uni.showToast({ title: '已加入购物车' })
|
||||
setTimeout(() => {
|
||||
uni.switchTab({ url: '/pages/mall/consumer/cart' })
|
||||
uni.switchTab({ url: '/pages/main/cart' })
|
||||
}, 1000)
|
||||
} else {
|
||||
uni.showToast({ title: '操作失败', icon: 'none' })
|
||||
|
||||
Reference in New Issue
Block a user