Commit 78925b16 authored by jiangjiantao's avatar jiangjiantao

后屏显示店铺名称

parent 4423a557
...@@ -35,11 +35,11 @@ Page({ ...@@ -35,11 +35,11 @@ Page({
console.log("localLoginInfo==>" + JSON.stringify(localLoginInfo)); console.log("localLoginInfo==>" + JSON.stringify(localLoginInfo));
if (localLoginInfo.success != false && localLoginInfo.data != null) { if (localLoginInfo.success != false && localLoginInfo.data != null) {
//赋值 //赋值
// this.setData({ this.setData({
// name: localLoginInfo.data.name, name: localLoginInfo.data.name,
// password: localLoginInfo.data.password, password: localLoginInfo.data.password,
// sn: localLoginInfo.data.sn sn: localLoginInfo.data.sn
// }) })
} }
}, },
onNameClear() { onNameClear() {
...@@ -186,7 +186,7 @@ Page({ ...@@ -186,7 +186,7 @@ Page({
let context = this; let context = this;
var commonRequest = { var commonRequest = {
action:ACTION_LOGIN_OK, action:ACTION_LOGIN_OK,
data:null data:getApp().globalData.localAccountInfo.storeName
}; };
my.ix.sendBuddyMessage({ my.ix.sendBuddyMessage({
......
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