|
|
@@ -1,5 +1,6 @@
|
|
|
<script setup lang="ts">
|
|
|
import router from '@/router'
|
|
|
+import { StaticUrl } from '@/config'
|
|
|
|
|
|
definePage({
|
|
|
name: 'activityList',
|
|
|
@@ -9,8 +10,6 @@ definePage({
|
|
|
navigationStyle: 'custom',
|
|
|
},
|
|
|
})
|
|
|
-
|
|
|
-const staticUrl = import.meta.env.VITE_STATIC_BASE_URL
|
|
|
const showModel = ref(false)
|
|
|
const clickItem = ref<Api.CouponInfoAppVo>()
|
|
|
const { data, isLastPage, page, send } = usePagination((pageNum, pageSize) => Apis.app.get_smqjh_system_app_api_coupon_page({ params: {
|
|
|
@@ -82,7 +81,7 @@ function handleExchange(item: Api.CouponInfoAppVo) {
|
|
|
|
|
|
<!-- 右侧礼包图片 -->
|
|
|
<image
|
|
|
- :src="`${staticUrl}/smqjh-jy-center.png`"
|
|
|
+ :src="`${StaticUrl}/smqjh-jy-center.png`"
|
|
|
class="ml20rpx h212rpx w212rpx flex-shrink-0"
|
|
|
/>
|
|
|
</view>
|