【ID1001766】dev version:.1456.1925:A端创建活动报名自由图文设置格式,但是C端没有显示tags/C.7.1.0
@@ -53,20 +53,7 @@ Page({ | |||||
endTime: util.formatTime(res.data.activity.endTime, "yyyy-MM-dd hh:mm:ss") | endTime: util.formatTime(res.data.activity.endTime, "yyyy-MM-dd hh:mm:ss") | ||||
}) | }) | ||||
if (res.data.activity.type == 2) { | if (res.data.activity.type == 2) { | ||||
wx.request({ | |||||
url: configUrls + config.api.acPrintHtmlById, | |||||
data: { | |||||
id: options.id, | |||||
date: new Date(), | |||||
token: app.globalData.token, | |||||
}, | |||||
header: { | |||||
'content-type': 'application/html' | |||||
}, | |||||
success: function(res) { | |||||
var temp = WxParse.wxParse('article', 'html', res.data, that, 5); | |||||
} | |||||
}) | |||||
var temp = WxParse.wxParse('article', 'html', res.data.activity.html, that, 5); | |||||
} | } | ||||
} | } | ||||
}).catch(err => { | }).catch(err => { | ||||
@@ -555,7 +555,6 @@ button::after{ border: none; } | |||||
.coupons { | .coupons { | ||||
width: 100%; | width: 100%; | ||||
position: relative; | position: relative; | ||||
margin-bottom: 160rpx; | |||||
} | } | ||||
.coupons-body { | .coupons-body { | ||||
@@ -18,7 +18,8 @@ Page({ | |||||
array1: ['附近住户', '距离2km', '距离3km', '更远'], | array1: ['附近住户', '距离2km', '距离3km', '更远'], | ||||
index: 0, | index: 0, | ||||
index1: 0, | index1: 0, | ||||
showPage:false | |||||
showPage:false, | |||||
credit:"" | |||||
}, | }, | ||||
gotomyAc(){ | gotomyAc(){ | ||||
wx.navigateTo({ | wx.navigateTo({ | ||||
@@ -1,4 +1,4 @@ | |||||
<view class='title'>您已扣除{{credit}}积分</view> | |||||
<view class='title' wx:if="{{credit}}">您已扣除{{credit}}积分</view> | |||||
<view class='success'> | <view class='success'> | ||||
<text class='tit'>报名成功</text> | <text class='tit'>报名成功</text> | ||||
<text class='mess'>请您在我的活动中查看您的报名状态</text> | <text class='mess'>请您在我的活动中查看您的报名状态</text> | ||||