Browse Source

修改管理员按钮跳转到商品管理页面

pull/19/head
徐飞洋 2 months ago
parent
commit
9eb56247a9
  1. 4
      pages/profile/index.js

4
pages/profile/index.js

@ -964,10 +964,10 @@ Page({
});
},
// 跳转到订单页面
// 跳转到商品管理页面
goToOrders() {
wx.navigateTo({
url: '/pages/order/index'
url: '/pages/goods/index'
});
},

Loading…
Cancel
Save