Commit 79fa6e8ab7666a52dc03d1d2b3342ce5017fca1a

Authored by 王强
2 parents da22e283 3182fe4d
Showing 1 changed file with 2 additions and 2 deletions
src/pages/mall/mall.vue
1 1 <template>
2   - <div class="mall-box" :style="'margin-top:'+ ($parent.isBack ? 62 : 10)+'px'">
  2 + <div class="mall-box" :style="'margin-top:'+ ($parent.isBack ? 0 : 10)+'px'">
3 3 <!-- 下拉刷新 -->
4 4 <!-- <van-pull-refresh v-model="isLoading" pulling-text="下拉刷新..." loosing-text="释放刷新" loading-text="加载中..." success-text="刷新成功" @refresh="onRefresh"> -->
5 5 <!-- nav -->
... ... @@ -215,7 +215,7 @@ export default {
215 215 toShare() {
216 216 // 判断分享
217 217 if (typeof this.$parent.toShare === "function") {
218   - this.$parent.toShare(37, this.$route.query.id || 0);
  218 + this.$parent.toShare(38, this.$route.query.id || 0);
219 219 }
220 220 },
221 221 /**
... ...