Commit 6f3b618e authored by Mac's avatar Mac

修改提示字样

parent 2a8fd02b
...@@ -699,7 +699,7 @@ ...@@ -699,7 +699,7 @@
></image> ></image>
<text>{{Lookdata.IsLook==false?'想认识TA':'查看微信号'}}</text> <text>{{Lookdata.IsLook==false?'想认识TA':'查看微信号'}}</text>
<view class="badge" v-if="!Lookdata.IsLook"> <view class="badge" v-if="!Lookdata.IsLook">
本月剩余次数:{{Lookdata.SurplusNum}} 剩余次数:{{Lookdata.SurplusNum}}
</view> </view>
<!-- <u-badge size="mini" class="badge" count="10"></u-badge> --> <!-- <u-badge size="mini" class="badge" count="10"></u-badge> -->
<!-- <button <!-- <button
...@@ -942,7 +942,7 @@ export default { ...@@ -942,7 +942,7 @@ export default {
this.show = true; this.show = true;
}else{ }else{
uni.showToast({ uni.showToast({
title: "本解锁次数已用完!", title: "本解锁次数已用完!",
icon: "none", icon: "none",
}); });
} }
......
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