1.修改活动样式图片

yj-dev
杨杰 3 years ago
parent c9e220c310
commit 09d8e2bb90
  1. 11
      .hbuilderx/launch.json
  2. 4
      subPages/lottery/lottery.vue

@ -2,10 +2,15 @@
// launchtypelocalremote, localremote
"version": "0.0",
"configurations": [{
"type": "uniCloud",
"default": {
"default" :
{
"launchtype" : "remote"
}
},
"mp-weixin" :
{
"launchtype" : "remote"
},
"type" : "uniCloud"
}
]
}

@ -1,7 +1,7 @@
<template>
<view class="almost-lottery">
<!-- head -->
<image src="../static/head.jpg" mode="widthFix" class="width100"></image>
<image :src="imagewxUrl+imgadres1" mode="widthFix" class="width100"></image>
<view class="almost-lottery__wheel">
<AlmostLottery :lottery-size="lotteryConfig.lotterySize" :action-size="lotteryConfig.actionSize"
:ring-count="2" :duration="5" :prize-list="prizeList" :prize-index="prizeIndex"
@ -55,6 +55,8 @@
data() {
return {
imageUrl: app.globalData.imgUrl,
imagewxUrl: app.globalData.imageWxImg,
imgadres1: 'activityhead.png',
//id
activityId : '',
//

Loading…
Cancel
Save