We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213b87e commit ad88952Copy full SHA for ad88952
src/pages/demo/base/env.vue
@@ -5,7 +5,7 @@
5
</route>
6
7
<template>
8
- <view class="mt-4 ml-4"> 当前环境 isDev:{{ isDev }} </view>
+ <view class="mt-4 ml-4"> 当前环境 isDev:{{ isDev }} (通过 import.meta.env.DEV 获取)</view>
9
</template>
10
11
<script lang="ts" setup>
src/pages/demo/page/lottery/big-wheel.vue
@@ -21,13 +21,6 @@
21
</view>
22
<view class="lottery-btn" @click="start"> </view>
23
24
- <view class="text-blue-600 my-2">目标是实现如下的效果,但是我感觉只用css还是太难了</view>
25
- <image
26
- src="https://cip-shopping-page-0eysug01066a9e-1302818703.tcloudbaseapp.com/fly/lottery/target.png"
27
- mode="widthFix"
28
- width="552px"
29
- />
30
- <!-- <image :src="targetImg" mode="widthFix" width="552px" /> -->
31
32
33
0 commit comments