@@ -376,8 +376,8 @@ Page({
try {
const { status, msg } = await modifyShopInfo(temp)
if (status) {
- wx.redirectTo({
- url: '/pages/businessHome/businessHome'
+ wx.navigateBack({
+ delta: 1
})
} else {
console.log(msg)