展示问题

This commit is contained in:
chc
2022-12-28 18:23:23 +08:00
parent 84d3dd247d
commit f4bf4dc060
3 changed files with 14 additions and 11 deletions

View File

@@ -95,11 +95,10 @@ export default {
},
// 获取im信息
async getIMDetailMethods () {
// let res = await getIMDetail();
// if (res.success) {
// this.IMLink = res.result;
// }
this.IMLink = 'http://192.168.0.139:8000'
let res = await getIMDetail();
if (res.success) {
this.IMLink = res.result;
}
},
// 点击规格
targetClickSku (val) {