Commit 0b64fbbe authored by gaodapeng's avatar gaodapeng

增加直接收款时,取消收款时提示的内容

parent d2b7b72c
......@@ -767,6 +767,11 @@ Page({
recheckRemind: "确定要取消此退款订单吗?",
recheckShow: true,
});
} else if (this.data.flowType == FLOW_DIRECT_PAYMENT) {
this.setData({
recheckRemind: "确定要取消此支付订单吗?",
recheckShow: true,
});
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment