Commit 8d359f70 authored by pengguangpu's avatar pengguangpu

调整打印调用顺序;

parent c9bda32d
......@@ -45,8 +45,6 @@ Page({
} else if (this.data.paySuccessResponse.channel == 3) {
this.data.payChannel = "支付宝";
}
this.print();
},
print() {
......@@ -132,6 +130,7 @@ Page({
}
}
});
this.print();
},
onHide() {
......
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