Commit 78925b16 authored by jiangjiantao's avatar jiangjiantao

后屏显示店铺名称

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