Browse Source

Merge branch 'hotfix-phoenix' into develop

master
lanzu_qinsheng 5 years ago
parent
commit
f771566197
  1. 4
      app/Admin/Extensions/MyDetailPage.php

4
app/Admin/Extensions/MyDetailPage.php

@ -99,13 +99,15 @@ class MyDetailPage extends LazyRenderable
order_goods_id:that.order_goods_id order_goods_id:that.order_goods_id
}, },
success: function (res) { success: function (res) {
if (1){
if (res.code==0){
that.\$message({ that.\$message({
message: '退款成功', message: '退款成功',
type: 'success' type: 'success'
}) })
that.show_refund[that.order_goods_id].show_refund_2=false that.show_refund[that.order_goods_id].show_refund_2=false
that.show_refund[that.order_goods_id].show_refund_3=true that.show_refund[that.order_goods_id].show_refund_3=true
}else {
that.\$message.error('提现失败');
} }
that.dialogFormVisible = false; that.dialogFormVisible = false;
}, },

Loading…
Cancel
Save