Commit 2acd7b7c authored by 黄奎's avatar 黄奎

页面修改

parent e2c2dee7
......@@ -203,7 +203,6 @@ export default {
this.addMsg.CommentProductList=this.addMsg.CommentProductList.concat(commonList)
}
this.ggmbDig=false;
console.log("this.addMsg.OrderProductList",this.addMsg.OrderProductList)
},
selectionChange(val){
this.commonList=val;
......
......@@ -36,6 +36,8 @@
</el-select>
<button type="button" class="normalBtn" @click="msg.pageIndex=1,getPageList()">查询</button>
<button type="button" class="normalBtn" @click="menuDialog=true,resetMsg()">新增</button>
<button type="button" class="normalBtn" @click="CommonJump('minimenu',{})">小程序菜单</button>
</div>
<table class="commonTable" border="0" cellspacing="0" cellpadding="0" v-loading="loading">
<tr>
......
......@@ -41,6 +41,7 @@
<button type="button" class="normalBtn" @click="msg.pageIndex=1,getPageList()">查询</button>
<button type="button" class="normalBtn" @click="menuDialog=true,resetMsg()">新增</button>
<button type="button" class="normalBtn" @click="CommonJump('setminipage',{})">设置小程序菜单</button>
<button type="button" class="normalBtn" @click="CommonJump('menu',{})">系统菜单</button>
</div>
<table class="commonTable" border="0" cellspacing="0" cellpadding="0" v-loading="loading">
<tr>
......
......@@ -676,34 +676,9 @@
};
myChart.setOption(option, true);
},
TestMall() {
this.apipost("/api/Mall/GetHome", {
MiniAppId: "wxacd9f8cc3480d29e"
}, res => {
console.log("TestMall", res.data.data);
if (res.data.resultCode == 1) {
} else {
this.Info(res.data.message);
}
})
},
TestCenter() {
this.apipost("/api/Mall/GetUserCenter", {
MiniAppId: "wxacd9f8cc3480d29e"
}, res => {
console.log("TestCenter", res.data.data);
if (res.data.resultCode == 1) {
} else {
this.Info(res.data.message);
}
})
},
},
mounted() {
this.TestMall();
this.initMap();
}
};
......
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