|  | @@ -146,7 +146,7 @@
 | 
	
		
			
				|  |  |  			</block>
 | 
	
		
			
				|  |  |  			<view class="use-text">
 | 
	
		
			
				|  |  |  				<view class="item-text">
 | 
	
		
			
				|  |  | -					<rich-text :nodes="previewCourseInfo?.reminder"></rich-text>
 | 
	
		
			
				|  |  | +					<rich-text :nodes="fixImgStyle(previewCourseInfo?.reminder)"></rich-text>
 | 
	
		
			
				|  |  |  				</view>
 | 
	
		
			
				|  |  |  			</view>
 | 
	
		
			
				|  |  |  			<!-- <view class="use-tips-more"
 | 
	
	
		
			
				|  | @@ -224,7 +224,7 @@
 | 
	
		
			
				|  |  |  <script lang="ts" setup>
 | 
	
		
			
				|  |  |  import { ref, onMounted, computed } from 'vue';
 | 
	
		
			
				|  |  |  import { onLoad, onShareAppMessage } from '@dcloudio/uni-app';
 | 
	
		
			
				|  |  | -import { RouterUtils, TipsUtils, idCardHide, debounce } from '@/utils/util';
 | 
	
		
			
				|  |  | +import { RouterUtils, TipsUtils, idCardHide, debounce,fixImgStyle } from '@/utils/util';
 | 
	
		
			
				|  |  |  import { http } from '@/utils/http'
 | 
	
		
			
				|  |  |  import { useCacheStore } from '@/stores/cache'
 | 
	
		
			
				|  |  |  const cache = useCacheStore()
 | 
	
	
		
			
				|  | @@ -478,7 +478,7 @@ const submitOrderImpl = () => {
 | 
	
		
			
				|  |  |  		return;
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  	uni.requestSubscribeMessage({
 | 
	
		
			
				|  |  | -		tmplIds: ['Yi1Z1IKRwgF6-mpiFcOUTvavc4TUAsfsLynK_3Yu350', 'NPlIBEwBDPX23J3Jip0CwYUU4vF9ZlcK8U1d6Gs4yrM'],
 | 
	
		
			
				|  |  | +		tmplIds: ['HbK-qbIC_iTY0w08xfkgirdeR_VrVhetLwEIBo3Lue4', 'T2icwNiI--oBnLfTiAniAoAJAwq1Ukb78bCjIcpuTRQ'],
 | 
	
		
			
				|  |  |  		success(res) {
 | 
	
		
			
				|  |  |  			TipsUtils.tips_toast('订阅成功')
 | 
	
		
			
				|  |  |  			http.post('/order/createOrder', data, { loading: true }).then((res) => {
 |