Commit 012d275b authored by Mac's avatar Mac

修改名字

parent 9b6a0135
...@@ -199,17 +199,21 @@ ...@@ -199,17 +199,21 @@
this.GetAuthenticationInfo(options.Id)//首店申请详情 this.GetAuthenticationInfo(options.Id)//首店申请详情
this.isdisabled=true; this.isdisabled=true;
this.index = options.index this.index = options.index
uni.setNavigationBarTitle({
title: '申请详情'
});
}else{ }else{
this.GetAuthenticationTypeEnumList()//类型 this.GetAuthenticationTypeEnumList()//类型
this.GetBrandTypeEnumList()//品牌归属地枚举 this.GetBrandTypeEnumList()//品牌归属地枚举
this.GetBusinessTypeEnumList()//申请认证行业枚举 this.GetBusinessTypeEnumList()//申请认证行业枚举
this.GetAuthenticationCategoryEnumList()//认证分类枚举 this.GetAuthenticationCategoryEnumList()//认证分类枚举
}
},
mounted() {
uni.setNavigationBarTitle({ uni.setNavigationBarTitle({
title: '首店申请' title: '首店申请'
}); });
}
},
mounted() {
this.mainColor = this.$uiConfig.mainColor; this.mainColor = this.$uiConfig.mainColor;
let MallBaseId = uni.getStorageSync("mall_UserInfo").MallBaseId ? uni.getStorageSync("mall_UserInfo").MallBaseId : 1; let MallBaseId = uni.getStorageSync("mall_UserInfo").MallBaseId ? uni.getStorageSync("mall_UserInfo").MallBaseId : 1;
this.action = this.host2 + '/api/File/UploadTencent?MallBaseId=' + MallBaseId this.action = this.host2 + '/api/File/UploadTencent?MallBaseId=' + MallBaseId
......
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