UI修改
This commit is contained in:
parent
b5c49a127e
commit
7c617eaba3
|
|
@ -8,9 +8,7 @@
|
|||
<view class="_rule_pop common_bg">
|
||||
<view class="_rule_pop_title">{{ ruleData.title }}</view>
|
||||
|
||||
<scroll-view scroll-y class="_rule_pop_bd" :class="{
|
||||
'has-check': noticeCheck
|
||||
}">
|
||||
<scroll-view scroll-y class="_rule_pop_bd" :class="{'has-check': noticeCheck}">
|
||||
<view v-html="ruleData.content"></view>
|
||||
</scroll-view>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name" : "吧唧一番赏",
|
||||
"appid" : "__UNI__46B4383",
|
||||
"appid" : "__UNI__0A3F586",
|
||||
"description" : "",
|
||||
"versionName" : "1.0.1",
|
||||
"versionCode" : 101,
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -203,7 +203,7 @@
|
|||
</view>
|
||||
|
||||
<uni-popup ref="resPop" type="center" mask-background-color="rgba(0,0,0,0.8)">
|
||||
<view class="res-pop common_bg column center">
|
||||
<view class="res-pop common_bg column center" @click="close('resPop')">
|
||||
<view class="res-pop-hd"></view>
|
||||
<scroll-view class="res-pop-bd" scroll-y>
|
||||
<view class="res-list">
|
||||
|
|
@ -237,8 +237,8 @@
|
|||
|
||||
<view class="ft-btn common_bg justify-center" :style="{
|
||||
backgroundImage: `url(${$img1('common/jixuchou.png')})`
|
||||
}" @click="close('resPop')">
|
||||
<text>确定</text>
|
||||
}" @click="confirmSubmit([0, buyNum])">
|
||||
<text>继续抽</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
|
@ -275,11 +275,11 @@
|
|||
<view class="boss-box common_bg">
|
||||
<view class="box-title align-end">
|
||||
<text>挑战领主</text>
|
||||
<text class="ml10">获得星钻奖励</text>
|
||||
<text class="ml10">获得吧唧币奖励</text>
|
||||
</view>
|
||||
|
||||
<view class="get-money align-center">
|
||||
<text class="get-money-one">玩家每挑战一发,领主可获得星钻</text>
|
||||
<text class="get-money-one">玩家每挑战一发,领主可获得吧唧币</text>
|
||||
<!-- <image class="get-money-two" :src="$img('/static/img/pay_type2.png')" mode="widthFix"></image> -->
|
||||
<text class="get-money-three">×{{ bossCardData.goods.lingzhu_fan }}</text>
|
||||
</view>
|
||||
|
|
|
|||
|
|
@ -205,10 +205,10 @@
|
|||
id: 8,
|
||||
title: '领主赏',
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: '擂台赏'
|
||||
},
|
||||
// {
|
||||
// id: 3,
|
||||
// title: '擂台赏'
|
||||
// },
|
||||
// {
|
||||
// id: 5,
|
||||
// title: '积分赏'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user