Commit 5c7679cf authored by gaodapeng's avatar gaodapeng

去除编译错误

parent 85644c73
...@@ -97,7 +97,7 @@ Page({ ...@@ -97,7 +97,7 @@ Page({
//显示弹窗 //显示弹窗
context.setData({ context.setData({
scanDialogDisplay: 1, scanDialogDisplay: 1,
dialogShowType:"refund", dialogShowType: "refund",
dialogRemindText: "请扫描订单编码", dialogRemindText: "请扫描订单编码",
dialogLoadingText: "识别中", dialogLoadingText: "识别中",
dialogResultSuccessRemind: "退款成功", dialogResultSuccessRemind: "退款成功",
...@@ -105,11 +105,12 @@ Page({ ...@@ -105,11 +105,12 @@ Page({
dialogResultFailureRemind: "退款失败", dialogResultFailureRemind: "退款失败",
dialogResultFailureText: "退款失败!无效的订单码", dialogResultFailureText: "退款失败!无效的订单码",
}); });
} else if (res.action == ACTION_GO_HOME) { } else if (res.action == ACTION_GO_HOME) {
//home界面收到,则返回界面上 //home界面收到,则返回界面上
context.setData({ context.setData({
scanDialogDisplay: 0, scanDialogDisplay: 0,
dialogShowType:"",//重置类型 dialogShowType: "",//重置类型
}) })
} }
} }
......
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