Commit db65b6f4 authored by 王炽's avatar 王炽

66666

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