chore(组件:微信视频号): 基本功能实现

This commit is contained in:
2026-01-14 08:58:19 +08:00
parent bd53937ead
commit 8cc352621d
8 changed files with 762 additions and 134 deletions

View File

@@ -65,7 +65,7 @@
},
iconStyle(){
if (!this.value) return {};
console.log(this.value)
// console.log(this.value)
var style = {
fontSize: this.value.fontSize + '%'
}