forked from angelo/web-retail-h5
fix(index): #bug37 页面白屏问题修复
This commit is contained in:
parent
d101d66417
commit
ce54b039e9
|
@ -437,7 +437,6 @@ export default {
|
|||
uni.getStorageSync("showInfo") == undefined ||
|
||||
uni.getStorageSync("showInfo") == 0
|
||||
) {
|
||||
this.getRepurchase();
|
||||
}
|
||||
this.getGoodsInfo();
|
||||
// this.getLanguage();
|
||||
|
|
|
@ -58,10 +58,6 @@
|
|||
</view>
|
||||
|
||||
<view class="ju_grade" v-if="!ifSpecial">
|
||||
<!-- <view class="ju_title">
|
||||
<view>{{ '当月奖衔' }}</view>
|
||||
|
||||
</view> -->
|
||||
<view class="jugrade_flex">
|
||||
<view class="ju_left">
|
||||
<view class="yestDay">
|
||||
|
|
Loading…
Reference in New Issue