@@ -137,7 +137,7 @@
"path" : "pages/center/monthly/monthly",
"style" :
{
- "navigationStyle":"custom",
+ // "navigationStyle":"custom",
"navigationBarTitleText": "我的包月",
"navigationBarBackgroundColor": "#008CFF",
"navigationBarTextStyle": "white"
@@ -1,7 +1,7 @@
<template>
<!-- 轮播详情 -->
<view>
- <view v-html="dom"></view>
+ <u-parse :html="dom"></u-parse>
<u-toast ref="uToast" />
</view>
</template>