|
@@ -5059,7 +5059,7 @@ $(function () {
|
|
|
showList: true,
|
|
|
title: null,
|
|
|
defaultList:[],
|
|
|
- brand: {listPicUrl: '',nickname:'',adminId:'',sortOrder:1,longitude:'',latitude:'',address:'',picList:[],introduceVideoCover:'', introduceVideo:'',type:0, picUrl: '', appListPicUrl: '', newPicUrl: '', isShow: 1, isNew: 0},
|
|
|
+ brand: {listPicUrl: '',adminName:'',adminId:'',sortOrder:1,longitude:'',latitude:'',address:'',picList:[],introduceVideoCover:'', introduceVideo:'',type:0, picUrl: '', appListPicUrl: '', newPicUrl: '', isShow: 1, isNew: 0},
|
|
|
ruleValidate: {
|
|
|
name: [
|
|
|
{required: true, message: '店铺名称不能为空', trigger: 'blur'}
|
|
@@ -5140,7 +5140,7 @@ $(function () {
|
|
|
vm.showList = false;
|
|
|
vm.title = "新增";
|
|
|
vm.defaultList = []
|
|
|
- vm.brand = {listPicUrl: '',nickname:'',adminId:'',sortOrder:1,longitude:'',latitude:'',address:'',picList:[],introduceVideoCover:'', introduceVideo:'',type:0,sceneUrl:'',sceneName:'', picUrl: '', appListPicUrl: '', newPicUrl: '', isShow: 1, isNew: 0};
|
|
|
+ vm.brand = {listPicUrl: '',adminName:'',adminId:'',sortOrder:1,longitude:'',latitude:'',address:'',picList:[],introduceVideoCover:'', introduceVideo:'',type:0,sceneUrl:'',sceneName:'', picUrl: '', appListPicUrl: '', newPicUrl: '', isShow: 1, isNew: 0};
|
|
|
},
|
|
|
update: function (event) {
|
|
|
var id = getSelectedRow("#jqGrid");
|
|
@@ -5323,7 +5323,7 @@ $(function () {
|
|
|
|
|
|
if (data.userId) {
|
|
|
vm.brand.adminId = data.userId || ''
|
|
|
- vm.brand.nickname = data.nickname || ''
|
|
|
+ vm.brand.adminName = data.nickname || ''
|
|
|
layer.closeAll()
|
|
|
}
|
|
|
}, false);
|