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

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

@@ -177,9 +177,8 @@
 		</view>
 		</uni-popup>
 
-
-		<uni-popup ref="showWx" background-color="#fff" type="center" :animation="false" class="class-popup-style-wx">
-			<view style="width:80vw;">
+		<uni-popup ref="showWx" type="center" :animation="false" class="class-popup-style-wx">
+			<view style="width:80vw;background-color: white;border-radius:15upx;padding:35upx 0 35upx 0;">
 				<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: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()">
@@ -192,8 +191,7 @@
 			</view>
 		</uni-popup>
 
-
-		<view v-if="superWx!=''" @click="toViewWx" style="width:200upx;height:84upx;position:fixed;bottom:240upx;right:-32upx;border-radius:40upx;background: rgba(0,0,0,.50);display: flex;align-items: center;">
+		<view v-if="superWx!=''" @click="toViewWx" style="width:200upx;height:84upx;position:fixed;bottom:245upx;right:-34upx;border-radius:40upx;background: rgba(0,0,0,.50);display: flex;align-items: center;">
 			<image :src="`${constant.imgUrl}/mall/wx_code.png`" style="width:74upx;height:74upx;margin-left:8upx;" mode="widthFix"></image>
 			<view style="width:90upx;color:white;margin-left:8upx;">扫码添加微信</view>
 		</view>