余菲 hace 8 meses
padre
commit
ded5c64cf4
Se han modificado 1 ficheros con 13 adiciones y 2 borrados
  1. +13
    -2
      package_first/pages/askDetail/index.js

+ 13
- 2
package_first/pages/askDetail/index.js Ver fichero

@@ -40,9 +40,20 @@ Page({
params.knowId = this.data.dataSource.id
getPoint(params).then(res=> {
if(res.code === 0) {
wx.navigateBack({
delta: 0,
wx.showModal({
title: '领取成功',
confirmColor: '#3175E8',
showCancel: false,
content: '恭喜您,领取积分成功',
success(res) {
if(res.confirm) {
wx.navigateBack({
delta: 0,
})
}
}
})
}
})
}

Cargando…
Cancelar
Guardar