[最新更新]

This commit is contained in:
2024-03-04 15:20:20 +08:00
19 changed files with 293 additions and 80 deletions

View File

@@ -301,6 +301,16 @@ Page({
})
return
}
// 是否有推荐人
if(!this.data.goodsData.has_parent) {
this.setData({
isParent : true,
goodsSize : false
})
return
}
wx.showLoading({
title: '加载中...',
mask : true