Commit 28cdbb7c533e0130431436bc610b75332a554e80

Authored by 后端研发-苏明海
2 parents a1852137 10c027ac

Merge branch 'test' into 'qa'

Test

See merge request !1008
pages/giftpack/giftpacklist/giftpacklist.js
... ... @@ -217,7 +217,7 @@ Page({
217 217 giftTitle: res.data.data.giftTitle,
218 218 default_color: res.data.data.bgcolor
219 219 })
220   - if (res.data.data.giftRemark == '') {
  220 + if (!res.data.data.giftRemark || res.data.data.giftRemark == '') {
221 221 th.setData({
222 222 giftRemark: '暂无详情......'
223 223 })
... ...