feat: 新增退款相关功能及状态显示
- 在订单详情页新增退款状态显示,包括"已退款"和"退款中" - 新增退款目的地页面,用户可查看退款信息 - 更新应用版本号至1.0.58 - 更新依赖edu-core至v1.0.13 - 修改部分组件样式和逻辑,优化用户体验
This commit is contained in:
@@ -455,7 +455,12 @@
|
||||
},
|
||||
//点击下单按钮
|
||||
onHandleClickBuy(e) {
|
||||
if(this.buttonType==0){ //如果是加入购物车
|
||||
if (e && e.content && e.content.text === "购物车") {
|
||||
this.onHandleClick();
|
||||
return;
|
||||
}
|
||||
const clickType = typeof (e && e.index) === "number" ? e.index : this.buttonType;
|
||||
if(clickType==0){ //如果是加入购物车
|
||||
console.log('剩余', this.selectGoodsData.productStock)
|
||||
if(this.selectGoodsData.productStock==0){
|
||||
uni.showToast({
|
||||
|
||||
Reference in New Issue
Block a user