xuxueyang
2024-09-11 0ab8c82c603f14cf69396b54b0471112b9de947b
pages/home/home.vue
@@ -75,6 +75,8 @@
      </view>
      <common-footer flg="0"></common-footer>
      <uni-popup ref="coupon_home" type="bottom" border-radius="10px 10px 0 0">底部弹出 Popup 自定义圆角</uni-popup>
   </view>
</template>
@@ -335,7 +337,18 @@
            }
         })
         // let tmp = this
         // //首页优惠券
         // this.$http.request('get', '/api/v2/coupon/app' + `/home/list`).then(res => {
         //    if (res.code == 0) {
         //       var list = res.data || []
         //       var dto = list.length >= 1 ? list[0] : undefined
         //       if (dto) {
         //          // 显示弹窗图片
         //          tmp.$refs.coupon_home.open()
         //       }
         //    }
         // })
      },
      methods: {
         clickBanner(item) {