diff --git a/pages/shop/css/shop.css b/pages/shop/css/shop.css index 84247af..21ad2aa 100644 --- a/pages/shop/css/shop.css +++ b/pages/shop/css/shop.css @@ -22,6 +22,11 @@ display: flex; align-items: center; } +.content .top-tab .tab-sao{ + font-size: 40rpx; + position: absolute; + right:28rpx; +} .content .top-tab .tab-location .icon-dingwei{ color: blue; font-size: 28rpx; diff --git a/pages/shop/index.vue b/pages/shop/index.vue index 73ea12c..81dcf14 100644 --- a/pages/shop/index.vue +++ b/pages/shop/index.vue @@ -7,6 +7,7 @@ 商家联盟 + @@ -141,6 +142,16 @@ let routes = getCurrentPages(); // 获取当前打开过的页面路由数组 let curRoute = routes[routes.length - 1].route //获取当前页面路由 this.activeRouter = '/' + curRoute + handleBorcode() { + // 从相机和相册扫码 + // #ifdef APP-PLUS + uni.scanCode({ + scanType:['qrCode'], + success: function (res) { + console.log('二维码信息:' + res); + } + }); + // #endif }, selectCurrent(val){ this.current=val; diff --git a/pages/shop_details/index.vue b/pages/shop_details/index.vue index 586981c..e8c3463 100644 --- a/pages/shop_details/index.vue +++ b/pages/shop_details/index.vue @@ -90,10 +90,11 @@ }, openMap() { uni.openLocation({ - latitude: Number(this.shopInfo.latitude), - longitude: Number(this.shopInfo.longitude), - name: this.shopInfo.scenicName, - address: this.shopInfo.address, + latitude: Number(22.541211), + longitude: Number(114.118052), + name: '深房广场', + address: '鲜果自由,等你来哈', + // scale:8, success: function () { console.log('success'); }, diff --git a/pages/user/index.vue b/pages/user/index.vue index b306612..52e54d7 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -120,7 +120,7 @@ - + - - 我的服务 - - - - - - - {{item.name}} - - - - - + --> @@ -185,6 +170,21 @@ + + + 我的服务 + + + + + + + {{item.name}} + + + + + diff --git a/pages/users/order_confirm/index.vue b/pages/users/order_confirm/index.vue index ccbfae5..7bfecff 100644 --- a/pages/users/order_confirm/index.vue +++ b/pages/users/order_confirm/index.vue @@ -556,6 +556,13 @@ title: '线下支付', payStatus: 2, }, + { + "name": "购物券支付", + "icon": "icon-yinhangqia", + value: 'coupon_pay', + title: '购物券支付', + payStatus: this.$store.getters.globalData.coupon_pay_open, + }, ], tagStyle: { img: 'width:100%;display:block;',