Commit 277439889bf2e3f46a16a6a98c357105a964ed19

Authored by 王强
2 parents 1ba47488 00e10f0f

Merge branch 'version_2.0.0_optimization_mall_update' of http://bj.gitlab.cnlive…

….com/w-front-end/select_good into version_2.0.0_optimization_mall_update
src/pages/partyBuildingPointsMall/partyBuildingPointsMall.vue
... ... @@ -368,8 +368,10 @@ export default {
368 368 /*设置标题 */
369 369 this.$set(this.backs, 'title', "积分商城");
370 370 }
371   - // 获取积分商城商品信息接口
372   - this.integralMallIndex();
  371 + if( this.$parent.checkLogin()){
  372 + // 获取积分商城商品信息接口
  373 + this.integralMallIndex();
  374 + }
373 375 },
374 376 mounted () {
375 377 // 如果是App外,设置唤起App和微信内分享参数
... ...