Commit c02591c443780768f9334c9a2c1278f2dbed745d
1 parent
f913b368
幸运大转盘
Showing
2 changed files
with
5 additions
and
1 deletions
packageB/pages/luckactivity/luckinfo/luckinfo.js
packageB/pages/luckactivity/luckinfo/luckinfo.wxml
1 | 1 | <wxs module="filter" src="../../../../utils/filter.wxs"></wxs> |
2 | 2 | <wxs module="tool" src="./tool.wxs"></wxs> |
3 | -<view class="luck-container" style="background: url('http://201442.image.myqcloud.com/201442/0/d7d0fc88-7e87-478e-a1a1-496198001521/original') no-repeat;"> | |
3 | +<view class="luck-container" style="background: url({{bannerUrl}}) no-repeat;"> | |
4 | 4 | <!-- <view class="luck-container" style="background: url({{ bannerUrl}}) no-repeat;"> --> |
5 | 5 | <!-- 大转盘 --> |
6 | 6 | <view class="weel-container"> | ... | ... |