Explorar el Código

[拼团undefined问题修改]

tags/C.7.1.0
海洋之声 hace 6 años
padre
commit
acd9a1f4ab
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      pages/spellGroup/mySpellGroup/index.js

+ 3
- 1
pages/spellGroup/mySpellGroup/index.js Ver fichero

@@ -536,7 +536,9 @@ Page({
onPullDownRefresh: function(e) {
let that = this;
that.getDetail(that.data.couponChannelId);
that.getOneSpell(that.data.couponId)
if (that.data.couponId) {
that.getOneSpell(that.data.couponId)
}
},
onShareAppMessage: function (options) {
console.log(options)


Cargando…
Cancelar
Guardar