Commit 24e3047c authored by 黄奎's avatar 黄奎

页面修改

parent 2934d81f
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
}, },
//修改商城订阅消息 //修改商城订阅消息
UpdateMallSubscribeMsg() { UpdateMallSubscribeMsg() {
this.apipost("/api/Tenant/SetMiniProgramMallSubscribe", this.appMallDistributionMsg, res => { this.apipost("/api/Tenant/SetMiniProgramMallSubscribe", this.appMallSubscribeMsg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.GetWeiXinAppConfig(); this.GetWeiXinAppConfig();
this.Success("操作成功!"); this.Success("操作成功!");
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
}, },
//修改分销订阅配置信息 //修改分销订阅配置信息
UpdateMallDistributionMsg() { UpdateMallDistributionMsg() {
this.apipost("/api/Tenant/SetMiniProgramMallDistribution", this.appMallSubscribeMsg, res => { this.apipost("/api/Tenant/SetMiniProgramMallDistribution", this.appMallDistributionMsg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.GetWeiXinAppConfig(); this.GetWeiXinAppConfig();
this.Success("操作成功!"); this.Success("操作成功!");
......
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