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

Function _getData

pages/home/home.js:100–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98
99 // 网络请求相关方法
100 _getData() {
101 this._getMultiData(); // 获取上面的数据
102 this._getProductData(POP);
103 this._getProductData(NEW);
104 this._getProductData(SELL);
105 },
106 _getMultiData() {
107 getMultiData().then(res => {
108 // 1.取出轮播所有的数据

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected