调整配送方式

This commit is contained in:
唐明明
2023-10-11 15:03:27 +08:00
parent 4faf065c96
commit edb08b4f83
7 changed files with 37 additions and 13 deletions

View File

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