Commit a083e71d authored by jiangjiantao's avatar jiangjiantao

后端显示店铺名称

parent d006f2dc
...@@ -30,7 +30,7 @@ Page({ ...@@ -30,7 +30,7 @@ Page({
"printlastorder": false, "printlastorder": false,
}, },
// 前屏是否完成登录 // 前屏是否完成登录
isFrontScreenLoginOK: true, isFrontScreenLoginOK: false,
flowType: "", //流程类型:用于区分易混淆的流程,以及共同界面使用时用该标识位作为区分 flowType: "", //流程类型:用于区分易混淆的流程,以及共同界面使用时用该标识位作为区分
storeName: "--", storeName: "--",
/**支付结果页相关参数 */ /**支付结果页相关参数 */
...@@ -200,7 +200,7 @@ Page({ ...@@ -200,7 +200,7 @@ Page({
} }
} else if (res.action == ACTION_LOGIN_OK) { } else if (res.action == ACTION_LOGIN_OK) {
//前屏登录完成 //前屏登录完成
context.setData({ isFrontScreenLoginOK: true }) context.setData({ isFrontScreenLoginOK: true,storeName:res.data })
} else if (res.action == ACTION_REFUND_SUCCESS) { } else if (res.action == ACTION_REFUND_SUCCESS) {
//跳转到成功页面 //跳转到成功页面
context.goPage('operateResult'); context.goPage('operateResult');
......
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