| @@ -1,3 +1,4 @@ | |||||
| const imgurl = require("../../utils/imgurl"); | |||||
| Component({ | Component({ | ||||
| properties: { | properties: { | ||||
| mallList: { | mallList: { | ||||
| @@ -7,6 +8,7 @@ Component({ | |||||
| }, | }, | ||||
| data: { | data: { | ||||
| teljpgUrl: imgurl.teljpg.url, | |||||
| list: [], // 广场、商户列表 | list: [], // 广场、商户列表 | ||||
| mallNum: 0, // 适用商户数量 | mallNum: 0, // 适用商户数量 | ||||
| }, | }, | ||||
| @@ -19,6 +21,12 @@ Component({ | |||||
| url: `/pages/index/searchbar/detail/index?id=${e.currentTarget.dataset.id}&mallTenantId=${e.currentTarget.dataset.tenantid}` | url: `/pages/index/searchbar/detail/index?id=${e.currentTarget.dataset.id}&mallTenantId=${e.currentTarget.dataset.tenantid}` | ||||
| }) | }) | ||||
| }, | }, | ||||
| phone: function (e) { | |||||
| let that = this; | |||||
| wx.makePhoneCall({ | |||||
| phoneNumber: e.target.dataset.merchantlinkphone | |||||
| }); | |||||
| }, | |||||
| // 跳转资质页面 | // 跳转资质页面 | ||||
| // goCertification(e) { | // goCertification(e) { | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "component": true, | "component": true, | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../components/navbar/navbar" | |||||
| "navbar": "../components/navbar/navbar" | |||||
| }, | }, | ||||
| "navigationBarTitleText": "智能停车", | "navigationBarTitleText": "智能停车", | ||||
| "enablePullDownRefresh": true | "enablePullDownRefresh": true | ||||
| @@ -3,6 +3,6 @@ | |||||
| "navigationBarBackgroundColor": "#F4F5F9", | "navigationBarBackgroundColor": "#F4F5F9", | ||||
| "navigationBarTextStyle": "black", | "navigationBarTextStyle": "black", | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../components/navbar/navbar" | |||||
| "navbar": "../components/navbar/navbar" | |||||
| } | } | ||||
| } | } | ||||
| @@ -1,6 +1,6 @@ | |||||
| { | { | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../components/navbar/navbar", | |||||
| "detelsit": "../../../components/dateLsit/dateLsit" | |||||
| "navbar": "../../components/navbar/navbar", | |||||
| "detelsit": "../../components/dateLsit/dateLsit" | |||||
| } | } | ||||
| } | } | ||||
| @@ -5,8 +5,8 @@ | |||||
| "navigationBarTextStyle": "black", | "navigationBarTextStyle": "black", | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "c-banner": "../../components/spellbanner/index", | "c-banner": "../../components/spellbanner/index", | ||||
| "i-tab": "../../../dist/tab/index", | |||||
| "i-tabs": "../../../dist/tabs/index", | |||||
| "i-tab": "../../dist/tab/index", | |||||
| "i-tabs": "../../dist/tabs/index", | |||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| } | } | ||||
| } | } | ||||
| @@ -1,8 +1,8 @@ | |||||
| { | { | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "c-shareposter": "../../../../components/shareposter/index", | |||||
| "navbar": "../../../../components/navbar/navbar", | |||||
| "store": "../../../../components/store/index", | |||||
| "c-shareposter": "../../../components/shareposter/index", | |||||
| "navbar": "../../../components/navbar/navbar", | |||||
| "store": "../../../components/store/index", | |||||
| "c-coupons": "../../../components/coupons/index" | "c-coupons": "../../../components/coupons/index" | ||||
| }, | }, | ||||
| "navigationBarTitleText": "", | "navigationBarTitleText": "", | ||||
| @@ -1,9 +1,9 @@ | |||||
| { | { | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "c-shareposter": "../../../../components/shareposter/index", | |||||
| "navbar": "../../../../components/navbar/navbar", | |||||
| "store": "../../../../components/store/index", | |||||
| "shop": "../../../../components/shop/shop", | |||||
| "c-shareposter": "../../../components/shareposter/index", | |||||
| "navbar": "../../../components/navbar/navbar", | |||||
| "store": "../../../components/store/index", | |||||
| "shop": "../../../components/shop/shop", | |||||
| "c-coupons": "../../../components/coupons/index" | "c-coupons": "../../../components/coupons/index" | ||||
| }, | }, | ||||
| "navigationBarTitleText": "", | "navigationBarTitleText": "", | ||||
| @@ -2,6 +2,6 @@ | |||||
| "navigationBarTitleText": "成长值", | "navigationBarTitleText": "成长值", | ||||
| "enablePullDownRefresh": true, | "enablePullDownRefresh": true, | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../components/navbar/navbar" | |||||
| "navbar": "../../components/navbar/navbar" | |||||
| } | } | ||||
| } | } | ||||
| @@ -1,6 +1,6 @@ | |||||
| { | { | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../components/navbar/navbar", | |||||
| "detelsit": "../../../components/dateLsit/dateLsit" | |||||
| "navbar": "../../components/navbar/navbar", | |||||
| "detelsit": "../../components/dateLsit/dateLsit" | |||||
| } | } | ||||
| } | } | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "i-tab": "../../../dist/tab/index", | |||||
| "i-tabs": "../../../dist/tabs/index", | |||||
| "i-tab": "../../dist/tab/index", | |||||
| "i-tabs": "../../dist/tabs/index", | |||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| }, | }, | ||||
| "navigationBarTitleText": "消费卡", | "navigationBarTitleText": "消费卡", | ||||
| @@ -1,5 +1,5 @@ | |||||
| { | { | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../components/navbar/navbar" | |||||
| "navbar": "../../components/navbar/navbar" | |||||
| } | } | ||||
| } | } | ||||
| @@ -1,5 +1,5 @@ | |||||
| { | { | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../components/navbar/navbar" | |||||
| "navbar": "../../components/navbar/navbar" | |||||
| } | } | ||||
| } | } | ||||
| @@ -5,8 +5,8 @@ | |||||
| "enablePullDownRefresh": true, | "enablePullDownRefresh": true, | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "c-banner": "../../components/spellbanner/index", | "c-banner": "../../components/spellbanner/index", | ||||
| "i-tab": "../../../dist/tab/index", | |||||
| "i-tabs": "../../../dist/tabs/index", | |||||
| "i-tab": "../../dist/tab/index", | |||||
| "i-tabs": "../../dist/tabs/index", | |||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| } | } | ||||
| } | } | ||||
| @@ -3,7 +3,7 @@ | |||||
| "enablePullDownRefresh": true, | "enablePullDownRefresh": true, | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../components/navbar/navbar", | "navbar": "../../components/navbar/navbar", | ||||
| "store": "../../../../components/store/index", | |||||
| "shop": "../../../../components/shop/shop" | |||||
| "store": "../../components/store/index", | |||||
| "shop": "../../components/shop/shop" | |||||
| } | } | ||||
| } | } | ||||
| @@ -1,5 +1,5 @@ | |||||
| { | { | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../components/navbar/navbar" | |||||
| "navbar": "../../components/navbar/navbar" | |||||
| } | } | ||||
| } | } | ||||
| @@ -1,5 +1,5 @@ | |||||
| { | { | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../components/navbar/navbar" | |||||
| "navbar": "../../components/navbar/navbar" | |||||
| } | } | ||||
| } | } | ||||
| @@ -1,5 +1,5 @@ | |||||
| { | { | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../components/navbar/navbar" | |||||
| "navbar": "../../components/navbar/navbar" | |||||
| } | } | ||||
| } | } | ||||
| @@ -4,6 +4,6 @@ | |||||
| "navigationBarTitleText": "手机验证", | "navigationBarTitleText": "手机验证", | ||||
| "navigationBarTextStyle": "black", | "navigationBarTextStyle": "black", | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../components/navbar/navbar" | |||||
| "navbar": "../../components/navbar/navbar" | |||||
| } | } | ||||
| } | } | ||||
| @@ -1,6 +1,6 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "活动详情", | "navigationBarTitleText": "活动详情", | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../components/navbar/navbar" | |||||
| "navbar": "../../components/navbar/navbar" | |||||
| } | } | ||||
| } | } | ||||
| @@ -1,6 +1,6 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "活动调查", | "navigationBarTitleText": "活动调查", | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../../components/navbar/navbar" | |||||
| "navbar": "../../../components/navbar/navbar" | |||||
| } | } | ||||
| } | } | ||||
| @@ -1,6 +1,6 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "报名成功", | "navigationBarTitleText": "报名成功", | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../../components/navbar/navbar" | |||||
| "navbar": "../../../components/navbar/navbar" | |||||
| } | } | ||||
| } | } | ||||
| @@ -3,6 +3,6 @@ | |||||
| "navigationBarBackgroundColor": "#F4F5F9", | "navigationBarBackgroundColor": "#F4F5F9", | ||||
| "navigationBarTextStyle": "black", | "navigationBarTextStyle": "black", | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../components/navbar/navbar" | |||||
| "navbar": "../../components/navbar/navbar" | |||||
| } | } | ||||
| } | } | ||||
| @@ -2,8 +2,8 @@ | |||||
| "navigationBarTitleText": "拼团券详情", | "navigationBarTitleText": "拼团券详情", | ||||
| "enablePullDownRefresh": true, | "enablePullDownRefresh": true, | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../../components/navbar/navbar", | |||||
| "store": "../../../../components/store/index", | |||||
| "shop": "../../../../components/shop/shop" | |||||
| "navbar": "../../../components/navbar/navbar", | |||||
| "store": "../../../components/store/index", | |||||
| "shop": "../../../components/shop/shop" | |||||
| } | } | ||||
| } | } | ||||
| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "拼团详情", | "navigationBarTitleText": "拼团详情", | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "navbar": "../../../../components/navbar/navbar" | |||||
| "navbar": "../../../components/navbar/navbar" | |||||
| }, | }, | ||||
| "enablePullDownRefresh": true | "enablePullDownRefresh": true | ||||
| } | } | ||||
| @@ -5,8 +5,8 @@ | |||||
| "navigationBarTextStyle": "black", | "navigationBarTextStyle": "black", | ||||
| "usingComponents": { | "usingComponents": { | ||||
| "c-banner": "../../components/spellbanner/index", | "c-banner": "../../components/spellbanner/index", | ||||
| "i-tab": "../../../dist/tab/index", | |||||
| "i-tabs": "../../../dist/tabs/index", | |||||
| "i-tab": "../../dist/tab/index", | |||||
| "i-tabs": "../../dist/tabs/index", | |||||
| "navbar": "../../components/navbar/navbar" | "navbar": "../../components/navbar/navbar" | ||||
| } | } | ||||
| } | } | ||||