课程页面留言板

This commit is contained in:
@fawn-nine
2024-06-13 16:08:41 +08:00
parent f8e165f758
commit 714bf5562f
3 changed files with 460 additions and 94 deletions

View File

@@ -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);