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 // launchtypelocalremote, localremote
"version": "0.0", "version": "0.0",
"configurations": [{ "configurations": [{
"type": "uniCloud", "default" :
"default": { {
"launchtype" : "remote" "launchtype" : "remote"
} },
"mp-weixin" :
{
"launchtype" : "remote"
},
"type" : "uniCloud"
} }
] ]
} }

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

Loading…
Cancel
Save