Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
weapp
/
C
Seguir
8
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
66
Wiki
Actividad
Explorar el Código
[拼团][修改]:[拼团详情问题的修改]
tags/安徽版C.4.1.6最终版
meo
hace 6 años
padre
941e5c2c23
commit
724df24a66
Se han
modificado 2 ficheros
con
11 adiciones
y
4 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-1
pages/joinFrDpell/index.js
+8
-3
pages/spellDetail/index.js
+ 3
- 1
pages/joinFrDpell/index.js
Ver fichero
@@ -41,7 +41,9 @@ Page({
avatarUrl: options.avatarUrl,
nickName: options.nickName,
})
this.checkUser(options);
if (options.orderGroupId){
this.checkUser(options);
}
},
gotoIndex(){
wx.reLaunch({
+ 8
- 3
pages/spellDetail/index.js
Ver fichero
@@ -69,9 +69,14 @@ Page({
this.setData({
paramData: options
})
this.getUserInfo()
this.getDetail(options);
this.checkUser(options)
this.getUserInfo();
if (options.orderGroupId){
if (options.orderId && options.couponId){
this.getDetail(options);
}
this.checkUser(options);
}
// 关闭来自于左上角的分享
wx.hideShareMenu()
},
Escribir
Vista previa
Cargando…
Cancelar
Guardar