shish 2 лет назад
Родитель
Сommit
286d773969
1 измененных файлов с 7 добавлено и 3 удалено
  1. 7 3
      hdApp/src/pagesPurchase/ghsProduct.vue

+ 7 - 3
hdApp/src/pagesPurchase/ghsProduct.vue

@@ -178,12 +178,12 @@
 		</uni-popup>
 
 
-		<uni-popup ref="showWx" background-color="#fff" type="center" :animation="false" class="class-popup-style">
+		<uni-popup ref="showWx" background-color="#fff" type="center" :animation="false" class="class-popup-style-wx">
 			<view style="width:80vw;">
 				<view style="margin:40upx 0 20upx 0;font-size:34upx;font-weight:bold;width:80vw;text-align:center;">长按识别二维码</view>
 				<image :src="superWx" style="width:50vw;margin:0 auto;" mode="widthFix" show-menu-by-longpress="true"></image>
-				<view style="margin:20upx 0 20upx 0;font-size:30upx;font-weight:bold;width:80vw;text-align:center;display: flex;align-items: center; justify-content: center;" @click="callUp()">
-					联系电话:{{ telephone }}
+				<view style="margin:30upx 0 30upx 0;font-size:30upx;font-weight:bold;width:80vw;text-align:center;display: flex;align-items: center; justify-content: center;" @click="callUp()">
+					<text style="font-size:34upx;">联系电话:{{ telephone }}</text>
 					<button class="admin-button-com mini-btn blue" style="margin-left:20upx;">拨打</button>
 				</view>
 				<view style="width:80vw;margin:60upx 0 60upx 0;display:flex;align-items: center; justify-content: center;">
@@ -802,6 +802,10 @@ export default {
 .class-popup-style{
 	z-index:999999;
 }
+.class-popup-style-wx{
+	z-index:999999;
+	border-radius:20upx;
+}
 .billing_box_bg {
 	height: 100%;
 	display: flex;