使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
weapp
/
C
关注
8
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
66
百科
动态
浏览代码
upload
shopAdd
HolyKnightIX
2 年前
父节点
e799f49c28
502bff8e7d
当前提交
2bc1ced1b3
共有
4 个文件被更改
,包括
7 次插入
和
8 次删除
分列视图
Diff 选项
显示统计
下载 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>
撰写
预览
正在加载...
取消
保存