滚动加载样式
commit
1135c1fbc3
|
@ -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) {
|
||||
|
|
|
@ -484,9 +484,8 @@ export default {
|
|||
records.length
|
||||
? (this.loadRecord.status = 1)
|
||||
: (this.loadRecord.status = 2);
|
||||
|
||||
this.$nextTick(() => {
|
||||
if (data.record_id == 0) {
|
||||
if (data.record_id == 0 || !data.record_id) {
|
||||
el.scrollTop = el.scrollHeight
|
||||
} else {
|
||||
el.scrollTop = el.scrollHeight - scrollHeight
|
||||
|
|
|
@ -48,7 +48,6 @@
|
|||
</el-tab-pane>
|
||||
</el-tabs>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -187,6 +186,11 @@ export default {
|
|||
// margin-top: 4px;
|
||||
}
|
||||
|
||||
.price {
|
||||
color: red;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.image {
|
||||
height: 100px;
|
||||
margin-top: 3px;
|
||||
|
|
Loading…
Reference in New Issue