no message

This commit is contained in:
2025-09-09 18:22:27 +08:00
parent 7a5f0ff247
commit 39b854f67f
4 changed files with 22 additions and 12 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<template>
<view class="shop-view" @click.stop="onClick">
<view class="shop-view" @click="onClick">
<view class="shop-left-view">
<image :src="obj.url"></image>
</view>
@@ -9,7 +9,7 @@
</view>
<view class="right-bottom-view">
<text class="text-28 text-zi text-bold">¥{{obj.price}}积分</text>
<MyBtn mh="64rpx" text="立即兑换" br="8rpx" bg="linear-gradient( 270deg, #B164FB 0%, #7934F6 100%)" wd="200rpx"></MyBtn>
<MyBtn @ok="onClick" mh="64rpx" text="立即兑换" br="8rpx" bg="linear-gradient( 270deg, #B164FB 0%, #7934F6 100%)" wd="200rpx"></MyBtn>
</view>
</view>
</view>
+2 -2
View File
@@ -1,5 +1,5 @@
<template>
<view class="shop-view" @click.stop="onClick">
<view class="shop-view" @click="onClick">
<view class="shop-left-view">
<image :src="obj.url"></image>
</view>
@@ -13,7 +13,7 @@
<text class="text-24 text-fu text-d text-bold">¥{{obj.adPrice}}</text>
</view>
<view class="right-bottom-panel" style="height:70rpx">
<MyBtn mh="36rpx" :text="`专区立省${Number(obj.adPrice) - Number(obj.price)}元`" br="8rpx" fz="16rpx" bg="linear-gradient( 270deg, #AF39C4 0%, #7732FF 100%)" wd="260rpx"></MyBtn>
<MyBtn @ok.stop="onClick" mh="36rpx" :text="`专区立省${Number(obj.adPrice) - Number(obj.price)}元`" br="8rpx" fz="16rpx" bg="linear-gradient( 270deg, #AF39C4 0%, #7732FF 100%)" wd="260rpx"></MyBtn>
<text class="text-28 text-zi text-bold">到手
<text class="text-36">¥{{obj.price}}</text>
</text>