@@ -150,6 +150,9 @@
},
"splashscreen" : {
"waiting" : false
+ },
+ "statusbar" : {
+ "immersed" : false
}
@@ -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>
@@ -1214,5 +1214,7 @@
padding:35px 10px;
border-radius:15px;
-
+ a{
+ text-decoration: none;
+ }
</style>