|
|
@@ -135,18 +135,19 @@
|
|
|
name: '卡包',
|
|
|
}
|
|
|
],
|
|
|
- marketList: [{
|
|
|
- icon: '/static/index/faqi.png',
|
|
|
- name: '发起活动',
|
|
|
- path: '/pages/publish/publish',
|
|
|
- count: 0
|
|
|
- },
|
|
|
- {
|
|
|
- icon: '/static/index/qingdan.png',
|
|
|
- name: '活动清单',
|
|
|
- path: '/pages/activity/activity',
|
|
|
- count: 0
|
|
|
- },
|
|
|
+ marketList: [
|
|
|
+ // {
|
|
|
+ // icon: '/static/index/faqi.png',
|
|
|
+ // name: '发起活动',
|
|
|
+ // path: '/pages/publish/publish',
|
|
|
+ // count: 0
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // icon: '/static/index/qingdan.png',
|
|
|
+ // name: '活动清单',
|
|
|
+ // path: '/pages/activity/activity',
|
|
|
+ // count: 0
|
|
|
+ // },
|
|
|
{
|
|
|
icon: '/static/index/mendian-add.png',
|
|
|
name: '添加门店',
|
|
|
@@ -319,7 +320,9 @@
|
|
|
return
|
|
|
}
|
|
|
//审核通过,校验是否开启会员中心
|
|
|
- if (!this.vuex_isOpenMember && (index == 0 || index == 1)) {
|
|
|
+ // if (!this.vuex_isOpenMember && (index == 0 || index == 1)) {
|
|
|
+ //暂不用开启会员中心也可以使用收款码
|
|
|
+ if (!(index == 0 || index == 1)) {
|
|
|
this.isOpenMemberShow = true
|
|
|
return
|
|
|
}
|