@ -11,7 +11,7 @@
</nav-bar>
<div class="banner">
<image-pic :src="diamond.picUrl" width="100%" height="100" />
<image-pic :src="diamond.picUrl" width="100%" height="200px" />
</div>
<div class="main">
@ -139,7 +139,7 @@ export default {
display: block;
width: 100px;
height: 100px;
border-radius: 50%;
// border-radius: 50%;
overflow: hidden;
background: #f5f5f5;
margin: 0 auto;
@ -147,6 +147,7 @@ export default {
.text {
margin-top: 12px;
font-size: 23px;
}
@ -84,7 +84,7 @@ export default {
this.$dialog
.alert({
message:
'你选择了' + (this.payWay === 'wx' ? '微信支付' : '支付宝支付')
'你选择了' + (this.payWay === 'test' ? '测试支付' : this.payWay === 'wx' ? '微信支付' : '支付宝支付')
})
.then(() => {
if (this.payWay === 'wx') {