Commit 9551a9be authored by zhengke's avatar zhengke

修改

parent 433c0819
...@@ -217,7 +217,7 @@ ...@@ -217,7 +217,7 @@
</template> </template>
</view> </view>
</template> </template>
<view class="contract_nav" v-if="mall_Info.mall&&mall_Info.mall.id==5"> <view class="contract_nav" v-if="GetMiniAppId().MallBaseId==5">
<button <button
class="Ma_nav-item" class="Ma_nav-item"
show-message-card="true" show-message-card="true"
...@@ -355,7 +355,6 @@ export default { ...@@ -355,7 +355,6 @@ export default {
AppletID: 0, //判断小程序的id,相亲:11 AppletID: 0, //判断小程序的id,相亲:11
page_idt: 0, //首页组件分享参数 page_idt: 0, //首页组件分享参数
boxpaddingbottom: 0, //底部的高度 boxpaddingbottom: 0, //底部的高度
mall_Info:{},
currentParent:'' currentParent:''
}; };
}, },
...@@ -649,8 +648,6 @@ export default { ...@@ -649,8 +648,6 @@ export default {
this.getstartModel(nowtime); this.getstartModel(nowtime);
} }
} }
that.mall_Info = uni.getStorageSync("basedata");
uni.showNavigationBarLoading(); uni.showNavigationBarLoading();
}, },
created() { created() {
......
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