Explorar el Código

bug修复

master
sui hace 5 años
padre
commit
b64ff6259b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      496_dongfengqichen/pages/index/index.js

+ 1
- 1
496_dongfengqichen/pages/index/index.js Ver fichero

@@ -528,7 +528,7 @@ Page({
// buyState: app.globalData.getBuyState.success
// })
// }
if(this.data.buyState){
if (this.data.buyState && !this.data.placing){
wx.navigateTo({
url: '/pages/rotaryDraw/rotaryDraw',
})

Cargando…
Cancelar
Guardar