|
@@ -61,7 +61,7 @@
|
|
|
</div> -->
|
|
</div> -->
|
|
|
<div class="myTabs" style="background: #fff;">
|
|
<div class="myTabs" style="background: #fff;">
|
|
|
<el-tabs style="padding: 0 20px 40px 20px;" v-model="activeName" @tab-click="handleClick">
|
|
<el-tabs style="padding: 0 20px 40px 20px;" v-model="activeName" @tab-click="handleClick">
|
|
|
- <el-tab-pane label="积分兑换" name="goodsNotice" v-if="userInfo.isOutSource != 1">
|
|
|
|
|
|
|
+ <el-tab-pane label="积分兑换" name="goodsNotice">
|
|
|
<div class="tab-list" style="margin-top: 10px;">
|
|
<div class="tab-list" style="margin-top: 10px;">
|
|
|
<div :class="{ 'tab': true, 'checked': item.checked }" v-for="(item) in options"
|
|
<div :class="{ 'tab': true, 'checked': item.checked }" v-for="(item) in options"
|
|
|
:key="item.dictValue" @click="choseProductAttributeType(item)">
|
|
:key="item.dictValue" @click="choseProductAttributeType(item)">
|
|
@@ -344,7 +344,7 @@ export default {
|
|
|
],
|
|
],
|
|
|
choseList: [],
|
|
choseList: [],
|
|
|
curChosed: '',
|
|
curChosed: '',
|
|
|
- activeName: 'giftNotice',
|
|
|
|
|
|
|
+ activeName: 'goodsNotice',
|
|
|
noticeContent: '',
|
|
noticeContent: '',
|
|
|
goodsList: [],
|
|
goodsList: [],
|
|
|
giftList: [],
|
|
giftList: [],
|
|
@@ -355,7 +355,7 @@ export default {
|
|
|
const Tab = getTab();
|
|
const Tab = getTab();
|
|
|
if (Tab == 'gift') {
|
|
if (Tab == 'gift') {
|
|
|
this.activeName = 'giftNotice';
|
|
this.activeName = 'giftNotice';
|
|
|
- };
|
|
|
|
|
|
|
+ }
|
|
|
this.getIntegralTypes();
|
|
this.getIntegralTypes();
|
|
|
this.getPointsRangeList();
|
|
this.getPointsRangeList();
|
|
|
this.getWelfareList();
|
|
this.getWelfareList();
|