diff --git a/pages/shop/css/shop.css b/pages/shop/css/shop.css
index 82d54a7..c3e28e1 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 6513780..f922df5 100644
--- a/pages/shop/index.vue
+++ b/pages/shop/index.vue
@@ -7,6 +7,7 @@
商家联盟
+
@@ -104,6 +105,17 @@
onLoad(){
},
methods:{
+ 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 @@
-
+
-
+ -->
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;',