积分商城 添加地址
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user