1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

通过微信开发者工具 商城模板 创建新小程序

This commit is contained in:
2023-03-06 23:52:24 +08:00
parent ada464a8cc
commit c21ff901d5
393 changed files with 52952 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
export function getGoodsDetailsComments() {
return {
homePageComments: [
{
spuId: '1722045',
skuId: null,
specInfo: null,
commentContent:
'收到货了,第一时间试了一下,很漂亮特别喜欢,大爱大爱,颜色也很好看。棒棒!',
commentScore: 4,
uid: '88881048075',
userName: 'Dean',
userHeadUrl:
'https://wx.qlogo.cn/mmopen/vi_32/5mKrvn3ibyDNaDZSZics3aoKlz1cv0icqn4EruVm6gKjsK0xvZZhC2hkUkRWGxlIzOEc4600JkzKn9icOLE6zjgsxw/132',
},
],
};
}
export function getGoodsDetailsCommentsCount() {
return {
commentCount: '47',
badCount: '0',
middleCount: '2',
goodCount: '45',
hasImageCount: '1',
goodRate: 95.7,
uidCount: '0',
};
}