This website works better with JavaScript.
首頁
探索
說明
註冊
登入
weapp
/
C
關註
8
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
66
Wiki
Activity
瀏覽代碼
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>
Write
Preview
Loading…
取消
儲存