门店登录配置菜单增加: 团购配置

fix
游梦婷 11 months ago
parent 3bd7221bd4
commit d95fe3d2f5
  1. 4
      pages/tabBar/home/home.vue
  2. 8
      pages/welcome/welcome.vue

@ -160,6 +160,10 @@
title: '核销订单', title: '核销订单',
url: '/subpackages/groupBuyingConfiguration/groupVerifyOrder/groupVerifyOrder', url: '/subpackages/groupBuyingConfiguration/groupVerifyOrder/groupVerifyOrder',
img: '/static/img/apply.png' img: '/static/img/apply.png'
},{
title:'团购配置',
url:"/subpackages/groupBuyingConfiguration/groupBuyingConfiguration?storeId="+this.userInfo.store.id,
img: '/static/img/home4.png'
} }
] ]
return; return;

@ -17,10 +17,10 @@
}, },
onLoad(options) { onLoad(options) {
uni.reLaunch({ // uni.reLaunch({
url: '/pages/login/login' // url: '/pages/login/login'
}) // })
return // return
let that = this; let that = this;

Loading…
Cancel
Save