课程页面留言板
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
data() {
|
||||
return {
|
||||
// windowWidth:320,
|
||||
emojilist:emojiList1,
|
||||
list1: [
|
||||
[1,2,3],[4,5,6],
|
||||
@@ -54,9 +55,10 @@
|
||||
},
|
||||
onLoad() {
|
||||
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
|
||||
console.log('jihuo')
|
||||
// this.windowWidth = uni.getSystemInfoSync().windowWidth;
|
||||
const query = uni.createSelectorQuery().in(this);
|
||||
query.select('.emotion-box').boundingClientRect(data => {
|
||||
console.log(this.windowWidth / 10);
|
||||
|
||||
Reference in New Issue
Block a user