feat:优惠券
This commit is contained in:
@@ -35,16 +35,7 @@
|
||||
@init="mescrollInit"
|
||||
:fixed="false"
|
||||
>
|
||||
<!-- <view class="mescrollUniView">
|
||||
|
||||
<PingItem
|
||||
@ok="onJumpShop"
|
||||
style="margin-top: 24rpx"
|
||||
:obj="item"
|
||||
v-for="(item, index) in dataList"
|
||||
:key="index"
|
||||
></PingItem>
|
||||
</view> -->
|
||||
|
||||
<!-- 原来单个 v-for 替换成两列 -->
|
||||
<view class="mescrollUniView">
|
||||
<view class="fall-col">
|
||||
@@ -115,6 +106,7 @@ export default {
|
||||
},
|
||||
leftList: [],
|
||||
rightList: [],
|
||||
mescroll: null,
|
||||
};
|
||||
},
|
||||
onLoad() {
|
||||
@@ -226,7 +218,6 @@ export default {
|
||||
<style lang="scss" scoped>
|
||||
.content-two {
|
||||
height: calc(100vh);
|
||||
|
||||
background-color: $app-bj;
|
||||
}
|
||||
.head-view {
|
||||
|
||||
Reference in New Issue
Block a user