feat:优惠券

This commit is contained in:
2026-06-15 14:20:38 +08:00
parent cac63ff675
commit 3523cc3a21
14 changed files with 688 additions and 1137 deletions
+2 -11
View File
@@ -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 {