|
|
@ -4,7 +4,6 @@ import { deepClone } from "@/utils"; |
|
|
|
import { accAdd } from "@/utils/calculation"; |
|
|
|
import { routeTo } from "@/utils/polish"; |
|
|
|
import { stadiumFind } from "@/api"; |
|
|
|
|
|
|
|
onLoad(() => { |
|
|
|
// stadiumFind({ data: { brand_id: 63 }, loading: '加载...' }) |
|
|
|
// .then(res=>{ |
|
|
@ -12,18 +11,18 @@ onLoad(() => { |
|
|
|
// }) |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
function verifyBtn(){ |
|
|
|
routeTo(`/subpackage/groupon/pages/list`); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
</script> |
|
|
|
|
|
|
|
<template> |
|
|
|
<view class="index-index"> |
|
|
|
<swiper class="ii-swiper" indicator-color="rgba(255, 255, 255, .72)" indicator-active-color="#009874" indicator-dots autoplay > |
|
|
|
<swiper class="ii-swiper"> |
|
|
|
<swiper-item> |
|
|
|
<image class="is-img"></image> |
|
|
|
<image class="is-img" mode="aspectFill" src="/static/images/index_banner.jpg"></image> |
|
|
|
</swiper-item> |
|
|
|
</swiper> |
|
|
|
<view class="ii-line-btn" @click="verifyBtn"> |
|
|
@ -44,7 +43,6 @@ function verifyBtn(){ |
|
|
|
.is-img{ |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
background: skyblue; |
|
|
|
} |
|
|
|
} |
|
|
|
.ii-line-btn{ |
|
|
|