v2.3 2022-10-23

1.添加抽奖助手界面
This commit is contained in:
2022-10-23 23:47:37 +08:00
parent 15fd4c75a0
commit 5a3fe8116f
2 changed files with 236 additions and 6 deletions
+6 -2
View File
@@ -19,12 +19,12 @@
</view>
<picker class="picker" @change="countChange" :value="index" :range="array">
<view class="picker-text">
当前选择{{array[index]}} v
当前选择{{array[index]}}
</view>
</picker>
<button class="btn-start" @tap="start()">{{sum}}</button>
<ad class="sjtz-ad" adpid="1211145435"></ad>
</view>
</template>
@@ -170,4 +170,8 @@
background-size: 60% 60%;
z-index: 10;
}
.sjtz-ad {
margin: 20px;
}
</style>