このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
weapp
/
C
ウォッチ
8
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
66
Wiki
アクティビティ
ソースを参照
upload
shopAdd
HolyKnightIX
2年前
親
e799f49c28
502bff8e7d
コミット
2bc1ced1b3
4個のファイルの変更
、
7行の追加
、
8行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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>
書き込み
プレビュー
読み込み中…
キャンセル
保存