1.调整图片样式

yj-dev
杨杰 3 years ago
parent 548a060749
commit c9e220c310
  1. 9
      pages/pay/success/success.vue

@ -63,9 +63,7 @@
</view> </view>
</view> </view>
</view> </view>
<wybPopup ref="popup" type="center" height="850" width="600" radius="6" bgColor="" :showCloseIcon="true" > <wybPopup ref="popup" class="fotct" type="center" height="850" width="600" radius="6" bgColor="" :showCloseIcon="true" > <image class="popImg" mode="widthFix" :src="imagewxUrl+imgadres4" @click="jumpcjhuod"></image> </wybPopup>
<image class="popImg" :src="imagewxUrl+imgadres4" @click="jumpcjhuod"></image>
</wybPopup>
<view class="height60"></view> <view class="height60"></view>
<button class="coupne-btn width100" @click="toUser">个人中心</button> <button class="coupne-btn width100" @click="toUser">个人中心</button>
@ -246,10 +244,7 @@
} }
</script> </script>
<style lang="scss"> <style lang="scss">
.popImg { .popImg { width: 300px; height: 440px; }
width: 300px;
height: 500px;
}
.loading-text { .loading-text {
width: 100%; width: 100%;

Loading…
Cancel
Save