feat: 新增index.html文件并更新多个页面样式和结构

This commit is contained in:
pikachu1995@126.com
2026-07-06 13:53:54 +08:00
parent 5f293d929d
commit b1743cefb0
20 changed files with 821 additions and 288 deletions

View File

@@ -107,6 +107,10 @@ export default {
this.pointDetail = res.data.result;
}
},
closePopupBuy(val) {
this.maskFlag = val;
},
},
};
</script>