Commit 08b92d60 authored by 王炽's avatar 王炽

6666666

parent 46045f5a
...@@ -61,7 +61,21 @@ ...@@ -61,7 +61,21 @@
:style="{ color: getColor('jifen')[index]?.currentPoints }" :style="{ color: getColor('jifen')[index]?.currentPoints }"
> {{ itemIndex == 4 ? '您已经升至最高等级' : '您已超越该等级' }}</text> > {{ itemIndex == 4 ? '您已经升至最高等级' : '您已超越该等级' }}</text>
<view class="saoma-tips" v-if="memberInfo.grade == 0 && !memberInfo.orderUpgrade && points >= 1">
<button
v-if="!islogin"
type="primary"
class="phone-button"
open-type="getPhoneNumber"
@getphonenumber="getRealtimePhoneNumber"
/>
</view>
<view class="saoma-tips"
@click="integralHandler" v-if="memberInfo.grade == 0 && !memberInfo.orderUpgrade && points >= 1">
<text class="saoma-tips-text" <text class="saoma-tips-text"
:style="{ color: getColor('saomaTips')[index]?.textColor }" :style="{ color: getColor('saomaTips')[index]?.textColor }"
...@@ -81,19 +95,6 @@ ...@@ -81,19 +95,6 @@
</text> </text>
</view> </view>
<button
v-if="!islogin"
type="primary"
class="phone-button"
open-type="getPhoneNumber"
@getphonenumber="getRealtimePhoneNumber"
/>
</view>
<view class="jifen-progressbar" <view class="jifen-progressbar"
v-if="getHuangjinMaxVal()[index] != -1 && !(memberInfo.grade == 0 && !memberInfo.orderUpgrade && points >= 1)" v-if="getHuangjinMaxVal()[index] != -1 && !(memberInfo.grade == 0 && !memberInfo.orderUpgrade && points >= 1)"
@click="integralHandler" @click="integralHandler"
...@@ -2496,7 +2497,19 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue'; ...@@ -2496,7 +2497,19 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
font-size: 18rpx; font-size: 18rpx;
} }
.saoma-tips{
.phone-button{
width: 692rpx;
height:256rpx;
top: 0rpx;
opacity: 0;
background: #6f6d67;
}
}
.saoma-tips{
position: absolute; position: absolute;
top:209rpx; top:209rpx;
left: 40rpx; left: 40rpx;
...@@ -2522,17 +2535,6 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue'; ...@@ -2522,17 +2535,6 @@ import ShengriliTipPanel from '../components/quanyi/shengriliTipPanel.vue';
} }
} }
.phone-button{
width: 692rpx;
height:256rpx;
top: 0rpx;
opacity: 0;
background: #6f6d67;
}
}
// 积分进度条样式 // 积分进度条样式
.jifen-progressbar { .jifen-progressbar {
position: absolute; position: absolute;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment