Commit 294187aea2e59f36dd37b31aba550fac12f41a51
1 parent
e761b5ca
样式优化
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/myGiftBox/myGiftBox.vue
| ... | ... | @@ -135,8 +135,8 @@ |
| 135 | 135 | </van-popup> |
| 136 | 136 | <!-- 商品订单按钮 --> |
| 137 | 137 | <div |
| 138 | + :style="'top: ' + ($parent.top.value + 151) + 'px'" | |
| 138 | 139 | @click="OrderLink" |
| 139 | - v-if="index == 0" | |
| 140 | 140 | class="oredr_link_box"> |
| 141 | 141 | <div>商品订单</div> |
| 142 | 142 | <van-icon class="icon" name="arrow" /> | ... | ... |