gjy 3 år sedan
förälder
incheckning
81418ee407
2 ändrade filer med 7 tillägg och 2 borttagningar
  1. 3 0
      manifest.json
  2. 4 2
      pageA/product/detail.vue

+ 3 - 0
manifest.json

@@ -150,6 +150,9 @@
         },
         "splashscreen" : {
             "waiting" : false
+        },
+        "statusbar" : {
+            "immersed" : false
         }
     }
 }

+ 4 - 2
pageA/product/detail.vue

@@ -122,7 +122,7 @@
 				<view class="c-row">
 					<text class="tit">买方电话</text>
 					<view class="con-list">
-						<view>{{goods.buyerPhone}} <a :href="'tel:'+goods.buyerPhone"><image style='width:11px;height:11px;' src='../../static/img/jiaoyi/gengduo1@3x.png'></image></a></view>
+						<view><a :href="'tel:'+goods.buyerPhone">{{goods.buyerPhone}} <image style='width:11px;height:11px;' src='../../static/img/jiaoyi/gengduo1@3x.png'></image></a></view>
 					</view>
 				</view>
 			</view>
@@ -1214,5 +1214,7 @@
 		padding:35px 10px;
 		border-radius:15px;
 	}
-	
+	a{
+		text-decoration: none;
+	}
 </style>