Commit 14e02f8a9f9a27222a65daec9819f2a1818f231f

Authored by 后端研发-苏明海
2 parents 31514e66 c8533c33

Merge branch 'test' into 'qa'

Test

See merge request !816
Showing 1 changed file with 4 additions and 0 deletions
pages/index/index/index.js
... ... @@ -326,6 +326,10 @@ Page({
326 326 th.setData({
327 327 preGoods: arr
328 328 });
  329 + }else{
  330 + th.setData({
  331 + preGoods: null
  332 + });
329 333 }
330 334 }
331 335 })
... ...