no message
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user