商城首页新增店铺,店铺详情,店铺列表,

This commit is contained in:
2022-06-08 11:51:41 +08:00
parent 1c6091371e
commit 705619f013
17 changed files with 7058 additions and 4229 deletions

View File

@@ -34,6 +34,7 @@
methods:{
getMeals(){
meals(this.$Route.query.id, this.categoryId).then(res => {
console.log(res)
uni.setNavigationBarTitle({
title: res.meal.subtitle
})