完善 #295

Merged
theluyuan merged 3 commits from xbx-new into master 2020-08-25 03:53:19 +00:00
Showing only changes of commit d5d9e98534 - Show all commits

View File

@ -1,7 +1,7 @@
<template>
<u-modal v-model="show" :show-cancel-button="is_focus_upgrade" confirm-text="升级" title="发现新版本" @cancel="cancel" @confirm="confirm">
<view class="u-update-content">
<rich-text :nodes="content"></rich-text>
<!-- <rich-text :nodes="content"></rich-text> -->
</view>
</u-modal>
</template>