Commit 3182fe4d86d0d1cbd5868b2bc31cdfbd8f70b802
1 parent
d2c8d7cd
分享参数设置
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 | /** | ... | ... |