积分商城 添加地址

This commit is contained in:
魏啾
2024-03-28 09:48:52 +08:00
parent 53afc38e76
commit a9b9da0bbf
27 changed files with 2762 additions and 39 deletions

View File

@@ -225,7 +225,12 @@
export default {
data() {
return {
// #ifndef MP-WEIXIN
menuInfo: uni.getSystemInfo(),
// #endif
// #ifdef MP-WEIXIN
menuInfo: uni.getMenuButtonBoundingClientRect(),
// #endif
paddingBtmSize: 6,
tabHeadHeight: 50,
isFixed: false,
@@ -264,8 +269,6 @@
},
onLoad(e) {
uni.$on('message', this.getMessage)
// this.tableCode = e.tableCode
// this.scanCodehandle(e.tableCode)
if (e.q) {
this.scanCodehandle(e.q)
} else {