修改规则弹窗确认按钮文字为知道了
This commit is contained in:
parent
054d24bf1f
commit
1a5e4de454
|
|
@ -106,7 +106,7 @@
|
|||
|
||||
</view>
|
||||
|
||||
<u-modal v-model="ruleShow" title="规则说明" :title-style="{fontWeight:'700'}" confirm-color="rgb(255, 117, 129)">
|
||||
<u-modal v-model="ruleShow" confirm-text="知道了" title="规则说明" :title-style="{fontWeight:'700'}" confirm-color="rgb(255, 117, 129)">
|
||||
<view class="u-p-30 u-text-left">
|
||||
<scroll-view scroll-y="true" style="max-height: 50vh;" >
|
||||
<rich-text class="color-666" :nodes="ruleInfo"></rich-text>
|
||||
|
|
|
|||
Loading…
Reference in New Issue