Commit 2ce7fb06 authored by jiangjiantao's avatar jiangjiantao

店铺名称不显示

parent aba24856
......@@ -214,7 +214,7 @@ Page({
}
} else if (res.action == ACTION_LOGIN_OK) {
//前屏登录完成
context.setData({ isFrontScreenLoginOK: true, storeName: res.data })
context.setData({ isFrontScreenLoginOK: true, storeName: res.data.storeName })
} else if (res.action == ACTION_REFUND_SUCCESS) {
//跳转到成功页面
context.setData({
......
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