v2.2.1 2022-10-24

1.完善抽奖助手子页面
This commit is contained in:
2022-10-24 22:37:52 +08:00
parent 5a3fe8116f
commit b2dd6e7725
13 changed files with 288 additions and 24 deletions
+7
View File
@@ -29,6 +29,7 @@
</template>
<script>
const app = getApp();
export default {
data() {
return {
@@ -93,6 +94,12 @@
this.index = num;
this.count = ++num;
},
},
onShareAppMessage() {
return {
title: '随机骰子',
imageUrl: app.globalData.website + '/image/swiper/image_swiper_suijitouzi.jpg'
}
}
}
</script>