Feat:旅居界面调整,逻辑补充
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
</view>
|
||||
<view class="bar-actions">
|
||||
<view class="mini-btn" @click="contactMerchant">联系商家</view>
|
||||
<view class="buy-btn" @click="subscribePay">立即购买</view>
|
||||
<view class="buy-btn" @click="subscribePay()">立即购买</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -417,4 +417,5 @@ export default {
|
||||
.bar-actions { display: flex; gap: 16rpx; }
|
||||
.mini-btn { padding: 16rpx 22rpx; border: 1rpx solid #ccc; border-radius: 32rpx; font-size: 26rpx; color: #333; }
|
||||
.buy-btn { padding: 16rpx 28rpx; border-radius: 32rpx; background: #C52733; color: #fff; font-size: 26rpx; }
|
||||
.buy-btn.disabled { background: #ccc; pointer-events: none; }
|
||||
</style>
|
||||
Reference in New Issue
Block a user