📖 code review:店铺装修逻辑

This commit is contained in:
YunaiV
2023-12-20 23:01:16 +08:00
parent 51c552fb72
commit 2b68109dd0
7 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -1,3 +1,4 @@
<!-- 首页支持店铺装修 -->
<template>
<view v-if="template">
<s-layout title="首页" navbar="custom" tabbar="/pages/index/index" :bgStyle="template.page"
@@ -20,7 +21,6 @@
} from '@dcloudio/uni-app';
import sheep from '@/sheep';
import $share from '@/sheep/platform/share';
import index2Api from '@/sheep/api/index2';
// 隐藏原生tabBar
uni.hideTabBar();
+2
View File
@@ -1,3 +1,4 @@
<!-- 自定义页面支持装修 -->
<template>
<s-layout
:title="page.name"
@@ -38,6 +39,7 @@
}
// #endif
// TODO @疯狂:貌似这里还没接上哈
const { error, data } = await sheep.$api.app.page(id);
if (error === 0) {
page.name = data.name;
+1
View File
@@ -1,3 +1,4 @@
<!-- 个人中心支持装修 -->
<template>
<s-layout
title="我的"