mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-17 08:03:49 +08:00
迭代功能需求
1.修改用户信息存储位置 2.修复订单显示的问题 3.修改优惠卷显示文字显示和选择提示 4.修复地址列表排版错位的问题 5.添加搜索链接跳转查询
This commit is contained in:
@@ -571,12 +571,19 @@ export default {
|
||||
tabs
|
||||
},
|
||||
mounted() {
|
||||
const { query } = this.$route;
|
||||
this.activeIndex1 = query.type || 0;
|
||||
this.activeIndex = query.type || 0;
|
||||
this.value = query.content || '';
|
||||
this.usetmessage();
|
||||
this.userst();
|
||||
//Handling RxGoods filter
|
||||
let curEnv = process.env.NODE_ENV;
|
||||
this.rxFilters = envData[curEnv].rxGoodsFilter;
|
||||
//Handling RxGoods filter end
|
||||
|
||||
console.log();
|
||||
|
||||
},
|
||||
methods: {
|
||||
//换一批
|
||||
@@ -723,6 +730,7 @@ export default {
|
||||
this.$nextTick(() => {
|
||||
this.$refs.userstandard[0].style.margin = 0 + "px";
|
||||
});
|
||||
console.log(this.activeIndex1, this.value,'this.activeIndex1, this.value');
|
||||
let data = await biaome(this.activeIndex1, this.value, 1, 10);
|
||||
if (data) {
|
||||
this.rccontair = data;
|
||||
|
||||
Reference in New Issue
Block a user