mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-21 02:15:54 +08:00
展示问题
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user