Commit db65b6f4 authored by 王炽's avatar 王炽

66666

parent e434cb6e
......@@ -68,7 +68,7 @@
<text class="separator"
:style="{ color: getColor('jifen')[index]?.totalPoints }">/</text>
<text class="total-points"
:style="{ color: getColor('jifen')[index]?.totalPoints }">{{ islogin ? getHuangjinMaxVal()[index] : 1 }}</text>
:style="{ color: getColor('jifen')[index]?.totalPoints }">{{ getHuangjinMaxVal()[index] }}</text>
</text>
</view>
......@@ -1585,7 +1585,7 @@ import YearGift from '../components/pointRightsCom/yearGift.vue';
const getHuangjinMaxVal = () => {
let maxVal = [];
if(!memberInfo.value.gradeList){
if(!islogin.value){
return [1,1,1000,5000,10000];
}
......@@ -1742,10 +1742,6 @@ import YearGift from '../components/pointRightsCom/yearGift.vue';
islogin.value = true
}
console.log('memberInfo.value===============',memberInfo.value);
console.log('islogin.value===============',islogin.value);
// islogin.value = false;
if(islogin.value){
nickName.value = memberInfo.value.memberName;
// 清空之前的数据
......
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