|
|
@@ -371,7 +371,7 @@ git commit -m "feat: SalesHome use TopBar with CapsuleSafeArea for notification
|
|
|
- Consumes: `TopBar.vue`(`left` slot + `right` slot + 空 `title`)
|
|
|
- Produces: 无
|
|
|
|
|
|
-- [ ] **Step 1: 替换顶部自定义 header 为 TopBar**
|
|
|
+- [x] **Step 1: 替换顶部自定义 header 为 TopBar**
|
|
|
|
|
|
将模板中第 1-19 行:
|
|
|
|
|
|
@@ -421,7 +421,7 @@ git commit -m "feat: SalesHome use TopBar with CapsuleSafeArea for notification
|
|
|
</TopBar>
|
|
|
```
|
|
|
|
|
|
-- [ ] **Step 2: 更新 script 导入**
|
|
|
+- [x] **Step 2: 更新 script 导入**
|
|
|
|
|
|
将 `import StatusBar from '@/components/common/StatusBar.vue'` 替换为:
|
|
|
|
|
|
@@ -429,7 +429,7 @@ git commit -m "feat: SalesHome use TopBar with CapsuleSafeArea for notification
|
|
|
import TopBar from '@/components/common/TopBar.vue'
|
|
|
```
|
|
|
|
|
|
-- [ ] **Step 3: Commit**
|
|
|
+- [x] **Step 3: Commit**
|
|
|
|
|
|
```bash
|
|
|
git add src/components/home/ConstructionHome.vue
|