MCPcopy Create free account
hub / github.com/coderwhy/HYMiniMall / _getData

Function _getData

pages/category/category.js:18–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 this._getData()
17 },
18 _getData() {
19 // 1.请求分类数据
20 this._getCategory()
21 },
22 _getCategory() {
23 getCategory().then(res => {
24 // 1.获取categories

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected