이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
weapp
/
C
보기
8
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
66
위키
활동
소스 검색
upload
shopAdd
HolyKnightIX
2 년 전
부모
e799f49c28
502bff8e7d
커밋
2bc1ced1b3
4개의 변경된 파일
과
7개의 추가작업
그리고
8개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
pages/coupon/childDetail/childDetail.wxml
+2
-2
pages/coupon/detail/index.wxml
+1
-2
pages/couponorder/detail/index.js
+2
-2
pages/couponorder/detail/index.wxml
+ 2
- 2
pages/coupon/childDetail/childDetail.wxml
파일 보기
@@ -132,10 +132,10 @@
<view>
<text>购买须知</text>
</view>
<view wx:if="{{
curHtml==''
}}">
<view wx:if="{{
data.contentType==0
}}">
<text><text class='spot'></text>{{data.remark}}</text>
</view>
<view wx:if="{{
curHtml!=''
}}">
<view wx:if="{{
data.contentType==1
}}">
<rich-text nodes="{{curHtml}}"></rich-text>
</view>
</view>
+ 2
- 2
pages/coupon/detail/index.wxml
파일 보기
@@ -133,10 +133,10 @@
<view>
<text>购买须知</text>
</view>
<view wx:if="{{
curHtml==''
}}">
<view wx:if="{{
data.contentType==0
}}">
<text><text class='spot'></text>{{data.remark}}</text>
</view>
<view wx:if="{{
curHtml!=''
}}">
<view wx:if="{{
data.contentType==1
}}">
<rich-text nodes="{{curHtml}}"></rich-text>
</view>
</view>
+ 1
- 2
pages/couponorder/detail/index.js
파일 보기
@@ -311,9 +311,8 @@ Page({
}).then(res => {
if (res.code == 200 && res.data.html) {
this.setData({
curHtml: decodeURI(res.data.html)
curHtml: decodeURI(res.data.html)
,
})
console.log(this.data.curHtml, 'curhtml');
}
})
},
+ 2
- 2
pages/couponorder/detail/index.wxml
파일 보기
@@ -119,10 +119,10 @@
<view>
<text>购买须知</text>
</view>
<view wx:if="{{
curHtml==''
}}">
<view wx:if="{{
data.contentType==0
}}">
<text><text class='spot'></text>{{data.remark}}</text>
</view>
<view wx:if="{{
curHtml!==''
}}">
<view wx:if="{{
data.contentType==1
}}">
<rich-text nodes="{{curHtml}}"></rich-text>
</view>
</view>
쓰기
미리보기
불러오는 중...
취소
저장